xsharp.eu • XIDE 1.1.5 - Page 2
Page 2 of 2

XIDE 1.1.5

Posted: Fri Dec 14, 2018 2:11 pm
by Chris
Karl-Heinz wrote: i´ve found a workaround: In the MenuInit() oEvent:Menu isn´t empty, so i can store the class name and detect in the MenuCommand() which menu was opened.

About the Menu property "ID". Honestly, i never used it in VO, and i think it has very low priority. My first thought was, because XIDE shows a sle instead of a combobox, to type in a individual ID number ...
Yeah, before implementing that pop up dialog, I wanted to do some research. But then noticed that even the standard Mdi sample doesn't use this (apart from one item I think), so I did not further bother.

XIDE 1.1.5

Posted: Fri Dec 14, 2018 2:22 pm
by wriedmann
Hi Chris,
Chris wrote: Can you please send me a .wed file for such a window? I also have windows with a lot of controls (the Preferences windows has 250!) and have not noticed this behavior, are you using very custom number for the tab order, for example negative ones?
Chris
I don't use custom numbers for the tab order - didn't knew that this was possible.

I'll prepare a sample later today and sent it to you.

Wolfgang

XIDE 1.1.5

Posted: Fri Dec 14, 2018 2:50 pm
by Karl-Heinz
Hi Chris,

Here´s what i´ve noticed.

when i add controls in this order:

chk
sle
cmb

the control order dialog shows them correctly at the end of the list, but in this order:

cmb
sle
chk


regards
Karl-Heinz

XIDE 1.1.5

Posted: Fri Dec 14, 2018 4:17 pm
by Chris
Ahhh, sorry guys, just now I realized you are talking about the VO-style sindow editor, for some reason my mind was fixed on the .Net form designer. Yeah, I see the problem and will fix it, thanks!

XIDE 1.1.5

Posted: Fri Dec 14, 2018 4:47 pm
by wriedmann
Hi Chris,

thank to you!

Wolfgang