Posts by mnf_northern

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.

    Hi,

    I tried to create a new component - I used the MMF SDK (didn't know about Edif/ DarkEdif at the time) - got it to work (rudimentary but functioning) - in the MMF editor. . Compilation doesn't work (not compatible - will be removed).

    I've compiled two versions (Editor/Runtime Unicode) and added them to the relevant directories (Extensions\Unicode and Extension\Data\RunTime\Unicode) - though most extensions just have the version in the extensions directory (the only one I have in both is the JSON extension). I also tried defining EDITOR and RUN_ONLY at the same time (because for this small extension I'm not worried about the extra memory usage)

    Any suggestions - I'm obviously missing an 'installation' step - but currently going in circles.

    So - I tried DarkEdif and Edif - but although I can compile a component (and I'm just using the template with it's sample actions etc) - I can't get them to work with Fusion. The extension shows up in the extension manager - but not in the create new object dialog...

    Many thanks for any assistance..

    Martin

    Solved.. I copied the ListView data to an array in the Windows app. Saved the array data to a file (rather than using the ListView save to array file). Works beautifully - may try again with the direct from ListView save - but as it's quick and easy to copy the data - it's a reasonable work around.

    Yes - it should be easy - but when I try that I get 'Accessing Steam' then it fails with 'Profile Not Found'.

    I got an error when I tried emailing ClickTeam using the address on Steam (mailbox refusing messages) and the web contact form also failed. Will try ringing them when I get a day at home..

    Bit more testing - the file is there. The array load from file isn't working. The array is created in a Windows app - and contains a table of data to be used in the android app (~71 x 3 x 1 grid). It is created using an ListView and then save as array object.
    Adding array to the windows app and attempting to load this file crashes (edrt.exe has stopped working) - though it reload perfectly into a ListView.

    Suggestions - I may (have to) just change and save as a text (csv) or ini file

    A frustrating afternoon.....

    What I want to do is read an array file (created in a windows Fusion app) in an Android app. I create an array using a listview under win:(dows - this will be loaded into the android app for display....
    So I add the file to my app using 'data elements' - binary file.

    Then it all goes a bit awry - I cannot read the file (using array-read from file) or file-is file readable. I've tried numerous combinations of file name including the path (or not) DataStorageDirectory("Android object") and various access permissions (read_external_storage etc) (though shouldn't be needed for application data)
    So I tried D:\File.name, D:/File.name, File.name, /File.name DataStorageDirectory("android object") + previous etc)

    I also try to read a simple data file ("test.txt") and no joy - in case an array can only be read by the application that created it (I read in one pdf)

    So please, somebody take pity and put me out of my misery. A simple example of how to read a binary file created on my main PC would be very welcome.

    Many thanks

    Martin

    Thanks. Yes - I'll have a counter that the buttons reset to 0. I'm still learning the system - there are a lot of powerful features in there I'm yet to discover.
    Still seems like a bug though - I haven't managed to get the Steam product registration to work to report it.

    I've recently purchased Fusion 2.5 in the steam summer sale and have come across an 'oddity' on android.
    Using the 'user has left computer' event - the timer doesn't treat button presses as computer activity. My 'attract' screen kicks in after the left computer since event - even if the user has pressed a button. Touching the screen elsewhere resets this correctly.
    Any suggestions as to where I'm going wrong - The buttons used are just standard and click events on them are being processed correctly.
    Unfortunately I can't access the bugbox - can't seem to access the serial number required under steam (and the contact us page seems faulty too?) suggestions welcome here too.

    Thanks

    Martin