All previous installs are now redundant and not installed on any previous PC
Posts by joeanto2008
Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
-
-
Hi,
I created a ticket to support 2 weeks ago on an issue that is 'i cant install ClickTeam Fusion Developer due to maximum installs'
Ticket was created in the right area through the support selection (Serials reset)
Is there an issue with CklickTeam support at the moment? What can i do to be able to install my Developer program again on a new PC?
-
I'm looking for a solution to be able to view http:// web pages using the Web View Object v2.3a for android
Only allowed to view certified web pages https://
Is there a way of using Fusion 2.5 Developer to get access to a http:// page?
Reason for this feature: I would like to have an audio stream on in the background, all audio streams I find are all rooted by a http:// not a https://
-
That's great, thank you fnkycoldmadeanr
-
Hi,
My name is Joe, and i was wondering if i could get some help please to locate the correct string location on a particular area within a web page?
I have read a previous thread on helping somebody retrieve a string from the stock exchange web site and i am trying to do the same method but on a different web site.
Trying to get the current number of games played in the English premier football league from the bbc sport football site.
I have a feeling that the string number i am trying to grab is incorrect, but i try all sorts of numbers and they don't seem to retrieve any data at all.
If you have time could you point me in the correct direction?
(Start of frame) -
(get object): get url , "Please login to see this link."(get object): on get complete -
(string value): change alterable string: listGetAt$( "String Parser", 1 )
(string parser): set source string: Received$( "Get object" )add delimiter: "<tr class="".11n8j2aymcc.2.0.0.0.0.1.$competition-table-0.1.$row-0"">" + NewLine$ + "<td>"
set source string: listGetAt$( "String Parser", 2 )
add delimiter: "</td>"
Please login to see this attachment.
Kind Regards,Joe N
-
Hi
I have at the beginning of a frame the web view object to load url and set y axis at 600
This puts the navigation where i want to be looking
Is there a way of stop the scroll going below 600 and above 2000, just keep within a chosen window?
Joe
-
Hi
I am after an extension that will work with android exporter that has similar features the windows extension "data grid object"
Mainly to import individual cells from.csv document
Joe
-
Iv done it, phew
Please login to see this attachment.
-
Hi
Is it possible to load a .CSV file into a frame using only android extensions
The csv file is local on my desktop but I cant find an extension that reads it
JoePlease login to see this attachment.
-
Hi
the closest I could find was a json object
I haven't a clue how to display a json, I have the json link;
Please login to see this link.
How would I go about displaying the table using this object?
-
Almost there just need to pick out text that I want without having to manually select it.
I have the full text on the left ready with all the info I need and I want to get specific text in the right
for example (Leicester city) (wins) (pts) from edit box 1 to edit box 2
Please login to see this attachment.
-
The csv file that is on that web site can be displayed using a "datagrid object" after it has been downloaded using the "download object", there after the information inside the cells (data object) can be copied inside into text box, this enables for me to edit how the information is displayed that I have grabbed from a website.
The "datagrid function" and "download function" are not available with the android extensions, is there a way to achieve this using just android extensions?
Maybe if the master was on my pc (windows) and then it relayed text to an android app over a server (mobile or tablet)
-
Is it possible to do this using android only extensions too
-
Thank for your replies this has helped me a lot
-
Hi
I am struggling to get live information from the web to display in a frame when loaded
Can anybody give me the steps to present this info (live) in a frame when started, with out bringing up the web viewer.
It would be nice to grab the text and import it
Please login to see this link.
Many Thanks
Joe
-
Hi
Iv just have tried loading .csv from a http
..............Start frame...........Get url (using get object extension) "Please login to see this link."
..............On get complete..........load acsii (data grid object) from get received (get data)
But still not loading in frame unfortunatly
-
Hi
My aim is to load and display my .csv file which is a football league table from another location other than my computer (the web/server)
I have tried;
..............Start frame...........Get url (using get object extension) "Please login to see this link."
..............On get complete..........load acsii (data grid object) from get received (get data)
It is not receiving or showing the data when starting frame
If I load the acsii from my computer it works and displays table perfect
Many thanks
Joe