Search found 161 matches
- Mon Jul 02, 2018 3:59 pm
- Forum: Hollywood bugs
- Topic: fillstyle=#FILLGRADIENT stops working with Hollywood 7.1
- Replies: 3
- Views: 2043
Re: fillstyle=#FILLGRADIENT stops working with Hollywood 7.1
It works! Thank you!
- Mon Jul 02, 2018 3:46 pm
- Forum: Wishlist
- Topic: Paste Clipboard in InKeyStr
- Replies: 3
- Views: 1603
Paste Clipboard in InKeyStr
Please add the possibility to Paste a Clipboard-Entry (STRG-V) into the InKeyStr-Input.
- Tue Mar 27, 2018 3:15 pm
- Forum: Wishlist
- Topic: Page dimensions and saving in pdf
- Replies: 7
- Views: 11458
Re: Page dimensions and saving in pdf
In the meantime you just install one of the hundreds free php-scripts on some webspace wo can render pdfs for you with any source (jpg, png, text) as Workaround.
- Tue Mar 27, 2018 3:04 pm
- Forum: General programming
- Topic: How to prevent running multiple instances?
- Replies: 10
- Views: 4126
Re: How to prevent running multiple instances?
I use this on top of my Code, it´s working on AmigaOS/Windows:
Code: Select all
SendMessage("YOUR_PROGRAMMNAME_HERE", "DO_SOMETHING", "Argument1")
code=GetLastError()
If code=0
SystemRequest("Error!", "Program is already running","End")
End
EndIf
CreatePort("YOUR_PROGRAMMNAME_HERE")
- Tue Mar 27, 2018 2:43 pm
- Forum: Hollywood bugs
- Topic: fillstyle=#FILLGRADIENT stops working with Hollywood 7.1
- Replies: 3
- Views: 2043
fillstyle=#FILLGRADIENT stops working with Hollywood 7.1
SetDisplayAttributes({fillstyle=#FILLGRADIENT, GradientStartColor=$3B6CC5, GradientEndColor=$12093D})
stop working with Hollywood 7.1 on Windows. It just shows a black Background.
stop working with Hollywood 7.1 on Windows. It just shows a black Background.
- Thu Mar 22, 2018 10:50 pm
- Forum: Hollywood bugs
- Topic: SID-Plugin don´t play Samples
- Replies: 1
- Views: 1250
SID-Plugin don´t play Samples
Thanks for the SID-Plugin it works so far except for sample-replay.
I know that the sample-replay is some sort of a hardware-hack/trick.
I hope the Plugin will get an update in order to support that.
I know that the sample-replay is some sort of a hardware-hack/trick.
I hope the Plugin will get an update in order to support that.
- Sat Jan 06, 2018 11:09 pm
- Forum: Wishlist
- Topic: Windows 10 Notifications
- Replies: 8
- Views: 3118
Re: Windows 10 Notifications
@Andreas: Thanks! Or make it more generic and support also Magic Beacon on MorphOS and Ringhio on OS4 ;) Ringhio on OS4 is easy: SendRexxCommand("RINGHIO","REGISTERAPP APP 'YOURAPPNAME'") ; Maybe this is obsolete now Function p_ringhio(msg) rc$ = "RINGHIO APP 'YOURAPPNAME' SCREEN 'FRONT' BACKRXMSG '...
- Fri Jan 05, 2018 12:35 pm
- Forum: Announcements
- Topic: Merry XAD-mas from Airsoft Softwair with a new plugin
- Replies: 3
- Views: 4139
Re: Merry XAD-mas from Airsoft Softwair with a new plugin
Very, very. very big Thanks for that nice Gift!!!!
- Fri Jan 05, 2018 12:31 pm
- Forum: Wishlist
- Topic: Windows 10 Notifications
- Replies: 8
- Views: 3118
Windows 10 Notifications
Please implement the Windows 10 Notifications (Info Center).
- Wed May 10, 2017 8:46 pm
- Forum: Hollywood bugs
- Topic: Windows x64 Glgalore.hwp not found
- Replies: 1
- Views: 2101
Windows x64 Glgalore.hwp not found
Windows x64 Glgalore.hwp not found I try: Hollywood/glgalore.hwp -> Plugin not found Hollywood/Plugins/glgalore.hwp -> Plugin not found Hollywood/Linkerplugins/x64-windows/glgalore.hwp -> Plugin not found Hollywood/Examples/OpenGL/BlockTube/glgalore.hwp -> Plugin not found I downloaded it again, sam...