Search found 167 matches

by p-OS
Tue May 29, 2018 1:03 pm
Forum: Off topic
Topic: I love how the new forum version looks on my phone!
Replies: 2
Views: 7462

Re: I love how the new forum version looks on my phone!

O don't like how it looks now on my Computers. Always have to open e menu now to choose from "Quick"-Links...

And Edge seems to have Problems with the "Keep-me-logged-in" feature...
by p-OS
Mon Apr 09, 2018 11:21 pm
Forum: APK Compiler
Topic: I can't create keystore
Replies: 2
Views: 5181

Re: I can't create keystore

You want to create File in a Directory you don't have rigth to Access. On Win 7 / 10 this is Everything within Program Files or Program files (x86) . Use another Directory or start the tool creating the store as admin
by p-OS
Fri Feb 23, 2018 10:08 pm
Forum: General programming
Topic: Smartwatches
Replies: 5
Views: 5524

Re: Smartwatches

Interesting, till now I thought, Android apps have to be explicitly written for Android Wear, and that nirmal Andorid Apps do not work. That's why I was explicitly looking for a watch with a full Android.

Besides that on your device I'm not surprised, taht it works, couse it is a rectangular dispaly
by p-OS
Thu Feb 22, 2018 12:39 am
Forum: APK Compiler
Topic: Compiler APK's crash ?
Replies: 9
Views: 9144

Re: Compiler APK's crash ?

Also: package name may not be set to a value, that end in ".test", otherwise CMake will fail !
by p-OS
Mon Feb 19, 2018 11:24 pm
Forum: General plugin questions
Topic: Problem with svg plugin
Replies: 5
Views: 7293

Re: Problem with svg plugin

It's in the manual: Chapter "Compiler and Linker" -> "Linking plugins"
by p-OS
Mon Feb 19, 2018 12:28 am
Forum: General programming
Topic: Smartwatches
Replies: 5
Views: 5524

Smartwatches

Hello, I wonder if anyone already tried running Hollywood Apps (compiled , not HWPlayer) on Android Watches ? Most of them have round shaped displays On Android Hollywood does not support transparent displays, thus they can only be rectangular. So i wonder if they fail to open a Display at all? I'm ...
by p-OS
Thu Feb 15, 2018 3:18 am
Forum: MUI Royale
Topic: System console output
Replies: 10
Views: 11444

Re: System console output

I'm also not glad about the fact, that explicit debug messages now can only be output if implicit are also allowed. First of all: Though DebugPrint will not output to Shell window any more it is still possible to print to Cubic Output section even without enabling DebugOutput() ! For printing to the...
by p-OS
Mon Jan 15, 2018 12:32 am
Forum: Announcements
Topic: Hollywood APK Compiler 2.1 released
Replies: 9
Views: 11296

Re: Hollywood APK Compiler 2.1 released

Be careful: Project&Package may not be set to a value, that end in ".test", otherwise CMake will fail !
by p-OS
Wed Dec 06, 2017 5:12 pm
Forum: Hollywood bugs
Topic: Possible bug in MakeDirectory()
Replies: 5
Views: 5423

Re: Possible bug in MakeDirectory()

you have to use \ as separator
by p-OS
Fri Nov 17, 2017 3:05 pm
Forum: Newbie questions
Topic: OnMenuSelect not triggering?
Replies: 6
Views: 6476

Re: OnMenuSelect not triggering?

Thanks for the quick reply! Took me a while (2 kids, full-time job, you know it ...) My main loop looks similiar to this: I take the WaitKeyDown() function simply listens for ANY key - which does not include the onMenuSelect event created by a mouse click? Exactly, you have to use WaitEvent to get ...