VSX development update
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Tim,
>) The tab order is decided by the order of the controls in the .RC file. I was able to make sure all dialogs now have proper tab order which will be quite pleasing to my clients.
True, but Workshop has a button that allows you to specify the order of the controls by just clicking each one in the tab order that you want. Simple!
The button is labeld, "1,2"
James
>) The tab order is decided by the order of the controls in the .RC file. I was able to make sure all dialogs now have proper tab order which will be quite pleasing to my clients.
True, but Workshop has a button that allows you to specify the order of the controls by just clicking each one in the tab order that you want. Simple!
The button is labeld, "1,2"
James
Tab Order
True ...
But I ran into issues with Workshop and stopped using it ...on my Vista 'puter
But I ran into issues with Workshop and stopped using it ...on my Vista 'puter
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
I find it not so simple if you want to change the tab order of just one control on a dialog with many controls. You have to start from the first one each time.James Bott wrote:True, but Workshop has a button that allows you to specify the order of the controls by just clicking each one in the tab order that you want. Simple!
EMG
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Enrico,
>I find it not so simple if you want to change the tab order of just one control on a dialog with many controls. You have to start from the first one each time.
Well it is tedious, but I don't know how you could change the order of just one control--normally you have to change all the controls after the one. Perhaps you are thinking that it would be nice if you could insert a new control and have all the others automatically moved back one place. That would be nice.
James
>I find it not so simple if you want to change the tab order of just one control on a dialog with many controls. You have to start from the first one each time.
Well it is tedious, but I don't know how you could change the order of just one control--normally you have to change all the controls after the one. Perhaps you are thinking that it would be nice if you could insert a new control and have all the others automatically moved back one place. That would be nice.
James
Order of controls
Thats the point. Yesterday I looked at a dialog with about 50 controls. Only one is out of order. I went to the .RC file, took the 1 out of order and simply placed it where it should be. Took about 10 seconds to find, highlight, drag and drop ... using MultiEdit on the source file.
I also decided to change some button sizes and positions. So using he editor I could quickly change the numbers and because it was a repetitive task over about 50 controls, using the overwrite capability, I simply used arrows and buttons to do it very quickly. In a resource editor, that would have taken a long time changing the Properties on each control.
I use this for fine tuning dialogs. For a new dialog, I create it in Pelles, then copy the source into my primary .rc file. All further adjustments are then done with the text editor.
I also decided to change some button sizes and positions. So using he editor I could quickly change the numbers and because it was a repetitive task over about 50 controls, using the overwrite capability, I simply used arrows and buttons to do it very quickly. In a resource editor, that would have taken a long time changing the Properties on each control.
I use this for fine tuning dialogs. For a new dialog, I create it in Pelles, then copy the source into my primary .rc file. All further adjustments are then done with the text editor.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Tim,
>I also decided to change some button sizes and positions. ... In a resource editor, that would have taken a long time changing the Properties on each control.
I almost always use standard button sizes, so I rarely would change them. Since buttons usually occur in colomns or rows, you can move the location of the entire column or row in one step in Workshop.
I can see how it would be easier to insert one control in a tab sequence using an editor.
There is no doubt some things are easier in a visual designer and some are easier in code.
James
>I also decided to change some button sizes and positions. ... In a resource editor, that would have taken a long time changing the Properties on each control.
I almost always use standard button sizes, so I rarely would change them. Since buttons usually occur in colomns or rows, you can move the location of the entire column or row in one step in Workshop.
I can see how it would be easier to insert one control in a tab sequence using an editor.
There is no doubt some things are easier in a visual designer and some are easier in code.
James
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Order of controls
Great! I was not aware of that way. I will surely use it next time.TimStone wrote:Thats the point. Yesterday I looked at a dialog with about 50 controls. Only one is out of order. I went to the .RC file, took the 1 out of order and simply placed it where it should be. Took about 10 seconds to find, highlight, drag and drop ... using MultiEdit on the source file.
Thank you!
EMG
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Editing controls
James,
I'm not against the resource editors. I do use them for layout and design work.
I used buttons because BTNBMP can be used for some interesting features, and there is no "standard size".
Tim
I'm not against the resource editors. I do use them for layout and design work.
I used buttons because BTNBMP can be used for some interesting features, and there is no "standard size".
Tim
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: