Search found 5425 matches

by airsoftsoftwair
Thu Apr 04, 2013 12:26 pm
Forum: Wishlist
Topic: Hollywood GUI - Edit script
Replies: 7
Views: 11817

Re: Hollywood GUI - Edit script

Well, the problem is that there's already an "Edit" button to edit the properties of your own script. Adding another "Edit" button might be confusing and bloat the layout.
by airsoftsoftwair
Thu Apr 04, 2013 12:25 pm
Forum: MUI Royale
Topic: ListViewColumn (hide?)
Replies: 3
Views: 4661

Re: ListViewColumn (hide?)

Column.Hidden is now supported for OS4 and MorphOS. Additionally, all Column class attributes have an applicability of ISG now which means you can modify them at runtime, too.
by airsoftsoftwair
Sat Mar 30, 2013 11:16 am
Forum: MUI Royale
Topic: ListViewColumn (hide?)
Replies: 3
Views: 4661

Re: ListViewColumn (hide?)

Yes, it's possible with MUI 3.9 and up but MUI Royale doesn't support it as of now. I'll add it for the next version, though.
by airsoftsoftwair
Wed Mar 27, 2013 6:45 pm
Forum: MUI Royale
Topic: DirList .Directory (Invalid)
Replies: 3
Views: 4640

Re: DirList .Directory (Invalid)

Do you have a very small example script and *.xml that shows the issue? Then I can check it myself.
by airsoftsoftwair
Wed Mar 27, 2013 6:44 pm
Forum: MUI Royale
Topic: ListView edit entry
Replies: 1
Views: 3450

Re: ListView edit entry

At home so consulting the MUI Documentation over on SASG after earlier looking at the MUI Royale documenation, atm I really need to know how to Edit/Amend an Item in a ListView. Do I have to use .InsertPosition first and then remove the .Remove the entry below for example? MUI's Listview doesn't of...
by airsoftsoftwair
Wed Mar 27, 2013 5:46 pm
Forum: MUI Royale
Topic: ListView.Sort
Replies: 21
Views: 26946

Re: ListView.Sort

This is a bug as well. It's fixed now and Listview.Sort also accepts a new argument now which allows you to specify the column index according to which the list view should be sorted.
by airsoftsoftwair
Wed Mar 27, 2013 3:02 pm
Forum: General programming
Topic: Dowloadfile URL Parameter Length
Replies: 2
Views: 3886

Re: Dowloadfile URL Parameter Length

Right, this was a bug. It's fixed now. You can pass an URL of unlimited length now.
by airsoftsoftwair
Fri Mar 22, 2013 3:26 pm
Forum: Announcements
Topic: XML Parser plugin released
Replies: 10
Views: 23512

Re: XML Parser plugin released

xmlparser.hwp is now also available for WarpOS. An updated archive has just been uploaded to the downloads section at http://www.hollywood-mal.com/ No changes to the other versions. Just a WarpOS build has been added.
by airsoftsoftwair
Fri Mar 22, 2013 2:02 pm
Forum: MUI Royale
Topic: DirList .Directory (Invalid)
Replies: 3
Views: 4640

Re: DirList .Directory (Invalid)

Hmm, strange. I know that Dirlist uses a separate task to load the directory, so maybe Dirlist.Status isn't refreshed before the subtask has started its work? Does Dirlist.Status keep reporting "Invalid" or does it switch to a different status if you keep querying the attribute after setti...
by airsoftsoftwair
Mon Mar 18, 2013 10:59 pm
Forum: MUI Royale
Topic: ListViewColumn Click Event
Replies: 2
Views: 3843

Re: ListViewColumn Click Event

Implemented now. Requires a bugfix for the OS4 MUI, though, which hasn't been released yet.