VSX development update

Postby James Bott » Thu Jan 10, 2008 12:42 am

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
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Tab Order

Postby TimStone » Thu Jan 10, 2008 1:08 am

True ...

But I ran into issues with Workshop and stopped using it ...on my Vista 'puter
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2909
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Postby Enrico Maria Giordano » Thu Jan 10, 2008 10:01 am

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!


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.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8402
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Postby James Bott » Thu Jan 10, 2008 4:59 pm

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
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Order of controls

Postby TimStone » Thu Jan 10, 2008 5:06 pm

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.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2909
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Postby James Bott » Thu Jan 10, 2008 5:21 pm

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
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: Order of controls

Postby Enrico Maria Giordano » Thu Jan 10, 2008 6:24 pm

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.


Great! I was not aware of that way. I will surely use it next time. :-)

Thank you!

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8402
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Postby Otto » Thu Jan 10, 2008 7:18 pm

Only a little hint. Sometimes I use EXCEL to open the rc and also the VRD files.
So the columns are displayed very well.
Regards,
Otto
Image
User avatar
Otto
 
Posts: 6132
Joined: Fri Oct 07, 2005 7:07 pm

Postby Enrico Maria Giordano » Thu Jan 10, 2008 7:27 pm

Good to know.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8402
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Editing controls

Postby TimStone » Thu Jan 10, 2008 8:14 pm

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
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2909
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Postby James Bott » Fri Jan 11, 2008 12:16 am

Tim,

>...and there is no "standard size".

Well it is not cast in stone, but Workshop creates the same size buttons by default as are used in most Microsoft applications. Microsoft pretty much dictates the standards, intentionally or not.

It is also easier not to change the default size.

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Postby Antonio Linares » Fri Jan 11, 2008 12:29 am

Well, FYI I have been two full days working on VSX.

But no luck yet for what we are looking for,

If someone is interested in getting some guidance for testing, just say it :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41460
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Rick Lipkin » Fri Jan 11, 2008 1:10 am

Antonio

I applaud you for your tenacity !! I think VSX may be a viable answer but needs to mature a bit more .. The concept is commendable and it may still work as more and more people ( like yourself ) start sending Microsoft their feedback.

Rick Lipkin
User avatar
Rick Lipkin
 
Posts: 2642
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Postby Antonio Linares » Fri Jan 11, 2008 1:42 am

Rick,

I got it :-)

Please see my new post
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41460
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Previous

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 134 guests