Search found 891 matches

by Juan Carlos
Fri Oct 05, 2018 5:29 am
Forum: Newbie questions
Topic: How makes scroll with a picture?
Replies: 20
Views: 13455

Re: How makes scroll with a picture?

I couldn't see that instruction makes scrolling the picture inside the window.
by Juan Carlos
Sun Sep 30, 2018 8:23 pm
Forum: Newbie questions
Topic: How makes scroll with a picture?
Replies: 20
Views: 13455

How makes scroll with a picture?

I have this doubt How makes scroll with a picture inside of litle window but no using the RapaGUI neither MUIRoyale, only with standard Hollywood commands, to move in a little window but with a big picture for example as a picture viewer.
by Juan Carlos
Sun Sep 02, 2018 12:35 pm
Forum: Hollywood bugs
Topic: SystemRequest window in full screen under MorphOS
Replies: 5
Views: 3712

Re: SystemRequest window in full screen under MorphOS

I could test the same code on AmigaOS4 and it also has the same bug not only with MorphOS.
Thank you for your solution, I'll test it.
by Juan Carlos
Thu Aug 30, 2018 9:02 pm
Forum: Hollywood bugs
Topic: SystemRequest window in full screen under MorphOS
Replies: 5
Views: 3712

Re: SystemRequest window in full screen under MorphOS

I'm sorry I didn't see your post, as I said, I work in three proyects and I visit this forum rarely.
by Juan Carlos
Thu Aug 30, 2018 8:59 pm
Forum: Newbie questions
Topic: InstallEventHandler({OnMouseMove=p_Raton})
Replies: 8
Views: 5635

Re: InstallEventHandler({OnMouseMove=p_Raton})

Thank all for your help, yes I put elseif and the code now works perfectly under all Amiga systems, I work in three proyects and sometimes I didn't see this failures.
by Juan Carlos
Thu Aug 30, 2018 1:50 pm
Forum: Hollywood bugs
Topic: SystemRequest window in full screen under MorphOS
Replies: 5
Views: 3712

Re: SystemRequest window in full screen under MorphOS

I compiled the example for 68k and I tested under MorphOS and this 68k version open the requester window, the problem or bug is in the MorphOS executable.
by Juan Carlos
Tue Aug 28, 2018 5:15 pm
Forum: Hollywood bugs
Topic: SystemRequest window in full screen under MorphOS
Replies: 5
Views: 3712

SystemRequest window in full screen under MorphOS

Andrea this code: @DISPLAY {Title="Test", Desktop=True, DisableBlanker=True} Function p_Teclado(msg) Switch(msg.action) Case "OnKeyDown": If msg.key="h" Or msg.key="H" p_Help() EndIf EndSwitch EndFunction SetFont(#SANS, 50) SetFontColor(#RED) SetFontStyle(#ANT...
by Juan Carlos
Mon Aug 27, 2018 1:15 pm
Forum: Newbie questions
Topic: InstallEventHandler({OnMouseMove=p_Raton})
Replies: 8
Views: 5635

Re: InstallEventHandler({OnMouseMove=p_Raton})

Some idea to better the code?
by Juan Carlos
Sun Aug 26, 2018 1:03 pm
Forum: Newbie questions
Topic: InstallEventHandler({OnMouseMove=p_Raton})
Replies: 8
Views: 5635

Re: InstallEventHandler({OnMouseMove=p_Raton})

It isn't the first time that some instructions work in one system and in others not, someones work under Windows and under MorphOS or AmigaOS work of different way.
by Juan Carlos
Thu Aug 23, 2018 12:29 pm
Forum: Newbie questions
Topic: InstallEventHandler({OnMouseMove=p_Raton})
Replies: 8
Views: 5635

Re: InstallEventHandler({OnMouseMove=p_Raton})

I tryed to used the ISVideoPlaying, but neither the function worked fine, the problem is that function works only under Windows 7.