Search found 171 matches

by p-OS
Sun May 25, 2025 12:49 am
Forum: Wishlist
Topic: Touchscreen
Replies: 5
Views: 359

Re: Touchscreen

For MorphOS there is a solution:

https://www.amiga-news.de/de/news/AN-20 ... 33-DE.html


Andorid App Remote Mosue
https://play.google.com/store/apps/deta ... useandroid

in combination with MorphOS Tool WirelessDesktop
http://www.geit.de/stupid/WirelessDesktop.lha
by p-OS
Sun Mar 09, 2025 7:52 pm
Forum: Newbie questions
Topic: DebugPrint under Linux
Replies: 4
Views: 1101

Re: DebugPrint under Linux

Maybe you could try ConsolePrint() instead
by p-OS
Sat Nov 09, 2024 12:25 am
Forum: General programming
Topic: Is this doable: test:Func = Function() DebugPrint(self.A) EndFunction
Replies: 2
Views: 7785

Re: Is this doable: test:Func = Function() DebugPrint(self.A) EndFunction

exactly.
table:method(x) is the same as table.method(self,x).
by p-OS
Fri Sep 27, 2024 11:01 pm
Forum: Newbie questions
Topic: How to open several windows?
Replies: 3
Views: 3675

Re: How to open several windows?

check documentation vor CreateDisplay()
by p-OS
Sun Dec 17, 2023 11:52 pm
Forum: RapaGUI
Topic: You are the OS
Replies: 4
Views: 4803

Re: You are the OS

Actually MUi does not have a real Button class. Every Object based on Area.mui or any subclass of it can be made a Button. Even a group. One has to set MUIA_InputMode to MUIV_InputMode_RelVerify and a notifcytion trigge to MUIA_Pressed. Normal Buttons in MUI are actually TextObjects: (C Code:) okbut...
by p-OS
Fri Mar 17, 2023 12:25 am
Forum: General programming
Topic: Show splash screen while app is loading?
Replies: 11
Views: 7929

Re: Show splash screen while app is loading?

As soon as RapaGui is used, Hollywood Displays are only visible inside Rapagui Hollywood class. Tbus open a RapaGui window for the Splash Screen
by p-OS
Tue Mar 14, 2023 9:33 pm
Forum: Newbie questions
Topic: Autoboot Game on Amiga CD32
Replies: 2
Views: 2183

Re: Autoboot Game on Amiga CD32

Theoretically yes, But on unxtended devices with only 2MB Ram HW Apps might stop with out of memory error.
by p-OS
Thu Mar 09, 2023 5:35 pm
Forum: Newbie questions
Topic: cross platform application howto detect operating system
Replies: 3
Views: 2310

Re: cross platform application howto detect operating system

Check the manual for preprocessort command IF, there uis an example how to do conditional compilation depending on the paltform it is running.
by p-OS
Mon Feb 27, 2023 9:51 am
Forum: Showcase
Topic: First public HGui release published!
Replies: 10
Views: 12689

Re: First public HGui release published!

Short instruction to test: 1. Goto https://github.com/Allanon71/HGui 2. Click on green "Code" button,in the popup menu select "Download Zip". 3. Extract Zip Archive 4. Open the file +Includes.hws for editing 5. Goto line 14 6. Adapt the following constant #INC_PATH = "C:/Use...
by p-OS
Fri Feb 11, 2022 2:53 am
Forum: Hollywood bugs
Topic: MakeDirectory() error on macOS
Replies: 6
Views: 5656

Re: MakeDirectory() error on macOS

https://stackoverflow.com/questions/622 ... app-folder

There seem to exist some coding rules from Apple. Maybe newer OS Versions do enforce them ?