Search found 56 matches

by marko
Thu Feb 09, 2017 10:21 pm
Forum: MUI Royale
Topic: Unable to set width and height of MUI window, bug?
Replies: 5
Views: 6316

Re: Unable to set width and height of MUI window, bug?

airsoftsoftwair wrote:Does this work for other MUI programs on your system?
Hmm, nope, none that I can find :S
by marko
Sat Feb 04, 2017 10:16 pm
Forum: Showcase
Topic: Preferences
Replies: 5
Views: 8012

Preferences

The program Preferences for AOS4 is made in Hollywood. http://www.m4rko.com/amiga/software/preferences/Preferences-1.50-with%203rd%20party.png Can be found here: http://m4rko.com/amiga/software/preferences/ Here follows almost the complete readme: Preferences - 1.53 ================== Preferences is...
by marko
Sat Feb 04, 2017 10:07 pm
Forum: MUI Royale
Topic: Unable to set width and height of MUI window, bug?
Replies: 5
Views: 6316

Re: Unable to set width and height of MUI window, bug?

Ok, thanks for that speedy reply. But then the question is, is there a way to set a new width and height of the window after initialization. I ask because although the size is remembered when restarting the program but I want the program to remember the size even after a restart of the OS (I have MU...
by marko
Sat Feb 04, 2017 8:03 pm
Forum: MUI Royale
Topic: Unable to set width and height of MUI window, bug?
Replies: 5
Views: 6316

Unable to set width and height of MUI window, bug?

Hi, I have MUI window with id = "window"... I'm able to read width and height of the window but not set it, HW exits with an error. MUI Royal doc states that Window.Height -- set/get, so this should be possible... Am I doing something wrong or is it a bug thanks? w = mui.Get("window&q...
by marko
Thu Sep 08, 2016 1:43 am
Forum: Hollywood bugs
Topic: Wrong arguments specified! - Error message
Replies: 10
Views: 11320

Re: Wrong arguments specified! - Error message

Ok, removing all hyphen (-) characters in Tooltypes. It works now yes!! :D

Thank you Andreas for solving this headache of mine :)
by marko
Wed Sep 07, 2016 1:53 am
Forum: Hollywood bugs
Topic: Wrong arguments specified! - Error message
Replies: 10
Views: 11320

Re: Wrong arguments specified! - Error message

The code above runs fine from Shell, but the error message appears when run from Workbench or Filer.
by marko
Wed Sep 07, 2016 1:51 am
Forum: Hollywood bugs
Topic: Wrong arguments specified! - Error message
Replies: 10
Views: 11320

Re: Wrong arguments specified! - Error message

Here's the schrinked code: @VERSION 6,0 CustomPath$ = {"", "", "", "", "", "", "", "", ""} p_BGColor = $D6D6D6 p_FGColor = $111111 p_LineColorTop = $999999 p_LineColorBottom = $FFFFFF p_TitleColor = #RED isIcon...
by marko
Mon Sep 05, 2016 12:29 am
Forum: Hollywood bugs
Topic: Wrong arguments specified! - Error message
Replies: 10
Views: 11320

Re: Wrong arguments specified! - Error message

Nice, stay tuned, give me a day or two for shrinking down the code...
by marko
Sun Sep 04, 2016 12:23 pm
Forum: Hollywood bugs
Topic: Wrong arguments specified! - Error message
Replies: 10
Views: 11320

Re: Wrong arguments specified! - Error message

@SamuraiCrow

These tooltypes are for my program Preferences, on OS4Depot :-)

http://os4depot.net/index.php?function= ... rences.lha
by marko
Sun Sep 04, 2016 3:00 am
Forum: Hollywood bugs
Topic: Wrong arguments specified! - Error message
Replies: 10
Views: 11320

Re: Wrong arguments specified! - Error message

I now discovered that if I start it from Shell it starts fine, but the error appears when started from WB :S