Search found 5446 matches

by airsoftsoftwair
Thu May 15, 2014 10:57 pm
Forum: General programming
Topic: Append data to a file
Replies: 4
Views: 5843

Re: Append data to a file

You have to use #MODE_READWRITE and there's also a bug in the way you call Seek(). The constant #EOF is not recognized by Seek(). You have to pass an absolute seeking position.
by airsoftsoftwair
Sun May 11, 2014 3:10 pm
Forum: MUI Royale
Topic: empty window after mui-settings.
Replies: 24
Views: 23775

Re: empty window after mui-settings.

Well, your XML is flawed. You cannot use Window.Borderless together with attributes like Window.SizeGadget or Window.DepthGadget because these require a title bar which Window.Borderless actually turns off. Setting Window.Borderless to TRUE with attributes that require a title bar is asking for trou...
by airsoftsoftwair
Sun May 11, 2014 2:47 pm
Forum: MUI Royale
Topic: Window.PubScreen
Replies: 2
Views: 3676

Re: Window.PubScreen

This is just the way MUI works. The original MUIA_Window_PublicScreen attribute doesn't do immediate promotion either, so MUI Royale is just consistent here.
by airsoftsoftwair
Sun May 11, 2014 2:43 pm
Forum: MUI Royale
Topic: ListView.Sort
Replies: 21
Views: 27034

Re: ListView.Sort

Well, yeah, this is just how MUI's default sorting algorithm works. For fine-tuned sort control I'd need to add support for custom sorting through a callback function. Might be a useful enhancement for your needs.
by airsoftsoftwair
Sun May 11, 2014 2:40 pm
Forum: MUI Royale
Topic: ListView Heading Row
Replies: 1
Views: 3083

Re: ListView Heading Row

If you don't want to have a heading row, just leave out the Listviewcolumn.Title tag for all your columns. If Listviewcolumn.Title isn't set, your columns won't get a heading row.
by airsoftsoftwair
Sun May 11, 2014 2:36 pm
Forum: MUI Royale
Topic: Cut, Copy, Paste String Objects
Replies: 5
Views: 6939

Re: Cut, Copy, Paste String Objects

AFAICS MUI doesn't provide this functionality so you'd have to ask the MUI developers to implement this first.
by airsoftsoftwair
Sun May 11, 2014 2:33 pm
Forum: MUI Royale
Topic: show hide listview
Replies: 1
Views: 3309

Re: show hide listview

Your code looks correct but it is not complete so there could be other parts that are wrong and cause this behaviour. Please prepare a minimal example script and XML definition and post it here. Then I can check where the problem is.
by airsoftsoftwair
Tue May 06, 2014 6:37 pm
Forum: MUI Royale
Topic: empty window after mui-settings.
Replies: 24
Views: 23775

Re: empty window after mui-settings.

Which platform are you on? How do you open the MUI preferences? Using Application.OpenConfigWindow?
by airsoftsoftwair
Tue May 06, 2014 6:36 pm
Forum: Wishlist
Topic: Hollywood on AOS4
Replies: 11
Views: 14380

Re: Hollywood on AOS4

But if there was a Hollywood Player maybe people would complain that your program is not stand-alone and needs additional components :)
by airsoftsoftwair
Tue May 06, 2014 6:34 pm
Forum: Wishlist
Topic: CloneWb Screen
Replies: 5
Views: 6837

Re: CloneWb Screen

Ok, but I still don't know when exactly you are confronted with this second window on Windows...