DannyBil's Forum Posts

  • 11 posts
  • Help requested. I am using the example of Stan (dop2000) Merezhko (FloodFill) drawing Canvas. Coloring parts of a drawing works perfectly. As a control, I want to read the colors. Works perfectly in the Construct3 editor. But when I play the example on a recent ipad2, the control coordinates are not the same as in the C3 editor. What am I doing wrong?

  • Always get the same message with 1 app. I found via F12 the message 'could not decode image ...'. I didn't immediately find which picture. Then open each picture one by one via the C3 editor. Finally came across a picture like this. Editor would not load the picture. Problem. Then edit the original print with 'paint' and save it as jpeg. Then loaded back up. App saved. Preview worked now.

  • hallo, in config.sys this work for me:

    <preference name="permissions" value="none"/>

    <preference name="android-minSdkVersion" value="16"/>

    <preference name="android-targetSdkVersion" value="26"/>

    <preference name="fullscreen" value="true"/>

    <preference name="orientation" value="landscape"/>

    <preference name="SplashScreenDelay" value="5000" />

    <preference name="AutoHideSplashScreen" value="false" />

    <preference name="FadeSplashScreen" value="true"/>

    <preference name="disallowOverscroll" value="true" />

    <preference name="AndroidPersistentFileLocation" value="Compatibility" />

    <preference name="deployment-target" value="8.0" />

    <feature name="http://api.phonegap.com/1.0/network"/>

    <preference name="buildArchitecture" value="arm" />

    <plugin spec="https://github.com/MBuchalik/cordova-build-architecture.git#1039509" />

    <plugin name="cordova-plugin-crosswalk-webview" spec="2.4.0" />

    <plugin name="cordova-plugin-device" spec="1.1.7" />

    <plugin name="cordova-plugin-statusbar" spec="2.1.3" />

    <plugin name="cordova-plugin-whitelist" spec="1.3.3" />

    <plugin name="cordova-android-support-gradle-release">

    <variable name="ANDROID_SUPPORT_VERSION" value="26.0.0"/>

    </plugin>

    <preference name="CrosswalkAnimatable" value="false"/>

    <preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect --ignore-gpu-blacklist "/>

  • Does anyone got their app developed with Construct 2 (or 3) marked as spam in the iOS app review?

  • hi, play an short empty sound every 10 sec in every event sheet

  • The CLI version number does not equal the Apache Cordova version number. For details regarding Intel XDK CLI version numbers and the corresponding Apache Cordova version numbers, please read this FAQ > Why does the Cordova version number not match the Projects tab's Build Settings, the Emulate tab, App Preview and my built app?

    Our Cordova CLI 4.1.2 build system is "pinned" to:

    •cordova-androidalb@3.6.4 (Android Cordova framework version 3.6.4)

    •cordova-iosalb@3.7.0 (iOS Cordova framework version 3.7.0)

    •cordova-windowsalb@3.7.0 (Cordova Windows framework version 3.7.0)

    Our Cordova CLI 5.1.1 build system is "pinned" to:

    •cordova-androidalb@4.1.0

    •cordova-iosalb@3.8.0

    •cordova-windowsalb@4.0.0

    Our upcoming Cordova CLI 5.4.1 build system is expected to be "pinned" to:

    •cordova-androidalb@5.0.0

    •cordova-iosalb@4.0.1

    •cordova-windowsalb@4.3.0

    Our upcoming CLI 5.4.1 build system should probably be called "CLI 5.4.1+" because it is closer to the "pinned" versions for Cordova CLI 6.0.0 than to those "pinned" in the official CLI 5.4.1 release.

    •For those versions of Crosswalk that are built with the Intel XDK CLI 4.1.2 build system, the cordova-android version of the Cordova framework is determined by the Crosswalk project, not by the Intel XDK build system.

    software.intel.com/en-us/xdk/fa ... va-version

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi, I have insert "newlines" and it works (example is Dutch text)

    Text .... Typing Type ..."Pim is een muis. Die muis zoekt kaas."&newline&"Zij gaat naar de kast. In de kast is een doos."&newline&"In de doos ziet zij de kaas. Die is geel."&newline&"Pim eet de kaas op. Haar buik is nu dik."&newline&"Zij heeft pijn. Pim loopt naar het hol."&newline&"Zij ligt op haar bed. Ik eet niet meer zo veel." ...at 1 letter per 0.1 sec

  • Hi, everything works perfectly. I also use in the exercise an external xml file. In a browser it works perfect. When I make an android app with cocoon js the words that are reading in the xml file don't work.

  • Thanks. Have meanwhile found a solution. I have 100 objects divided into 3 columns. I gave every object 2 instant variables. (first 'description' different for each object)(second variable = all objects in the same colum the same second variable). When I click the top print of column 1 the 'description-variable' should be the same as the solution. The second variable gives only an error when when I click on the second or third column (because they have another variable). Then I destroy the top object and a new word appears. And so on ...

  • Hi,

    I make an exercise for beginning readers. In this example, there are 6 sprites. 3 times 2 sprites on top of each other. Each sprite has a different instance variable (description). When I click on the right solution is there also a error because de second sprite under de upper sprite had a different description. How can I fix it?

    Thanks,

    Danny

    PS. I speak Dutch and used google to translate.

  • 11 posts