This should create the normal system pointer:
CreatePointer(id, #POINTER, #STDPTR_SYSTEM)
This should create the system's standard busy pointer:
CreatePointer(id, #POINTER, #STDPTR_BUSY)
Search found 544 matches
- Sat Apr 10, 2021 7:40 am
- Forum: Newbie questions
- Topic: How to return to normal pointer after setpointer()
- Replies: 2
- Views: 94
- Sat Apr 03, 2021 12:32 am
- Forum: Hollywood bugs
- Topic: ARGB() and Text Alignment Color Change
- Replies: 1
- Views: 94
ARGB() and Text Alignment Color Change
The following code shows a couple of bugs: EnableLayers() TextOut(#CENTER, #CENTER, "Test", {Name="TextLayer", AnchorX=0.5, AnchorY=0.5}) SetLayerStyle("TextLayer", {Font=#SANS}) WaitLeftMouse() SetLayerStyle("TextLayer", {FontSize=76}) WaitLeftMouse() SetLayerStyle("TextLayer", {Color=RGB(0, 0, 255...
- Fri Mar 26, 2021 6:37 am
- Forum: Showcase
- Topic: Hollywood on Kickstart 1.2!!!
- Replies: 3
- Views: 337
Re: Hollywood on Kickstart 1.2!!!
It works!
(Pretty neat!)
(Pretty neat!)
- Thu Mar 25, 2021 11:07 pm
- Forum: Showcase
- Topic: Hollywood on Kickstart 1.2!!!
- Replies: 3
- Views: 337
Re: Hollywood on Kickstart 1.2!!!
I get the following error:
(I haven't learned to use the new palette mode yet, so I'm not sure what the problem actually is.)Palette pen is out of range!
(current line: 46 - In function: FloodFill)
- Wed Mar 17, 2021 8:19 am
- Forum: RapaGUI
- Topic: Bug with Hollywood.DropTarget
- Replies: 1
- Views: 130
Bug with Hollywood.DropTarget
Using RapaGUI, setting Hollywood.DropTarget to TRUE when it is already TRUE leads to a crash when a file is dropped. This code causes a crash on OS4: @REQUIRE "RapaGUI" EnableLayers() AppGUI$=[[<application id="app"> <window id="Main" Title="Test"> <vgroup> <hollywood id="MainDisplay" display="1" dr...
- Sat Feb 13, 2021 7:16 am
- Forum: Newbie questions
- Topic: Problem with PNG with alpha channel
- Replies: 7
- Views: 480
Re: Problem with PNG with alpha channel
Maybe you're not loading the alpha-channel in your Hollywood script; or maybe you're not saving it correctly in GIMP. If you upload the image with the transparency to Google Drive and paste some lines from your script (the code that you are using to load and display that image), then I (or someone e...
- Tue Jan 05, 2021 6:22 pm
- Forum: Newbie questions
- Topic: How to program a fast graphics filter operation
- Replies: 6
- Views: 708
Re: How to program a fast graphics filter operation
If I understand correctly what you are trying to do, this is the function you want to use: ReduceAlphaChannel()
- Fri Dec 04, 2020 12:02 am
- Forum: RapaGUI
- Topic: Modal Dialogs in Linux Ubuntu
- Replies: 34
- Views: 9107
Re: Modal Dialogs in Linux Ubuntu
Allow me to speak up for the silent masses of those who believe that not only should Andreas continue charging for major Hollywood updates, but that he should also start charging for all of the plugins that massively extend the abilities of Hollywood, that require of him untold hours of development ...
- Fri Oct 30, 2020 10:43 pm
- Forum: Hollywood bugs
- Topic: FitScale=True, KeepProportions=True And Resizing the Display
- Replies: 4
- Views: 2626
Re: FitScale=True, KeepProportions=True And Resizing the Display
That's great! Thank you.
(I think I remember the project that I had in mind for this fix/change.)
(I think I remember the project that I had in mind for this fix/change.)
- Thu Oct 01, 2020 3:42 am
- Forum: Wishlist
- Topic: Vector Brush as a Hardware Brush
- Replies: 1
- Views: 504
Vector Brush as a Hardware Brush
Would it be possible to extend the current hardware-accelerated brush capabilities of Hollywood to make quick, smooth image transformations possible using vector brushes? Currently, if a vector brush is put into video memory using CopyBrush(), it is automatically rasterized; so even though scaling t...