Search found 69 matches
- Mon Nov 04, 2019 12:48 pm
- Forum: Newbie questions
- Topic: Applets and .ogg
- Replies: 8
- Views: 2699
Applets and .ogg
Hi there, at the moment I am preparing my first Aminet release. First, I thought, starting with the release of the app-version. Because users from all flavours could try it out and give feedback. Now when I am compiling an app with @REQUIRE "oggvorbis",{Link = True} The app does complain about missi...
- Sun Oct 20, 2019 1:58 pm
- Forum: Tutorials
- Topic: Balloons - a Scratch tutorial written in Hollywood
- Replies: 8
- Views: 8814
Re: Balloons - a Scratch tutorial written in Hollywood
Cute! Thank you.
- Sun Oct 20, 2019 11:34 am
- Forum: Newbie questions
- Topic: Dealing with Key-Event ... for later showkeyboad() use
- Replies: 2
- Views: 2089
Re: Dealing with Key-Event ... for later showkeyboad() use
Wow!
Thank you very much. Great to have you Hollywooders around. So I can continue. 


- Sat Oct 19, 2019 2:38 pm
- Forum: Newbie questions
- Topic: Dealing with Key-Event ... for later showkeyboad() use
- Replies: 2
- Views: 2089
Dealing with Key-Event ... for later showkeyboad() use
Hi, I am just porting a little game to Android, The last thing I gotta do is taking the name from showkeyboard(). Its a keyevent, as far as I understood. So I wrote a very small PC program first program to get to there. The entry should stop when I press return. And here I stuck a little bit. Can yo...
- Sat Oct 19, 2019 9:56 am
- Forum: APK Compiler
- Topic: App stopps.
- Replies: 7
- Views: 3283
Re: App stopps.
ah,.. I mean how
- Fri Oct 18, 2019 6:00 pm
- Forum: APK Compiler
- Topic: App stopps.
- Replies: 7
- Views: 3283
Re: App stopps.
Ive got it..but dont ask me why... 

- Fri Oct 18, 2019 12:21 pm
- Forum: APK Compiler
- Topic: App stopps.
- Replies: 7
- Views: 3283
Re: App stopps.
I tried. But even worse. I cannot duplicate that. I also tried to minimize, excluding functions, reducing Memory Use, even to its basics. It still happens in my Program("Summon Elemental") but when I try to make a small Program to replicate the effect, I fail. Still Summon Elemental stays the same. ...
- Thu Oct 17, 2019 12:38 pm
- Forum: APK Compiler
- Topic: App stopps.
- Replies: 7
- Views: 3283
Re: App stopps.
Yep...
- Tue Oct 15, 2019 6:50 pm
- Forum: APK Compiler
- Topic: App stopps.
- Replies: 7
- Views: 3283
Re: App stopps.
I has to do with HideTitleBar = True
bacause..
@DISPLAY 1,{ScaleMode = #SCALEMODE_AUTO, FitScale = True,HideTitleBar=True} ... no Senior
@DISPLAY 1,{ScaleMode = #SCALEMODE_AUTO} ...si, Senior
Also can happen with updating my Android 5.0.1 but HideTitleBar is the problem.
Greetings
Lars
bacause..
@DISPLAY 1,{ScaleMode = #SCALEMODE_AUTO, FitScale = True,HideTitleBar=True} ... no Senior
@DISPLAY 1,{ScaleMode = #SCALEMODE_AUTO} ...si, Senior
Also can happen with updating my Android 5.0.1 but HideTitleBar is the problem.
Greetings
Lars
- Tue Oct 15, 2019 6:13 pm
- Forum: APK Compiler
- Topic: App stopps.
- Replies: 7
- Views: 3283
App stopps.
Hi, have just installed the APK Pro Compiler. First it went all OK. Sure, I had to set HideTitleBar=True to get an accurate picture but know The App starts. Music sets in. And then when the display opens the app is stopped (summeon2 wurde angehalten). I doctored the whole day and sometimes it did wo...