-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some Problems with demo app #176
Comments
hey uwe, few questions: cheers, Marcus |
just in short words: I compiled the Demo sample from the Github repo ... ( Compiled fine on Flash (as expected), failed to compile on HTML5 (as expected, that's the standard in the moment) and compiled fine and ran fine on Android (text on buttons, text on menu items, even icons on buttons). I used a Nexus7 tablet, with Android version 4.4.4 on the Android debug bridge... Not to forget.... I used the command ' lime test "build.xml" ' means ' lime test "build.xml" flash ' in the root dir of the demo example to compile & run it ... Hope that help a bit, |
Little sidenote: |
Looks like OpenFL 2.1.x broke fonts support on android. Can't investigate more now, but with 2.0.x everything looks fine (except html5 target) |
Also the commits linked by mpoint4u has no affect on fonts in demo app, because Nathan's commit does nothing with fonts, and my commit only affects theme, which is not used in this app. |
that's right, the commits I mentioned have no effect on the font size of the demo app, but they seem to have an effect on how the whole demo app stretches across the available screen size estate (which varies from device to device)... |
thank you for you help i use windows 8.1 installed via "haxelib install openfl" ... how do I downgrade openFL? |
hey uwe, guess the best would be if you get rid of your current OpenFL 2.1.5 (it's haxelib remove openfl (and it would presumably also help to get rid / or temporary deactivate then do haxelib install openfl 2.0.1 let your computer install all other stuff it suggests, (of course it never hurts, to reboot one more time on windows...) cheers Marcus 2014-11-14 12:56 GMT+02:00 Uwe Schaller [email protected]:
|
this is also a real good resource of help ... |
I got the same error here (but with mac/cpp target, in HTML the font was displayed), I can't even setup the environment to an older version. I installed with haxelib the git versions of openfl (to version 2.0.1), lime (1.0.1), latest from stablexui. At time to make lime rebuild it required nme-dev and nme and I got them from haxelib, however I cannot compile them or make work all libraries together at any older version. Currently I cannot buiuld my project because:
and the lime rebuild mac,tools complains about:
However I could make work the latest greatest versions of those libraries (and build their demos) with the mentioned bug affecting on stablexui. Please, help. |
Can you try other samples except |
I tried as well with StablexUI/samples/dragDrop_simple (unmodified from this repo). In HTML5 target I read the text in the middle (the instructions) and everything works as expected (the text is shown with very poor resolution by the way). The Target flash also works properly as expected (with great resolution, . In the cpp (mac 64) and neko, the drag and drop movement works fine but the text in the middle white box (the instructions) are just not there (or not visible). Same with android (real device) and ios targets (simulator). If you need more debug info tell me as soon as possible, since I am new I am cannot be sure what else could I attach that could be useful. If it is not going to be fixed soon could you please tell me the exact library versions you use where the bug is not present? Thank you in advance Working on mac os X yosemite (uname -a) Libraries used from git are in master branch up-to-date, the rest from haxelib: $ haxelib path stablexui
/usr/lib/haxe/lib/StablexUI/git/src/
-D stablexui=1.1.4
/usr/lib/haxe/lib/actuate/1,8,3/
-D actuate=1.8.3
/usr/lib/haxe/lib/hscript/2,0,4/
-D hscript=2.0.4
/usr/lib/haxe/lib/openfl/git/
-D openfl=3.0.0-beta.3 |
I use all latest version, and cannot run the neko / cpp sample of On 6 April 2015 at 20:23, Víctor R. Escobar [email protected]
|
Ok, now i see this problem too :) |
If i build the demo app (Demo with android-4.x-like theme) from current sources i have the following problems:
swf build looks ok
I like that app because its a very good showcase for StablexUI. Maybe someone can have a look.
I used the current version of all haxe libs.
The text was updated successfully, but these errors were encountered: