May the webview object can do this Job? ;)
Type: Posts; User: StingRay; Keyword(s):
May the webview object can do this Job? ;)
Hi! Is there a way to actually change the color of the statusbar on android 8+?
or even make it transparent? the "set statusbar color" action in "AndroidPlus" object seems to doesnt work anymore :/...
May have u Seen this by Fernando —> http://clickstore.clickteam.com/html_tag_holder
I guess this could be kind of helpful;)
This is a simple example, how you can generate a QR-CODE within your fusion app,
no need for a server or online connection :)
27695
hope this might be useful for some of you,
best...
i guess you have to integrate the .js file contents within the HTML string?!
sorry to *bump*, but would this may possible?! ;)
Is it possible to check, if the software keyboard is "visible" on screen?
(in an actual project the client is using external hardware keyboards on ipad, so the "software keyboard" is not visible on...
i really like you're sense for gui micro animations, looks very impressive and professional, congrats!
tipp: if the fonts are not packed with your app, they may are not installed correctly (for all users on pc)
to do so: check your folder: C:\Users\YourUsername\AppData\Local\Microsoft\Windows\Fonts...
this makes sense, if 'transparent color' is black and this is an png file. so a white box with 'transparent color = black' and with 1/2 transparency would get grey.
so i guess you may have to take...
really weird behaviour ... thanks for that insight, Vol. may Yves bring some light into this topic? would be interesting, why fusion behave like this
Hi! I've to translate all my elements within my business client app to other languages. i use a json file for the wordings.
just in that moment i've spotted this on the academy -->
...
Hi Chris! I‘m able to help, just drop me a line ;)
Fastest workaround would be to change to POST variable instead of GET (this way you don’t need any url encoding)
Use setting "Fit Inside and adjust window size" in Android options - take care of dynamic repositioning of objects regarding aspect ratio/screen size.
Hi AlanRuno! I've the same problem like renan63 - the push only works when app is opened. if the app is in background it doesnt seem to work - may you can share a simple demo mfa? (i guess it may...
Try target 8.0 instead of 7.0
Try using the webview2 ‚download‘ action
What does string$( "Script" ) contain? (Image.png)?
Thanks for your help, installing encoder packs from here https://github.com/Nevcairiel/LAVFilters/releases/ solved the problem ;)
sry to bump - may somebody know a way to integrate a mp4 fluently? do i have to install some drivers maybe?
Thanks, but it doesnt seem to work here on my pc. the VLC player is playing my mp4 file fine, but within fusion nothing happens actually.
even the old "DIRECT SHOW" example within fusion folder...
Hi there! I've played around with different extensions and it seems i cannot get mp4-Videos play within a windows-export - do you may have a hint for me, how to show mp4-videos inside a fusion...
have you tried "HIDE NAVIGATION BAR" within Android object actions? Or Inmersive Mode in AndroidPlus Object?
Is your text content static or dynamic?
Btw: it will save you time if you take care from the start, which extensions are supported by which runtimes (win, html5, iOS,...)
bought! ;) hopefully we will see soon mobile versions of it, Phi ;) (android & ios)
This sounds very interesting, Phi !
Does this mean that you can overlap these visual extensions with standard fusion components? (I think of a sidemenu overlapping native components, ...)
Hey GamesterX23, calm down ;) Mine is 28 inches, so size is fine. Actually i see some apps that have needed updates for 4k (like photoshop,...) I've found nice workarounds for that, would be great if...
Hi! Did you follow the pdf guide? (adding frameworks in xcode) pls send me a pm with a little mfa and/or xcode prj to take a look, thanks ;)
may this thread will help you too? -->...
This is nice, but take care that a extension like this will be always on top of the fusion canvas (like webview, editbox, googlemaps,...) this makes it a bit senseless actually - better export the...
Hi! I've upgraded to a 4k monitor setup. I've set the windows zoom for the editor to 150%, and for the runtime to 100% (now i can work on a full iphoneX project - just amazing ;)
sadly all fonts in...
Btw, the same happens to native elements on iOS too
This happens because these are native objects on top of fusion canvas.
Sadly these elements gets the new position one frame later than canvas elements, that’s why it scrolls different
Congrats Danny to the great podcasts! Btw: just a wish: Great would be a short summary or table of contents beside the podcast link ;)
Hi! I'll need an iOS Extension for Tapdaq Ad-Plattform support (https://tapdaq.com)
This job is of course paid and could also be sold on clickstore for other members,
may someone is interested...
Awesome graphic details! Shows a lot of talent and great sense for atmosphere
Thanks for this great hint! I‘ve used JavaScript in a Webview for calculation 🙈
HTTP://bugbox.clickteam.com ;)
Did you set internet permissions for Android app in app properties?
Thanks, Schrodinger! I basically knew the option with StringParser2, i just thought that there may be a hidden feature somewhere in expression editor itself ;)
But thanks for the tip, i wanna give...
Hi! Is it possible to compare strings containing wildcard in expression editor?
example: if the last number is a "0" i wanna delete it:
3432.560
(right$("3432.560"),4) = "."+??+"0"
...
Hotspot? ;)
This is possible with kiosk mode, yes. But not sure if it’s doable with an extension
Hey Ls2! Try this, it worked fine for me for calculating distance between user and a shop:
(metric system)
( ( ACos(Sin(value( "User_lat" )) * Sin(value( "Shop_lat" )) + Cos(value( "User_lat" ))...
Really useful for finding lat/long: https://www.latlong.net/
just use the GET object to communicate with a server, deliver JSON formatted output from server and use JSON object for reading data. it works very well!
Is this still not possible on mobile runtimes? (iOS & Android) Thanks for the info!
Awesome!!!
Have u tried using %20 instead of a space?
You can hide the webview, show a spinner circle and when event page is loaded is true, you can show webview on screen
You can't imagine the astonished look of my college that is php coder ;)
Thanks Vol, that was the used solution ;)
Is there ANY way to check the difference of events of 2 frames?
Like you do with scripts and this tool: https://www.diffchecker.com/
Reason: I've an older app that i have created seperatly for...
May Googles own font 'Roboto' should do it
Hi! Here's an example:
mailto:recipient@example.com
?subject=This%20is%20a%20Testmail&body=Maintext
Hope it helps
Use the question&Answer object ;)
@Ls2: Get it on clickstore - the more People are buying it, the greater the chance to get iOS and Android extensions ;)
And to all there that are denigratin it by comparing to other AAA-Tools out...
this is an awesome example! thanks for that!
btw, if you find time to post some similar ones for paypal,... it would be really nice! ;)
For real push notifications you always will need a server - it's very complex to build this on a own. Pushwoosh makes handling this easy - and it's free ;)
You can try to send the IPA file by testfairy.com
Got it! Just amazing whats going on now ;)
He's using old webview - pls use fernando's webview2, its so much more powerful! ;)
Hi! Is there some math where i can get the actual weekday?
(i wanna avoid using GET and a php script if possible, i will use this on mobile so just using standard extensions)
thanks for your...
Really Talent, nice feel For timing and Animation, i Love it ;) what software Are u creating this One? (Maya, c4d, 3ds?)
I guess this would be interesting for Android too, cause here I experience most loading times for new frames actually. I'd support something like this too! ;)
The fusion surface will be always behind native objects (text box, Ios buttons, video,...)
Fabric.io and its Tools Looks very promising (especially mobile identity)
Thanks For the Link, Keith!
Hi! Is it possible to build a small simple html5 game and use it as GoogleAdwords Campaign?
(Like a simple banner game)
Does anybody knows more about this?
On iOS just use the 'iOS Object' action 'Open url' ;)
For postings i guess you can use the awesome "Share" feature of "AndroidPlus" object.
Is it easy possible to adapt this to mobile gyroscope? so when user moves the device, the parallax effect happens?
Just use List object (properties)
Thats just a genius solution, thanks Compozitor! ;)
iOS (.plist) and android (font packer extension) support adding a font to your project
We will look into it ;)
Hey! Looks Awesome! I'm curious - is this a exe output of fusion running on surface tablet?
Pls take care: 2 Apps with Same bundle id exported from different pc's or with different key store settings will not work.
You have to deinstall the old version first
May u can check if app looses focus?
But Android Sharing doesnt Support Facebook well
I wanna create a Parallax-Effect, controlled by mouse movement, as seen here: http://jquery-jkit.com/commands/parallax.html
may someone know a ready-to-go example to start from?
thanks in...
i'm actually not sure if this is even possible, i guess it needs a different xcode project structure to make it work, sorry
Yeah, sorry guys, the problem seems to be that Facebook changed its policities again.
They do not allow to create prepolulated text, except URLs - they want to force the user to write text on its...
Really well done! Congrats ;)
Hi! I've an older app that have res 640x960 pixels.
i now wanna change it to 640x1136 (stretch to fill) - but by changing just the .cci file,
i will get a 640x960 pixels app with the 640x1136...
Fernando have created a great tool with "AndroidPlus" extension - you can use the "Share text" or "Share image" feature inside!
Sadly there is a facebook bug (from facebook!) that avoid posting text...
@perry's entry in bugbox about bitcode Problem:
Search in Xcode buildsettings for it and turn it to NO - May it help you too
It's because Transport Security in ios9
http://www.cso.com.au/article/577197/apple-tells-ios-9-developers-use-https-exclusively/
Here you will find a workaround in Xcode:...
i've tried both, but i get still the same error message - any clue?!?
btw, the example coming with cURL doesnt use any quote at all - i'm a bit lost actually...
may someone can help me how setting up a working Header?
i try:
-H Authorization: bearer xyz-xyx-xyx http://www.mysite.com
but i always get
-couldnt resolve host bearer
-couldnt resolve...
does the cURL extension for Android doesnt support SSL? I get some error code and i'm not sure ... any feedback would be appreciated!
Does this problem still exists?
Is there a way to clear the cache of the webview extension?
Hey! Great idea, thanks for sharing. i just expierience one Problem: when the apk appears and i wanna copy/paste, the temp file will be deleted inbetween. (It seems there is just to less time to do...
you may can try finding something useful here: http://clickstore.clickteam.com/tutorials
there are a lot of high quality examples there ;)
you are right, paobrasil - the red part will be ignored, the image will be saved on ios as "save.arr" - it would be the same as "" + "save.arr"
btw, i think on Android you have to use: (...
I think it just Will Be ignored
I have to add a special library to a project - this doesnt work with an extension,
so i have to edit the final sourcecode of the project.
Is it possible to export the final (edited) source code...
Hi Coldfire! Attached is a simple example. This problem is very urgent to me, may you can take a quick look, why it doesnt work to have more than one message?
17196
Thanks for your support!
...
Hi! I expierience the problem, that if i wanna set 2 local notifications only the last one will trigger - may can you post an example or send me by pm with more than one pushes generated? thanks for...
Yeah sure - Share it with The Community ;)
Can u Show an example URL u try to load? I use it in every App and it just works Fine!
After Some Research i've Found that Facebook want you to use their API for sharing. So the android Sharer Action Works Fine. FB just allows you to Share an URL without Any Text added (with android...
it seems like if you select Facebook for sharing, no text is forwarded. the facebook popup is empty. is this usual or may a bug?
This is weird - mine look similar to yours, i just do not use a string object actually:
16509
Does E-Mail share show your text?
May you Can Show me the Event line in Fusion? Or pm me a Mfa with just the Share Action?
Hi! It works fine for me (Posting with image), pls take a look at the screenshots here:
1650716508
Just keep in mind that in the 'posting pop up' the user has to select, who wanna see the...
Hi José! Thanks for your kind words ;)
If posting of score directly does not work, please try the following:
But your share text into a STRING object.
Change alterable String to "Hey! I've...
Pls Check in iPhone Settings -> Facebook -> if you have selected a valid Account. For me it Works well here
Sry to bother, Tuna, but i need some more infos to help you - what Has changed in your Environment, that it does Not show up anymore (new iOS Version, new FB Version, new device, ...??)
And before it worked for you? What Happens now, that fb doesnt show up anymore?
Hi Tuna!
Sry for Late response, i'm at Vacation Till monday, so pls Tell me what exactly Happens that it doesnt work anymore (New iOS Update, New device, New fb Version,...)
Then i may be able...
does someone have insight and can help me here?
Hi! I've build an app with some modifications in Xcode. now i wanna change the display mode from 'fit inside (black bars)' to 'fit inside and adjust window size'.
I thought this is easily possible...
Be Patient...
yes, actually for a client project with deadline - may i can add the changes to xcode? (PM?) would be really helpful!
nice! Layer works now perfectly!! congrats. ;)
there is still one problem with String Object on iOS: If text is bigger than the string object dimensions, on Windows/Android, the string object will...
Honestly this is the first time i use 2.5 for iOS. I'm not sure if this y-layer bug has happened before, but havent seen any bugreport regarding this problem.
so i think this might be a new bug.
Sry, but we've found another bug with Layers:
if y position of a layer is changed, the "mouse click on object" seems to does not work on iOS for objects within this moved layer.
maybe a...
Thanks, Aenever ;) Glad you like it!
@guyisbackable: It seems weird, it works on all my test-devices, even on another Samsung Tab 2 (Aenever's Tab 2).
no idea actually, what the problem could...
sry, own fault. edited because of coding error, not bug. ;)
Thanks, Aenever! PM send! ;)
Hi! Can someone help me out with testing on a Samsung Galaxy Tab 2 10.1?
i just own the Tab 3 and have no problems with my app, but my client told me it crashes at start on the Galaxy Tab 2 10.1
...
It seems If You use Layer by name actions (Set x pos) it does not work in iOS
It seems like the Layer object does not work on iOS for me - can anyone confirm?
Ok, thanks! I wanna try the New One
Hi! I expierience a weird bug and i'm not sure if this is really one:
I've updated to the newest beta 284.2, and i try to:
Start of Frame
--> Change alterable String to --> Get runtime name
...
New version is available here: http://clickstore.clickteam.com/plugins/extensions/ios-share
Including support for WhatsApp Share! ;)
May you Look here: http://community.clickteam.com/threads/89099-Saving-an-array-on-Android?highlight=array+android
Think of Sport apps that inform you with a Push when your Favorite Soccer Team scores a goal,...
Android plus Shares with facebook too! It seems just the Same like ios share for Android ;) remember: You have to have facebook installed of course!
if supporting Cordova will make it possible to create apps for Blackberry, Windows Phone and more, it would be an VERY interesting feature - thumbs up!
Tests are done, Works well now! Thanks To outcast for Beta testing - i just wait for a reply from clickstore To make it available for Public ;)
We are actually working on an update regarding a crash scenario with this extension.
As bonus we will support sharing with WhatsApp, that's a bit tricky, because we have to use their API, but its...
Youre doing matte paintings? I like the style, Wow!
amazing style - colors and atmosphere are gorgeous!
sorry to bump again, but is there some workaround for this actually?
Hi! is a kind of Rich Text Object for iOS thinkable? i think of usage like the String object, i do not want a TRUE ios control (like EditBox, because this always overlaps actives,...)
Does someone...
For which Platform do You Need this? For Windows you can easily use Webview2 by Fernando for displaying your map ;)
Try the following steps:
1. Set the editbox multiline
2. Set background transparent
3. uncheck multiline again
4. resize the editbox in height that text fits
5. do the editbox background as...
may try using string parser2. it should work!
ok, thanks danny, never thought about that. this IS important of course. but if i think of the features that could be done (honestly i never have seen an onepage with rotation features! that could be...
is there a way to get the accelerator information even if i set the app to portrait?
reason: I've build an ios app (ios doesnt have the feature 'any rotation') where i setup a 'fake' landscape...
Is there any way to replace a specific frame by another?
(if not i have to correct every JUMP TO FRAME action, because these actions seems to be connected to the individual frame by default)
great news, Anders! just a question about older apps. if i have an update for a Fusion 2 App where i just have to change the .cci file and upload a new version,
is there a way to keep this simple...
this is awesome! thanks, Anders! ;)
Hi! We are building mobile apps with the power of fusion as a base. For new upcoming projects 2015 we look for
Fusion Experts that create with us some stunning and amazing app experiences. (we are...
I know WordPress but i think fusion can make a Lot more interactive stuff ;)
Hi! Is it possible to create a OnePage Website, that are controlled by scrolling all the way down, with Fusion HTML5 Exporter?
Here are 2 examples:
http://pingpoint.com.br/...
You can try this:
-always
*set flag 1 of "enemy" off
-"sensor" is overlapping "enemy"
-x ("enemy") > x("character")
-Flag 1 of "character" is on
-Flag 2 of "character" is on
*set flag 1 of...
Hi Paobrasil!
Sry, was really busy these days and havent had time to answer my PMs. i've tried the extension with Fusion Developer 2.5 this moment and it works like a charm.
Flyland rated the...
Very well done, Congrats! ;)
Hi! 2 years ago i created an app with display mode "black bars" for iPhone and iPad (iPhone4 resolution).
on iPhone4 it looks perfect, on iPad it just have had 2 black bars left and right of the...
I was in contact with them about half Year ago - they told me that the Free Service just got too extensive for them. Dont know if it's still true
Of course i mean Android Extension sdk ;)
I cant find a documentation how the Android SDK works. can someone point me there? thanks!
Sry, cant install - the Patch-Installer tells me CT Fusion 2.5 have to be installed. (I've it in the standard "Programs(x86)/Clickteam..." Folder)
No, that is the Way ios Handles it (if image selected from camera roll)
Hi! Do you can think of a way to make fast spline drawing possible?
actual solution: create an active on mouse position. then in a loop create actives between the last and actual mouse position.
...
hi! very nice!
do you can think of a way to have some kind of signature feature? if user draws a freehand-line very fast, to make it a nice spline line without edges. any idea how to get this with...
ok, got it! thanks for the info ;)
I've a selection list wrapped within a Android Dialog Popup with Multiselection.
Everything is fine, except i wanna get the selected IDs of the user. the function "PopUpItemID" just returns "-1"...
please take care that this feature isnt supported by every android device
i just thought if there is may a Wildcard for alphabetical letters. i've a lot of text to search for and i'm afraid that this will kill performance here.
actually i run 1 loop through the items...
very interesting and useful information! Is there a way to make a more 'senseful' search by looking for words?
like to have a wildcard for every character except alphabetical ones.
example:...
actually in this version you can, as example, drop a 'commercial image' of your game into the resources folder and use this with dynamic text.
it uses the Social-Framework of Apple, that means...
may you wanna try this: http://clickstore.clickteam.com/extensions/ios-share
may you look here: http://community.clickteam.com/threads/81580-Play-music-in-the-background-using-AVAudioplayer
you can search the forum for avaudioplayer (to see some solutions for iOS),...
I have an app that is in portrait mode 640x1136 pixels.
i have to switch within the app to landscape, and want the app to be 1136x640 pixel in landscape.
how can I achieve this?
actually, if...
Is there a way to change the animation or Frame of an Active by using a string?
I thought it would be possible to set the Animation to "myname" by string, but this isnt possible.
(background:...
Possibly:
iPhone 6 featuring a resolution of 1334 x 750 (326 ppi) and the iPhone 6 Plus featuring a resolution of 1920 x 1080
Hi! AP obj doesnt allow you to load images from web on windows. (supported with the android & ios runtime)
you can:
- download the image upfront with the WebView Object2, save it and then load...
Thanks!!! It could be so easy, if you know how ;)
Hi ProdigyX! Thanks for your suggestion, i've done this in a simple way (pls see attached file),
but isnt there a way in expression editor like Hex$ just the other way around instead of checking all...
Hi! I've found the hex$ expression to convert a number to hex, but whats about the other way around?
how can i convert a hexadecimal number into a decimal number? (without a special extension)
...
now we just have to find a way to avoid the "recent apps" button:
For this i've found this code snippet (checks if activity loses focus and bring the app back into front -> It does require...
Edit the AndroidManifest.xml File and add these lines:
<!-- M_Intent -->
<category android:name="android.intent.category.HOME"/>
<category...
Here is an example, i always got values for white after color picker has finished.
14273
hm... this doesnt work for me here (nexus5, bluestacks), the active system box always gets white.
BLUE gives me: 268435455
RED gives me: 268435455
GREEN gives me: 268435455
all the same...
@TechVision: Thanks, but this doesnt hide the statusbar, actually it hides the bar where your app name is displayed (under the statusbar)
@ paobrasil: This will be set for every frame - i'm...
Hi! Is it possible to hide the Statusbar (with battery charge icon, time,...) at runtime? (btw, this isnt the action bar)
I can uncheck 'statusbar' within the android app settings, but i see no...
How can i get all files in a specific folder in android?
I've tried with a listfile:
1. load Filelist: PublicStorageDirectory( "Android object", "Pictures")
--> output is empty.
2. load...
May i ask which Android Version you have On samsung Tab gt p1000?
great news! thanks ;)
btw: is it possible to use the extension with fusion 2 too?
(I've copied the .mfx file into the extension folder, but it doesnt show up within fusion2)
Hi! Is there a similar way like in iOS to start an Fusion-Created app from an URL-Link? (If the app is installed)
In the iOS Exporter created Xcode Prj its easy to add this feature. Thanks for...
Any help would be appreciated, thank you!
I've found this developer ressource:...
Hi! Is there a way to receive the image orientation of a picture of the camera?
because everytime when i load a portrait image to an active picture from image directory,
it will be rotated 90...
SOLUTION: For everyone interested:
Just test for the X-DIRECT value from the accelometer object -
this will give you feedback (>-0.5 = Portrait, < -0.5 = Landscape)
I have one frame within my app that should be able to show portrait and landscape content.
is there a way (like in ios) to get the device orientation without setting the screen orientation to ANY?...
Hi! I've set a simple action "ALWAYS -> Set a visible counter to Orientation( "Accelerometer object" )
Testing on Sony Xperia Z1, the counter stays at "0", doesnt change if i rotate the phone. is...
Hi!
I have some files added to binary data and wanna read/write them on android - which path should i use?
(tried DataStorageDirectory$)
Have u tried to get the angle and scale distance with the Advanced direction object?
It is necessary if you Want to Release an Action when the Tab of the User has ended! Mouse Click allways trigger at the beginning of a Touch!
Ouly, you are absolutly right!!
This would work on iOS for parsing a newline$ with StringParser:
Right$(NewLine$,1)
Do you have had luck or may a workaround for newline$ ?!?
Hi! Seems that the ios exporter version of the StringParser2 doesnt recognize newline$,
i have:
SET STRING TO: replace$( "String Parser 2", NewLine$, "#n")
but on ios the newline isnt...
hi! today its even easier than a year ago (for me the first time was a nightmare too) - just open xcode, go to preferences and add a new account. enter credentials and you should be save.
woa! thanks!
Hi! I'Ve done an client app where i now have to change a sound all over the app. is there a fast way to do this? (replace a sound in an app by another one?)
or do i have to go in every frame to...
May try this one: https://play.google.com/store/apps/details?id=com.justanapp.hirterspielhd
Heavy use of alpha channels