Search found 38 matches

by tboeckel
Thu May 18, 2017 3:03 pm
Forum: MUI Royale
Topic: Register
Replies: 11
Views: 13768

Re: Register

i have the key mui and i have tested (MUI prefs -> Groups -> Register -> Contents)=> no change for me :-/ Just to make sure we are really talking about the correct setting, please modify the frame spacing of this setting: http://hostthenpost.org/uploads/fef868f00c202da09a6343889f95f6f2_thumb.png If...
by tboeckel
Tue May 16, 2017 8:22 pm
Forum: MUI Royale
Topic: Register
Replies: 11
Views: 13768

Re: Register

@tboeckel No work this! :-/ What do you mean with "no work this"? Something like "it doesn't work" is no sensible description of a problem. If you mean "I cannot change the spacing, because I have no MUI key file and all relevant GUI items are disabled" then you should...
by tboeckel
Sun May 14, 2017 8:04 pm
Forum: MUI Royale
Topic: Register
Replies: 11
Views: 13768

Re: Register

sinisrus wrote: Is it possible to reduce the border of my frame="group" in register ?

The border (Left, Right, Top, Bottom) in register is very big !
Just change the frame spacing of the register contents (MUI prefs -> Groups -> Register -> Contents).
by tboeckel
Thu Dec 03, 2015 7:40 am
Forum: MUI Royale
Topic: Escape
Replies: 7
Views: 8397

Re: Escape

Appears you have misread my remarks. The question here is: Is there any way to detect whether MUIA_Window_CloseRequest was triggered by the user pressing the hotkey or by the user clicking the window's close gadget? This would be a prerequisite for implementing what the OP wants. You don't need to ...
by tboeckel
Wed Dec 02, 2015 10:05 pm
Forum: MUI Royale
Topic: Escape
Replies: 7
Views: 8397

Re: Escape

Well, that's basically what I meant by saying "escape quit in MUI applications is managed by MUI". Of course, you're right that it doesn't explicitly quit on escape but by default it hooks the escape key (or whatever key the user has configured) to the window's close event and AFAICS ther...
by tboeckel
Wed Dec 02, 2015 12:27 pm
Forum: MUI Royale
Topic: Escape
Replies: 7
Views: 8397

Re: Escape

Escape quit in MUI applications is managed by MUI, not by Hollywood. That's why EscapeQuit() doesn't have any effect here. I don't think it's possible to disable escape quit in MUI without going to major pains like hooking into the keyboard handler. Sorry, but this is nonsense. MUI does in no way u...
by tboeckel
Thu Sep 10, 2015 7:25 am
Forum: MUI Royale
Topic: ListTree Insert brush into string
Replies: 14
Views: 15178

Re: ListTree Insert brush into string

I cannot remember how to run MUI in debug mode, but when I do I'll have to send the results over to Thore for analysis. Get the debug archive from http://muidev.de/downloads and read the instructions. Note that only the debug version of muimaster.library is included. If you need other external clas...
by tboeckel
Mon Sep 07, 2015 3:33 pm
Forum: MUI Royale
Topic: ListTree Insert brush into string
Replies: 14
Views: 15178

Re: ListTree Insert brush into string

airsoftsoftwair wrote:No, Listtree doesn't support a "Quiet" attribute. Please file an enhancement request at http://muidev.de
Wrong. MUIA_Listtree_Quiet has existed since ages already. See yourself in mui/Listtree_mcc.h:

Code: Select all

#define MUIA_Listtree_Quiet                0x8002000a
by tboeckel
Wed Sep 02, 2015 8:02 pm
Forum: MUI Royale
Topic: Disabling and re-enablng page tabs
Replies: 3
Views: 4917

Re: Disabling and re-enablng page tabs

Oh, by the way, and please use MUI's bugtracker for future reports and requests. My spare time is far too limited to skim through all public fora for possible bug reports and enhancement requests.
by tboeckel
Wed Sep 02, 2015 8:00 pm
Forum: MUI Royale
Topic: Disabling and re-enablng page tabs
Replies: 3
Views: 4917

Re: Disabling and re-enablng page tabs

Hope this makes sense, in other words toggling the .Disabled of a page tab is not only only doing that but also toggling the individual elements within the page tab in bulk when really all that you want to see is a ghosting/greying out of the panel. Setting MUIA_Disabled always acted recursively fo...