Don't have an account yet? Then register once and completely free of charge and use our wide range of topics, features and great options. As a registered member on our site, you can use all functions to actively participate in community life. Write posts, open topics, upload your pictures, put your videos online, talk to other members and help us to constantly improve our project and grow together! So, what are you waiting for? Become a part of us today!
To get support for a technical issue such as installing the software, to query a purchase that you've made/would like to make, or anything other than using our software, please visit our Customer Service Desk:
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!
I was able to get around the AdBannerView iTunes issue, but Admob is not working with the latest Google SDK. It won't compile. Some fixes we easy but it's not working. There were compiler flags to add, Class name deprecations on Banners and all the logic around demographics is no longer of course a factor. Not to mention there's no clear place to put the code to get approval for ads.
I have two MFAs with the same Active and name for the Active. When I copy and paste several instances of the Active from one MFA to the other MFA it creates Active 2. Another paste an Object called Active 3. I tried using the feature "Replace by another object" and it does nothing. Everything is on the same layer.
I know I'm supposed to have a link in my account or emails but I cannot find anything. I tried to PM Jeff but I bet he's busy. Where can I get this ASAP?
I have done the cross grade which is well worth it since I get wonderful performance through Wine in OS X, but I can't figure out how to install the iOS, Android and Flash Exporters.
Please login to see this picture.Please login to see this picture.Please login to see this picture.Please login to see this picture.
I should have taken better/more pictures. I go to a lot of award shows (Emmy Awards, SAG, Grammy Awards, ESPY Awards, etc.) so I have award show fatigue. It was great to see the tremendous support last night for indie developers. Sure the Ninetendo, Microsoft, Sony stuff was there but people won awards for one man and small studio efforts.
Trying to launch an external MFA in my iOS app and it just does nothing. In fact, it appears the MFA is not being included in the CCI that gets created.
How am I supposed to correctly do this? I have a lot of variables in the secondary app so doing it as a frame is really not an option.
Create a Event Group for the event to get the first request. When it is received store the result in a Global String and start a second group for the Second GET request. Put the tokenizer in the second group and extract the data from Global String not the received. Rinse and repeat. You may want to handle timeouts of the GET object in these Event Groups as well in case nothing comes back in time.
The solution for me is to add: AVFoundation', 'AdSupport', 'AudioToolbox', 'CoreMedia', 'CoreTelephony', 'EventKit', 'EventKitUI', 'MessageUI', 'StoreKit’, ’SafariServices’, ‘CoreBlueTooth’
I have a random crash in the latest Clickteam Fusion Developer 2.5 w/iOS exporter: basically it starts from a memory error in MoveIt line 285:
obj->roc->rcChanged = YES;
For some reason obj->hoX or obj->hoY get 0 as a value due to memory allocation and cause a BAD_ACCESS_ERROR.
If I test for either of them to == 0 to avoid this I then get a subsequent error such as this:
void CRenderer::swapBuffers() { glBindRenderbuffer(GL_RENDERBUFFER, colorRenderbuffer); [context presentRenderbuffer:GL_RENDERBUFFER]; <--------- This line gets an EXC_BAD_ACCESS instead in CRenderer.cpp }
These errors are completely random.
Please login to see this attachment.
The Crashlytics report returns much of the same.
Happy to share more details but sadly it's completely random.