Search found 107 matches

by NathanH
Wed Jun 14, 2023 1:54 am
Forum: General programming
Topic: Notification from WB Icon
Replies: 6
Views: 2159

Re: Notification from WB Icon

Thanks
by NathanH
Wed Jun 07, 2023 12:39 am
Forum: General programming
Topic: Notification from WB Icon
Replies: 6
Views: 2159

Re: Notification from WB Icon

Hi, From what I can tell MUIRoyale's Application.Icon for MUI 3.8 doesn't allow mui.Set() to set an icon programmatically (it is I; set at creation time), doesn't allow changing the name under the icon, and doesn't allow it to be permanently displayed; it is only present when the app is iconified. S...
by NathanH
Mon May 29, 2023 10:36 pm
Forum: General programming
Topic: Notification from WB Icon
Replies: 6
Views: 2159

Re: Notification from WB Icon

Thanks, but that's unfortunate. Application.Icon doesn't have as good a feature set as SetWBIcon().

NathanH
by NathanH
Fri May 26, 2023 10:47 pm
Forum: General programming
Topic: Notification from WB Icon
Replies: 6
Views: 2159

Notification from WB Icon

Hi, When my program is run it places a special icon on the Workbench using SetWBIcon(). I'm using MUIRoyale with a Hollywood gadget within the display. I want to open the MUI window when the WBIcon is double-clicked and close the MUI window when the close button is pressed. I thought that double-cli...
by NathanH
Tue May 16, 2023 11:31 pm
Forum: MUI Royale
Topic: Escape Sequence for Special Characters
Replies: 4
Views: 3161

Re: Escape Sequence for Special Characters

Hi,

Yes, I can set it in code after the object is created. I was just wondering whether MUI had the ability to do it at the time of object creation. I guess not. Thanks!

NathanH
by NathanH
Thu May 11, 2023 6:36 pm
Forum: MUI Royale
Topic: Escape Sequence for Special Characters
Replies: 4
Views: 3161

Escape Sequence for Special Characters

Hi,

Is there an escape sequence to place special characters in a text field? Like \33?176 to place the degree character (Chr(176)). Thanks.

NathanH
by NathanH
Mon May 08, 2023 6:31 pm
Forum: General programming
Topic: Anyway to Access Raw Commandline?
Replies: 7
Views: 2069

Re: Anyway to Access Raw Commandline?

Thanks, I was suspecting that was the case.

NathanH
by NathanH
Thu May 04, 2023 8:57 pm
Forum: General programming
Topic: Anyway to Access Raw Commandline?
Replies: 7
Views: 2069

Re: Anyway to Access Raw Commandline?

Hi, I'm thinking this might be an impossibility. Please correct me if I'm wrong. I think I'll need to use GetFileArgument() with quotes and have the user use single quotes inside when they mean double quotes that I can then replace. Bummer. I didn't think this was gonna be a problem. Or use a consol...
by NathanH
Thu May 04, 2023 8:34 pm
Forum: General programming
Topic: Anyway to Access Raw Commandline?
Replies: 7
Views: 2069

Re: Anyway to Access Raw Commandline?

Hi, I rolled out v10 to try GetRawArguments() but it doesn't give me the commandline; it does parsing of the commandline and strips quotes. It also interprets ">" as a redirection character which is unwanted behavior. Is there a way to get the commandline in raw form with no processing wha...