News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Some info about editor CB 17.12

Started by YuMERA, August 03, 2019, 11:08:57 PM

Previous topic - Next topic

YuMERA

Is possible change list of controls in the editor. On the picture, I show what I ask.

oBFusCATed

Please try to explain better what you're trying to achieve. From this short explanation it is not clear.

p.s. This is the wrong subforum for this. You should use the user subforums.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

YuMERA

#2
When I place controls on a form, a list of those controls is created in the order I put them on the form. When I change the position of some form control then the <TAB> button goes in the order of the editor list and not in the order in the form.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

YuMERA

Quote from: oBFusCATed on August 04, 2019, 12:51:23 AM
Have you tried what is advertised here: http://forums.next.codeblocks.org/index.php?topic=6883.0 ?

Thank you. That's it


Quote from: byo on September 12, 2007, 12:10:34 AM
Quote from: Jan van den Borst on September 11, 2007, 11:43:18 PM
Is it perhaps possible to hack the .wxs file manually (first entry has lowest TAB order) ?
Jan

Yup, this could be done either through wxs or through xrc (if used). The order in which items appear in wxs/xrc is the final tab order.

I'll also try to implement some easy right-click popup menu with stuff like "Bring to front" and "Put to bottom" - this also could be used to set valid tab order.

BYO