Does anyone know of a good 'slider' type control (other than the one in the
"solutions" example) that I can use to change the size of my form?
________________________
| | |
| | |
| | |
| | B |
| | |
| A | ____________|
| | |
| | |
| | C |
| | |
| | |
|__________ | ____________|


The form is split in to three sections as shown above and I would like the
user to be able to resize each by using the horizontal / vertical lines that
separate the three panels A,B & C.

Thanks in advance.

Re: Slider control... by RGBean

RGBean
Thu Jul 03 11:16:52 CDT 2008

There is source code available for the Class Browser, and it has these
capabilities.

Rick

"Andy Trezise" <andy@work.com> wrote in message
news:%236Bp3hR3IHA.3556@TK2MSFTNGP04.phx.gbl...
> Does anyone know of a good 'slider' type control (other than the one in
> the "solutions" example) that I can use to change the size of my form?
> ________________________
> | | |
> | | |
> | | |
> | | B |
> | | |
> | A | ____________|
> | | |
> | | |
> | | C |
> | | |
> | | |
> |__________ | ____________|
>
>
> The form is split in to three sections as shown above and I would like the
> user to be able to resize each by using the horizontal / vertical lines
> that separate the three panels A,B & C.
>
> Thanks in advance.
>
>


Re: Slider control... by Michel

Michel
Thu Jul 03 11:45:37 CDT 2008

http://www.atoutfox.org/articles.asp?ACTION=FCONSULTER&ID=0000000411
http://www.atoutfox.org/articles.asp?ACTION=FCONSULTER&ID=0000000184

--
Michel Lévy
Communauté Francophone des Professionnels FoxPro
Pour un développement durable...
http://www.atoutfox.org
--
"Andy Trezise" <andy@work.com> a écrit dans le message de news:
%236Bp3hR3IHA.3556@TK2MSFTNGP04.phx.gbl...
> Does anyone know of a good 'slider' type control (other than the one in
> the "solutions" example) that I can use to change the size of my form?
> ________________________
> | | |
> | | |
> | | |
> | | B |
> | | |
> | A | ____________|
> | | |
> | | |
> | | C |
> | | |
> | | |
> |__________ | ____________|
>
>
> The form is split in to three sections as shown above and I would like the
> user to be able to resize each by using the horizontal / vertical lines
> that separate the three panels A,B & C.
>
> Thanks in advance.
>
>



Re: Slider control... by Stefan

Stefan
Fri Jul 04 01:11:46 CDT 2008


"Andy Trezise" <andy@work.com> schrieb im Newsbeitrag
news:%236Bp3hR3IHA.3556@TK2MSFTNGP04.phx.gbl...
> Does anyone know of a good 'slider' type control (other than the one in the "solutions"
> example) that I can use to change the size of my form?

See also Christof's Splitterbar.ZIP in the Downloads section at ^
http://www.foxpert.de/


hth
-Stefan




--
|\_/| ------ ProLib - programmers liberty -----------------
(.. ) Our MVPs and MCPs make the Fox run....
- / See us at www.prolib.de or www.AFPages.de
-----------------------------------------------------------



Re: Slider control... by MikeA

MikeA
Fri Jul 04 14:53:29 CDT 2008

What has worked very well for me in the past is I created a very simple
class that just has a shape in the form of a thick line. Then in the class
it has simple routines to drag and drop the shape. Once the shape (or the
line) is moved on the form I just do a thisform.resize and account for all
the objects on the form based off of the new location of where the line is.
It works well even though there is some resizing of controls like grids and
list boxes and stuff depending on where the line is dragged to.

Mike

"Stefan Wuebbe" <stefan.wuebbe@gmx.de> wrote in message
news:eQdhizZ3IHA.4988@TK2MSFTNGP06.phx.gbl...
>
> "Andy Trezise" <andy@work.com> schrieb im Newsbeitrag
> news:%236Bp3hR3IHA.3556@TK2MSFTNGP04.phx.gbl...
>> Does anyone know of a good 'slider' type control (other than the one in
>> the "solutions" example) that I can use to change the size of my form?
>
> See also Christof's Splitterbar.ZIP in the Downloads section at ^
> http://www.foxpert.de/
>
>
> hth
> -Stefan
>
>
>
>
> --
> |\_/| ------ ProLib - programmers liberty -----------------
> (.. ) Our MVPs and MCPs make the Fox run....
> - / See us at www.prolib.de or www.AFPages.de
> -----------------------------------------------------------
>