Search found 5446 matches

by airsoftsoftwair
Mon Nov 04, 2013 3:30 pm
Forum: MUI Royale
Topic: TextEditor Marked Content
Replies: 3
Views: 4974

Re: TextEditor Marked Content

Use Texteditor.GetSelection for that.
by airsoftsoftwair
Mon Nov 04, 2013 3:30 pm
Forum: MUI Royale
Topic: ClipboardChange event
Replies: 7
Views: 8411

Re: ClipboardChange event

Actually, Hollywood's clipboard listener shouldn't conflict with the TextEditor gadget. Do you have a small script which can reproduce the crash? Just the crash log doesn't help, alas.
by airsoftsoftwair
Sat Nov 02, 2013 11:18 pm
Forum: MUI Royale
Topic: Listview Embed other class object
Replies: 7
Views: 8905

Re: Listview Embed other class object

Yep, the new version will have this feature, see here:

Code: Select all

- New: Added Listview.Rename() method that allows you to rename entries in a listview row
  (requested by Richard Lake)
by airsoftsoftwair
Sat Nov 02, 2013 11:17 pm
Forum: MUI Royale
Topic: ContextMenus disabling
Replies: 3
Views: 4867

Re: ContextMenus disabling

Seems like I already implemented this some months ago:

Code: Select all

- New: Area.ContextMenu can be used with mui.Set() now to change the context menu of a MUI
  object; to remove the context menu from an object completely, pass the special constant
  "(none)" in mui.Set() (requested by Richard Lake)
by airsoftsoftwair
Tue Oct 29, 2013 4:41 pm
Forum: General programming
Topic: CreatePort=ApplicationMsg=application.library event?
Replies: 7
Views: 8183

Re: CreatePort=ApplicationMsg=application.library event?

Ok, I think it should be possible to capture these messages from within a Rexx script so it's probably not necessary to add anything to Hollywood here.
by airsoftsoftwair
Tue Oct 29, 2013 4:31 pm
Forum: Hollywood bugs
Topic: New OS4.1 Kernel and Hollywood DSI
Replies: 17
Views: 16304

Re: New OS4.1 Kernel and Hollywood DSI

Ok, I can reproduce the crash here most of the time. Seems to occur within DownloadFile(). I'll have a look at it soon.
by airsoftsoftwair
Fri Oct 25, 2013 1:49 pm
Forum: MUI Royale
Topic: TextEditor Rows (DSI)
Replies: 3
Views: 4896

Re: TextEditor Rows (DSI)

It's likely to be a TextEditor.mcc bug. Are you able to isolate the problem in a very small test script?
by airsoftsoftwair
Fri Oct 25, 2013 1:48 pm
Forum: Wishlist
Topic: CloneWb Screen
Replies: 5
Views: 6838

Re: CloneWb Screen

Should already be possible by specifying 0 in SCRWIDTH and SCRHEIGHT arguments, i.e.

Code: Select all

Hollywood file.hws -scrwidth 0 -scrheight 0
by airsoftsoftwair
Fri Oct 25, 2013 1:44 pm
Forum: General programming
Topic: CreatePort=ApplicationMsg=application.library event?
Replies: 7
Views: 8183

Re: CreatePort=ApplicationMsg=application.library event?

I don't know anything about Ringhio and application.library as they're OS4 specific. You need to explain what you want to achieve in more detail so I that I can evaluate if it's worth adding to Hollywood if it's not possible already through ARexx.
by airsoftsoftwair
Fri Oct 25, 2013 1:42 pm
Forum: MUI Royale
Topic: Borderless MUI-Windows
Replies: 5
Views: 7253

Re: Borderless MUI-Windows

MUI Royale 1.1 needs a few more fixes but should be out pretty soon.