XIDE 1.1.5

This forum is meant for questions and discussions about the X# language and tools
User avatar
Chris
Posts: 4613
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

XIDE 1.1.5

Post 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.
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
wriedmann
Posts: 3673
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

XIDE 1.1.5

Post 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
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Karl-Heinz
Posts: 774
Joined: Wed May 17, 2017 8:50 am
Location: Germany

XIDE 1.1.5

Post 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
User avatar
Chris
Posts: 4613
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

XIDE 1.1.5

Post 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!
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
wriedmann
Posts: 3673
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

XIDE 1.1.5

Post by wriedmann »

Hi Chris,

thank to you!

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply