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.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 ...
XIDE 1.1.5
XIDE 1.1.5
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
XIDE 1.1.5
Hi Chris,
I'll prepare a sample later today and sent it to you.
Wolfgang
I don't use custom numbers for the tab order - didn't knew that this was possible.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'll prepare a sample later today and sent it to you.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
-
- Posts: 774
- Joined: Wed May 17, 2017 8:50 am
- Location: Germany
XIDE 1.1.5
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
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
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!
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
XIDE 1.1.5
Hi Chris,
thank to you!
Wolfgang
thank to you!
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it