Hey there!
Just use ximo's linked solution to the problem. It works fine for me.
If you are having trouble with strings or other objects not adapting to the scrolling, be sure to tick the...
Type: Posts; User: TheChiller; Keyword(s):
Hey there!
Just use ximo's linked solution to the problem. It works fine for me.
If you are having trouble with strings or other objects not adapting to the scrolling, be sure to tick the...
That might be an attempt!
Will be testing this solution although I can't believe it's the properties as the file selector regularly reads the desired path, navigates to it and lets the user choose a...
Sorry, guessed it was concerning the extension.
The path is the phone's document directory directly from the Android Object (PublicStorageDirectory, Documents). Do you think, that could be the...
Hi to all developers out there!
I recently made the String Tokenizer my app's most valuable extension as it brings inevitable functions the app needs to rely on.
Unfortunately, the import of a...
G'day guys!
As there are not many text related extensions available for Android, I was wondering how to refactorise a text file so the list object can import it.
I'd need every word of the...
It works!! Updating to the latest build was the clue. Now, the file selector opens up successfully - the goal is now to read out the text file the user has selected with the file selector.
Thanks so...
Thank you for the answer! I had it differently in the event editor, changed it like you proposed.
Unfortunately, building the app does not work after Upgrading to Windows 10 and having to reinstall...
Hello everyone!
In my current app I need the user to import a text file located in the Android device's folders. For several hours I tried throughout CF2.5Dev to enable a file selector that is...
Any new update on this? Any port to Android in sight concerning this?
Hey community out there!
I have the following event inside my CF2.5 project 15533
which features 3 querys of "search the list". If I try out every search-condition on its own, they work fine and...
Alright. Did like you wanted me to; built the app again but still the crash after dismissing the interstitial. The full log is now uploaded on here:...
Easy to use but not that easy to set up ;D
So you need to see the log from the moment of crash, right? Here it is: 15527 ;)
As always, thanks in advance!
@Fernando: What log do you need? The Android generated one? If yes: I can't get a log from Android itself, it just leaves me the option to abort the application rather than report an error or so...
Building the APK now works for me. Still, the interstitial error persists. This time, the application does not freeze when dismissing an interstitial but instantly crashes with an error popup by...
Received the following error message trying to build the APK (all APIs/APKs in SDK manager are up-to-date):
Buildfile: C:\Users\Malte\AppData\Local\Temp\AndD49F.tmp\build.xml
-set-mode-check:
...
You mean Android Beta 284i 201503101, right?
Downloaded and now testing.
Two weeks are gone now. There hasn't been any update on this neither on here, nor in CF itself. Can we expect you're still working on it, Fernando?
I'm asking especially as it's still not working...
Didn't know it was such a big deal in MMF/ CF and it was just my fault :D
This sounds more complicated than it actually might be! I tend to recognize what this method is trying to achieve and how...
Thanks for the quick and comprehensible answer!
Unfortunately the same misbehavior with adressing all instances is still present when I try the "User clicks" variant.
I will definitely have a...
Before wreaking total havoc, I wanted to ask you guys again.
Imagine a game board full of tiles. Each tile is one of our alphabet's letters, therefore obtains one of its animations randomly.
As I...
The thing with the high score object is a good hint, unfortunately not working right now as the object seems not to take up scores I try to insert (either by action or by previous setting).
Any idea...
You're right, I'm sorry!
This is the log:
CPUs : 4
SoCs : 1
CPU 0 : ARMv7 Processor rev 0 (v7l)
Name : Qualcomm Snapdragon 800
Model : Qualcomm MSM 8974
Well, in the normal version of Note 3 (that I own), there's a Qualcomm GPU and the interstitial crash here.
Well, I tried out your flappy clone which is nicely done btw with good graphics. After receiving the interstitial and tapping the X there was no crash at all and everything went on fluently on my...
So the newer devices have the more current google play services version.
seems to me as if the admob object in CF might have to be updated in that direction. Other apps from Google Play using...
Mine (Note 3) is 6.5.99 (1642632-038)
Same goes for me. Fernando, we both had a small piece of frames from my current app to test the interstitial. You, at last, told me, it was the admob-ID I inserted to the interstitial ID that was...
Great to have figured it out this way! :)
Now I see! So the admobID can be blank if there's only an interstitial in a frame!
Wish that was clearer with the admob object's description in the beginning. Thank you deeply!
Or where do I find the interstitialID? in the ad's specific settings there is only the admobID.
Okay, this one got inserted by me in every other admob banner on other frames of the app which are working fine.
but for the intersticial: if the ca-app-pub... is the admobID, what's the...
Yeah, then it must be the one I had inserted. It's the one you get when you check the settings of a banner (like with pictures and sound), starting with ca-app-pub, right?
Or is it the publisher ID?
So the admobID is not the one for each ad block id I see in each configuration on the adMob website?
Okay, I understand each event, thank you for that! :)
Still, admob keeps crashing the app. Therefore I saved the program as an excluded one with 3 frames necessary for testing this feature.
Here it...
Yeah, that was just to test if the frame is actually displayed.
Other than that: Why do you double check for "intersticial ready" AND "on received ad"? And again for "dismissed screen" AND "on...
well, that's strange!
tried out your app. admob is well integrated and does not disturb.
As I still can't figure out what causes the crash in my app exactly, here's the actions in the ad frame:...
Hi everyone!
Lately I've been working on an app with AdMob integration. Therefore, I created a frame that is solely existing to present an intersticial ad when navigated to and makes the user jump...
Just to inform you: It was the API build's version that had to be higher. Set it to 19 and compiling's fine!
Bug ticket's been created.
If anyone looks at this though, here's the compiler's message:
-compile:
[javac] Compiling 392 source files to...
Yeah! It seems version 1.40 doesn't support the Android exporter either.
I think I can remember having successfully compiled an app with web view in it.
Shall we give this to the bug tracker?
...
Not only in webview's properties but also in the frame editor's visualiation? Are you able to export any app including web view?
Re-installed web view but still 1.30 in the frame editor and no...
Hey folks!
In case I repeat something that has already been asked or posted on here, please notify me.
Otherwise, I'd like to ask if and for when an update of webview is planned.
I'm asking...
omg! totally forgot to just put the four snowflake shapes into one active using animations. This makes it indeed much easier, thanks for the solution!
Alright, good to hear :)
The thing is also that in a mobile application (created on PC) I can't check for an object's exact position value as it moves faster than the program/ later app can...
Good morning guys!
I've been experimenting on falling snowflakes lately and came across a problem that keeps bothering me for weeks. Adressing particular actives in a frame using statements like...
Yeah, I thought about this with negation and coordination with the event editor. If no one else has a practical solution, I might do it that way, just thought there was an easier way to achieve this....
Hey guys,
I've been experimenting with fusion's physics lately and have also already completed the AllBoxedUp tutorial.
I have kind of analyzed a pinball tutorial I found on here to explore the...
I've been searching for this for a long, long time. Thank you very much for such an easy but helpful project!
Any news about this?
If I tick the permissions button to create a shortcut, it gets deticked right away and there is no shortcut placed on the homescreen when installing an exported app.
Glad for...
I'm still experiencing the black screen nearly every day when using CF for some minutes to hours. Has there been any idea about a fix sometime?
Hey guys!
Does anyone know an extension suitable for the Android exporter that allows a user to paint by touching the screen and maybe is able to compare a painted picture with an other one (like on...
Well, the thing is, I resized it so it fits perfectly into one of those game cards. Words with around 10 characters are displayed correctly but one or two characters more than 10 are missing as if...
Nice! Thank you for the great explanation, guys :)
I will check the String Parser object in a while. I more often think the program breaks down on me with so many variables to loop between host and...
Okay, fixed it but experienced a new problem:
The strings are empty at first, so the alterable string is "". When the alterable string is changed to a randomly chosen one that is longer than a...
Thanks for the suggestions so far! I'm currently dealing with more basic problems as the program does not assign the randomly chosen answers (list lines) to the strings and this keeps freaking me...
Thanks for the good explanation =)
That's in fact how I have created the game (to a current state), the global string "host?" is set to "yes/ no".
I guess after I have completed the frame for the...
I see. The Lacewing Extension seems quite handy to me.
Instead of having a server running as an external program in the background I thought about a first frame in which a user can choose to host or...
Yeah, currently watching the video tutorial. The problem is, they're dealing with web adresses that are already down. Additionally, I'd like to establish a connection via LAN and not a webpage.
Is...
Thank you for the fast reply :)
I wish there was an actual tutorial to this but will have a look at the development threads now.
Edit: I actually can't find the extention itself in the forum, the...
Hey guys!
I am trying to create an own version of "cards against humanity" and therefore need to establish a LAN connection (e.g. via Hamachi) with 3 to 5 participants.
One of them could be the...
Okay, thank you so far, had to deal with it using directory lists. One question I hope doesn't get transferred to a new thread now: Why can't a project I saved with the standard version of CF2.5 be...
Ok, I see. Can you tell me then, how to open the file selector in Android?
Did you retry the function of showing and hiding the keyboard lately? It seems to work for me although I do bind it to the action of tapping the edit object
Yes but the input text file a user can load does have normal lines with many words in one line.
The problem is: What object do I use to convert the text file into the required format for my list (1...
Thanks for the quick reply!
I assume webview is an extension in 2.5?
Unfortionately I can't really understand your second point, could you enlarge on that? :)
Hey everyone!
For my latest app I want the user to have 2 different possibilities to import text which after that is converted into a list.
So possibility 1 should be like this:
A user taps...
It was the extension Android/iOS input type. What can I do to reuse it in the program (as I will have situations where I can definitely make use of it)? Where do I find a beta or something?
Here#s a list of all used extensions 12906
I saw this too but have no idea what the inputtype extension should be. is it android related? I did not use it in the program
Setting the API to a higher level doesn't help against abortion of compiling.
But here's the link, although the program's actions are left complex:...
When trying to build an app to test it on my smartphone, the building in CF2.5 crashes after some seconds. Tried to find this problem on here, the only solution I could find (changing "a new touch...
Hey everyone!
Still trying to figure out the right part of the forum for each thread, hope I got the right one to propose a request :)
The more often I use the CF2.5's multitouch object, the more...
Yeah, the ability to turn this on or off would be helpful, indeed! But how receptive are the creators of CF2.5 when it comes to user motivated improvements of their extensions? May one inform them...
Haha, anyways sounds like there's something to come in the future :)
I'll keep my fingers crossed you get to know how to port it into the new CF2.5 and would be happy to be the first one testing it...
Thanks very much, man!
Its interesting to know that I can still let the CF2.5's "resizement tools" do all the work when it comes to porting it to all devices. I'll take care of that when it comes to...
Well, thank you very much! This time, I didn't think of global variables as flags :P
And it's also true, the thing with checking the touch release, I often have this situation aswell when navigating...
Hello to everyone!
Integrating the iOS exporter's features into my game makes it lately a bit difficult with the multitouch object.
All I currently work on is different frames working as a...
Oh, is that so?
I asked Piotr from OddPlanet for the resolution, that's why I chose 1280x720.
So you mean that the radio buttons' resolutions are just optional and the game's chosen resolution...
Dear community,
Recently I bought the new Clickteam Fusion 2.5 along with the iOS export module.
Trying out the new features, the latter has to offer, I stumbled over the iOS file types.
When I...
I know that everyone is very busy with the recent release of Clickteam Fusion 2.5 but may I ask if there is compability with your bluetooth extension? I keep having difficulties importing extensions...