Search found 342 matches
- Tue Feb 22, 2022 9:08 am
- Forum: RapaGUI
- Topic: OnWheelDown and OnWheelUp no work !
- Replies: 3
- Views: 1185
Re: OnWheelDown and OnWheelUp no work !
Yes sorry ! /* Nouveau projet Hollywood */ @REQUIRE "RapaGUI", {Link = True} Function p_EventFunc(msg) Switch msg.action Case "RapaGUI": Switch msg.attribute Case "CloseRequest": End EndSwitch Case "OnWheelUp": moai.set("id_statusbar","text","UP") Case "OnWheelDown": moai.set("id_statusbar","text","...
- Wed Feb 16, 2022 10:35 am
- Forum: RapaGUI
- Topic: OnWheelDown and OnWheelUp no work !
- Replies: 3
- Views: 1185
OnWheelDown and OnWheelUp no work !
Hello,
OnWheelDown and OnWheelUp no work with RapaGui on Windows 7 (Work on OS4 and WinUAE OS3.9)
OnWheelDown and OnWheelUp no work with RapaGui on Windows 7 (Work on OS4 and WinUAE OS3.9)
- Tue Jan 18, 2022 8:20 am
- Forum: General programming
- Topic: 2 transparency picture in 2 bgpic
- Replies: 4
- Views: 1001
Re: 2 transparency picture in 2 bgpic
Yes !
Code: Select all
@DISPLAY 1,...
@DISPLAY 2,...
Pict1=BrushToBGPic(1,NIL)
DisplayBGpic(Pict1,{X=50,Y=50})
SelectDisplay(2)
Pict1=BrushToBGPic(1,NIL)
DisplayBGpic(Pict1,{X=250,Y=50})
...
- Mon Jan 17, 2022 5:14 pm
- Forum: General programming
- Topic: 2 transparency picture in 2 bgpic
- Replies: 4
- Views: 1001
- Mon Jan 17, 2022 2:40 pm
- Forum: General programming
- Topic: 2 transparency picture in 2 bgpic
- Replies: 4
- Views: 1001
2 transparency picture in 2 bgpic
Hello, I can't see two transparent images in two bgpics bgpic 2 is a black square @BGPIC 1, "appleimg.png", {LoadAlpha = True} @BGPIC 2, "appleimg.png", {LoadAlpha = True} @DISPLAY 1, {Borderless = True, DragRegion = {{X = 0, Y = 0, Width = 528, Height = 535}}} @DISPLAY 2, {Borderless = True, x=250,...
- Fri Dec 24, 2021 10:37 am
- Forum: MUI Royale
- Topic: Imagebutton doesn't show a brush
- Replies: 4
- Views: 2602
Re: Imagebutton doesn't show a brush
yes it works with the class <image> but not with class <imagebutton>
- Thu Dec 23, 2021 3:30 pm
- Forum: MUI Royale
- Topic: Imagebutton doesn't show a brush
- Replies: 4
- Views: 2602
Re: Imagebutton doesn't show a brush
Hello, it doesn't work on Os4 ! For this use <button> class <imagebutton source="popup"/> Imagebutton class work only with image object: – ArrowDown – ArrowLeft – ArrowRight – ArrowUp – Assign – Brush:<id> – CheckMark – Chip – Cycle – Disk – Drawer – HardDisk – ListCursor – ListSelCur – ListSelect –...
- Mon Dec 20, 2021 10:41 am
- Forum: General plugin questions
- Topic: Encoder HDMI H.264 H.265
- Replies: 5
- Views: 1927
Re: Encoder HDMI H.264 H.265
HTTPstreamer support live streams now?
- Sat Dec 18, 2021 7:18 pm
- Forum: General plugin questions
- Topic: Encoder HDMI H.264 H.265
- Replies: 5
- Views: 1927
Re: Encoder HDMI H.264 H.265
Have you planned this in a future update?
- Tue Dec 14, 2021 11:48 am
- Forum: General plugin questions
- Topic: Encoder HDMI H.264 H.265
- Replies: 5
- Views: 1927
Encoder HDMI H.264 H.265
Hello, I would like to know if with hollywood (HURL and AVCodec) we could read the streaming video from this box? Does Hollywood have H.264 or H.265 support? https://fr.aliexpress.com/item/4001176953137.html?spm=a2g0o.productlist.0.0.32031072sJ1w4I&algo_pvid=20bd925b-3814-4ea6-ae17-16d3f873b7eb&algo...