Search found 2759 matches
- Thu Jan 24, 2019 9:56 pm
- Forum: RebelSDL
- Topic: SDL & Linux ARM
- Replies: 27
- Views: 3551
Re: SDL & Linux ARM
What happens exactly? Do you get any error message?
- Wed Jan 23, 2019 5:31 pm
- Forum: RapaGUI
- Topic: Imagecache on LInux
- Replies: 2
- Views: 163
Re: Imagecache on LInux
Looks still like a bug, using data view mode is a good workaround then, though 

- Wed Jan 23, 2019 5:30 pm
- Forum: Hollywood bugs
- Topic: splitstr example mistake?
- Replies: 1
- Views: 162
Re: splitstr example mistake?
No, the examples often use NPrint() and Print() instead of DebugPrint(), so that's fine.
- Wed Jan 23, 2019 5:28 pm
- Forum: General programming
- Topic: WaitLeftMouse takes 4 seconds to react on m68k
- Replies: 20
- Views: 898
Re: WaitLeftMouse takes 4 seconds to react on m68k
Can you try this?
Run the code and click and release the left mouse button a few times. Does it immediately report 1 when you click and 0 when you release it? Or is there a delay until the output shows the correct mouse button state?
Code: Select all
Repeat
DebugPrint(IsLeftMouse())
VWait
Forever
- Wed Jan 23, 2019 5:22 pm
- Forum: Wishlist
- Topic: Android wish list
- Replies: 19
- Views: 1850
Re: Android wish list
- New [Android]: Added "OnAccelerometer" and "OnGyroscope" event handlers; these will trigger whenever the device's sensors report new values; note that typically those event handlers will deliver lots of messages so you should only enable them if you really need them - New [Android]: Added Vibrate...
- Sat Jan 19, 2019 5:45 pm
- Forum: Wishlist
- Topic: StartNotify / EndNotify
- Replies: 6
- Views: 480
Re: StartNotify / EndNotify
Well, here are you, now go and write a file manager with Hollywood :) - New: Added MonitorDirectory() function; this allows you to monitor all changes in a directory and get notified as soon as something changes through the new "DirectoryChanged" listener that you can install using InstallEventHandl...
- Sat Jan 19, 2019 5:43 pm
- Forum: RapaGUI
- Topic: Creating ContextMenus at runtime on LInux
- Replies: 2
- Views: 131
Re: Creating ContextMenus at runtime on LInux
Yes, it's a bug. Happens on Windows too. Will be fixed, thanks for reporting!
- Sat Jan 19, 2019 5:35 pm
- Forum: General programming
- Topic: 4gb limit Zip
- Replies: 3
- Views: 213
Re: 4gb limit Zip
Ok, will be fixed.
- Sat Jan 19, 2019 5:33 pm
- Forum: RapaGUI
- Topic: Notify on window resize?
- Replies: 7
- Views: 545
Re: Notify on window resize?
Without a Hollywood display there's currently no way to get notified when a window is resized. I'll see if I can add this for the future.
- Wed Jan 16, 2019 10:36 pm
- Forum: RapaGUI
- Topic: Notify on window resize?
- Replies: 7
- Views: 545
Re: Notify on window resize?
If there's a Hollywood display embedded in your GUI, you just have to listen to the normal "SizeWindow" event for the Hollywood display and then you should be notified about size changes 
