Search found 225 matches
- Wed Dec 27, 2017 11:13 pm
- Forum: RapaGUI
- Topic: InstallEventHandler & RapaGUI...
- Replies: 22
- Views: 5622
InstallEventHandler & RapaGUI...
Ok guys... probably the most stupid question of all time... I tryed to change the eventhandler in the RapaGUI tutorial script this way: InstallEventHandler({RapaGUI = p_EventFunc, OnKeyDown = p_EventFunc}) To check when a key is pressed to do some tests... However seems that the event wasnt installe...
- Sun Dec 27, 2015 9:01 pm
- Forum: General programming
- Topic: Menues and OnRightMouse event
- Replies: 6
- Views: 4384
Re: Menues and OnRightMouse event
Ok forgive me...
I completely miss tha "-1" value to pass to the Menu attribute in the dsplay table...However I dont get why if I disable the Menu handler the display will still have it attached...wasnt redundant to have to disable the handler and also the menu strip from the display?
I completely miss tha "-1" value to pass to the Menu attribute in the dsplay table...However I dont get why if I disable the Menu handler the display will still have it attached...wasnt redundant to have to disable the handler and also the menu strip from the display?
- Sun Dec 27, 2015 1:13 pm
- Forum: General programming
- Topic: Menues and OnRightMouse event
- Replies: 6
- Views: 4384
Re: Menues and OnRightMouse event
Just today I'm working on a workaround to solve that issue and noticed that disabling the menu handler wasnt enough to solve the issue... I tryed to set to "0" the system menu event handler to disable the menu and preserve double toolbar icon function and than reactivate it after the mouse was out o...
- Wed Apr 15, 2015 10:47 pm
- Forum: Newbie questions
- Topic: Non trasparent text/images on trasparent BGPic...
- Replies: 0
- Views: 1227
Non trasparent text/images on trasparent BGPic...
Hi,
I'm trying to write and draw on a semi-trasparent display(done with a semi-trasparent BGPic) but seems that wasnt possible to write non trasparent objects over a trasparent BGPic was right or I do something wrong?
I'm trying to write and draw on a semi-trasparent display(done with a semi-trasparent BGPic) but seems that wasnt possible to write non trasparent objects over a trasparent BGPic was right or I do something wrong?
- Wed Apr 15, 2015 10:23 pm
- Forum: Newbie questions
- Topic: SystemRequest() formatting tag to center?
- Replies: 3
- Views: 2236
Re: SystemRequest() formatting tag to center?
Thank you for reply, so any hope to get also basic support for dimple tags like center?
- Mon Apr 13, 2015 10:42 pm
- Forum: Newbie questions
- Topic: SystemRequest() formatting tag to center?
- Replies: 3
- Views: 2236
SystemRequest() formatting tag to center?
Hi all!
I cant manage to center text on SystemRequest() function... on MUIROyale you can do ity but on standard Sytem Requester dont seems possible... where I mistake?
I cant manage to center text on SystemRequest() function... on MUIROyale you can do ity but on standard Sytem Requester dont seems possible... where I mistake?
- Tue Mar 24, 2015 10:38 pm
- Forum: MUI Royale
- Topic: mui.CreateGUI() problem under AROS and MOS...
- Replies: 4
- Views: 3335
Re: mui.CreateGUI() problem under AROS and MOS...
ok,
that will be wrote on docs
Thank you for patience.
that will be wrote on docs

Thank you for patience.
- Tue Mar 24, 2015 7:54 pm
- Forum: MUI Royale
- Topic: mui.CreateGUI() problem under AROS and MOS...
- Replies: 4
- Views: 3335
Re: mui.CreateGUI() problem under AROS and MOS...
Mmm..no! I tought that in that case was automatically linked in the exe(any way to do.taht?).
SORRY for stupid question...
SORRY for stupid question...
- Mon Mar 23, 2015 11:40 pm
- Forum: MUI Royale
- Topic: mui.CreateGUI() problem under AROS and MOS...
- Replies: 4
- Views: 3335
mui.CreateGUI() problem under AROS and MOS...
Hi Andreas!
I created a mui gui but under AmigaOS4 it works and on AROS and MOS dont...
I embed the xml in the mui.CreateGUI() command with the [[ ]] like that:
mui.CreateGUI([[
xml code
]])
under AROS and MOS I get that error:
Table mui{} not found!
I made some error or was a bug?
I created a mui gui but under AmigaOS4 it works and on AROS and MOS dont...
I embed the xml in the mui.CreateGUI() command with the [[ ]] like that:
mui.CreateGUI([[
xml code
]])
under AROS and MOS I get that error:
Table mui{} not found!
I made some error or was a bug?
- Sun Mar 22, 2015 12:30 am
- Forum: Hollywood bugs
- Topic: Hollywood complains about opened windows but you cant close
- Replies: 6
- Views: 4051
Re: Hollywood complains about opened windows but you cant cl
Ok, you are right I cut'n'paste code to compose the example.script so maybe forgot something since Im looking for the close screen problem...