Search found 5443 matches

by airsoftsoftwair
Fri Dec 28, 2018 6:29 pm
Forum: Wishlist
Topic: Windows 10 Notifications
Replies: 12
Views: 10919

Re: Windows 10 Notifications

- New: Added ShowNotification() function; this is the swiss army knife notification function because it works on (almost) every platform; ShowNotification() will show an informational popup which will disappear automatically after a certain delay; on Android/iOS, ShowNotification() does the same as...
by airsoftsoftwair
Fri Dec 28, 2018 2:35 pm
Forum: Wishlist
Topic: add support at serial port
Replies: 20
Views: 18220

Re: add support at serial port

When it's ready :)
by airsoftsoftwair
Thu Dec 27, 2018 11:29 pm
Forum: Wishlist
Topic: StartNotify / EndNotify
Replies: 6
Views: 4584

Re: StartNotify / EndNotify

Well, on Amigaoids, Windows, and macOS this is probably not too difficult to implement, but then there's always Linux of course :roll:
by airsoftsoftwair
Thu Dec 27, 2018 11:28 pm
Forum: Hollywood bugs
Topic: SCALEMODE_LAYER/NONE bug
Replies: 6
Views: 6104

Re: SCALEMODE_LAYER/NONE bug

Code: Select all

- Fix [Windows/Linux]: In case of overlapping drag and size regions, the size region is now given
  precedence in order to be consistent with the behaviour on Amiga compatible systems
by airsoftsoftwair
Thu Dec 27, 2018 2:48 pm
Forum: Hollywood bugs
Topic: Possible Unicode parse bug
Replies: 5
Views: 3390

Re: Possible Unicode parse bug

Can't reproduce this here. The output is:

Code: Select all

first line = ::string
made it to header = string
Maybe provide your commandlist.txt as well because something might be wrong with it.
by airsoftsoftwair
Thu Dec 27, 2018 2:37 pm
Forum: Newbie questions
Topic: Detect hidpi (retina)
Replies: 2
Views: 2493

Re: Detect hidpi (retina)

Yes, you can get this information from #ATTRHOSTSCALEX and #ATTRHOSTSCALEY for #DISPLAY.
by airsoftsoftwair
Thu Dec 27, 2018 12:56 pm
Forum: Windows IDE
Topic: Help Always on top
Replies: 3
Views: 7127

Re: Help Always on top

Code: Select all

- New [IDE]: Added "Keep help window on top" option to the IDE; if this is activated, the help window
  will always stay on top of all other windows, which is also the default
by airsoftsoftwair
Thu Dec 27, 2018 12:34 pm
Forum: Wishlist
Topic: add support at serial port
Replies: 20
Views: 18220

Re: add support at serial port

- New: Added serial port support; Hollywood now comes with a dedicated library for communication on the serial port; the following functions are available: OpenSerialPort(), CloseSerialPort(), ReadSerialData(), WriteSerialData(), FlushSerialPort(), SetBaudRate(), SetStopBits(), SetParity(), SetData...
by airsoftsoftwair
Thu Dec 27, 2018 12:34 pm
Forum: Hollywood bugs
Topic: SCALEMODE_LAYER/NONE bug
Replies: 6
Views: 6104

Re: SCALEMODE_LAYER/NONE bug

Code: Select all

- Fix: Transforming brushes created by PathToBrush() crashed Hollywood
by airsoftsoftwair
Thu Dec 27, 2018 12:33 pm
Forum: Wishlist
Topic: StartNotify / EndNotify
Replies: 6
Views: 4584

Re: StartNotify / EndNotify

Hmm, what on earth do you need this for? :)