Página 1 de 1

TreeView

Publicado: Dom Mar 04, 2007 10:24 pm
por Capsol Coder
Hi Guys
I have been playing with tTreeview
Does it support multiable selection? ie Hold Shift and select more than 1
node?
Also, Control shift and select nodes
Maybe I have to code this ?
Regards
Nick

TreeView

Publicado: Dom Mar 04, 2007 11:48 pm
por Stephan Hennekens
Hi Nick,
why not using checkboxes in the tree?
Regards,
Stephan
"Capsol Coder" <nick__NOSPAM__@capsol.com.au> wrote in message
news:[email=45eb390a@news.xailer.com...]45eb390a@news.xailer.com...[/email]
> Hi Guys
>
> I have been playing with tTreeview
>
> Does it support multiable selection? ie Hold Shift and select more than 1
> node?
>
> Also, Control shift and select nodes
>
> Maybe I have to code this ?
>
> Regards
>
> Nick
>

TreeView

Publicado: Lun Mar 05, 2007 6:03 am
por Nick Hilder
Hadn't really thought to use the tick boxes, maybe an option, I was looking
for windows explorer style selection
Nick
"Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
news:[email=45eb4cc4@news.xailer.com...]45eb4cc4@news.xailer.com...[/email]
> Hi Nick,
>
> why not using checkboxes in the tree?
>
> Regards,
> Stephan
>
> "Capsol Coder" <nick__NOSPAM__@capsol.com.au> wrote in message
> news:[email=45eb390a@news.xailer.com...]45eb390a@news.xailer.com...[/email]
>> Hi Guys
>>
>> I have been playing with tTreeview
>>
>> Does it support multiable selection? ie Hold Shift and select more than 1
>> node?
>>
>> Also, Control shift and select nodes
>>
>> Maybe I have to code this ?
>>
>> Regards
>>
>> Nick
>>
>
>

TreeView

Publicado: Lun Mar 05, 2007 9:53 am
por ignacio
Capsol,
> Does it support multiable selection? ie Hold Shift and select more than 1
> node?
I believe it can not. You may use the checkboxes to get something similar.
This is a native Windows control. It may have some functionalities beyond
the ones we have introduce on Xailer, but I am almost sure there are not.
> Also, Control shift and select nodes
The same as above.
> Maybe I have to code this ?
Trapping its events you may be able to do what you need.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Capsol Coder" <nick__NOSPAM__@capsol.com.au> escribió en el mensaje
news:[email=45eb390a@news.xailer.com...]45eb390a@news.xailer.com...[/email]
> Hi Guys
>
> I have been playing with tTreeview
>
> Does it support multiable selection? ie Hold Shift and select more than 1
> node?
>
> Also, Control shift and select nodes
>
> Maybe I have to code this ?
>
> Regards
>
> Nick
>

TreeView

Publicado: Lun Mar 05, 2007 10:24 am
por Stephan Hennekens
It's certainly not a treeview, but a Listbox allows selection of multiple
items.
Regards,
Stephan
"Nick Hilder" <nick_Nospam#$%@capsol.com%NOSPAM%.au> wrote in message
news:[email=45eba4a3@news.xailer.com...]45eba4a3@news.xailer.com...[/email]
> Hadn't really thought to use the tick boxes, maybe an option, I was
> looking for windows explorer style selection
>
> Nick
> "Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
> news:[email=45eb4cc4@news.xailer.com...]45eb4cc4@news.xailer.com...[/email]
>> Hi Nick,
>>
>> why not using checkboxes in the tree?
>>
>> Regards,
>> Stephan
>>
>> "Capsol Coder" <nick__NOSPAM__@capsol.com.au> wrote in message
>> news:[email=45eb390a@news.xailer.com...]45eb390a@news.xailer.com...[/email]
>>> Hi Guys
>>>
>>> I have been playing with tTreeview
>>>
>>> Does it support multiable selection? ie Hold Shift and select more than
>>> 1 node?
>>>
>>> Also, Control shift and select nodes
>>>
>>> Maybe I have to code this ?
>>>
>>> Regards
>>>
>>> Nick
>>>
>>
>>
>
>

TreeView

Publicado: Lun Mar 05, 2007 10:40 am
por Capsol Coder
mm, seems I might have been lead astray. I just checked VB.net and C#.net
and even explorer, and non of them support it, the list box on the right in
explorer does,
Thanks guys
Nick
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
news:[email=45ebda91@news.xailer.com...]45ebda91@news.xailer.com...[/email]
> Capsol,
>
>> Does it support multiable selection? ie Hold Shift and select more than 1
>> node?
>
> I believe it can not. You may use the checkboxes to get something similar.
> This is a native Windows control. It may have some functionalities beyond
> the ones we have introduce on Xailer, but I am almost sure there are not.
>
>> Also, Control shift and select nodes
>
> The same as above.
>
>> Maybe I have to code this ?
>
> Trapping its events you may be able to do what you need.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> http://www.xailer.com
>
>
> "Capsol Coder" <nick__NOSPAM__@capsol.com.au> escribió en el mensaje
> news:[email=45eb390a@news.xailer.com...]45eb390a@news.xailer.com...[/email]
>> Hi Guys
>>
>> I have been playing with tTreeview
>>
>> Does it support multiable selection? ie Hold Shift and select more than 1
>> node?
>>
>> Also, Control shift and select nodes
>>
>> Maybe I have to code this ?
>>
>> Regards
>>
>> Nick
>>
>
>

TreeView

Publicado: Lun Mar 05, 2007 11:03 am
por Stephan Hennekens
Capsol,
the right panel of the Explorer is (I believe) a Listview control. Maybe you
can play around with that control by importing it via 'Components, Import
ActiveX'. From the list of components select 'Microsoft Listview Control'.
BTW, would be nice to have native support for this control in Xailer.
Regards,
Stephan
"Capsol Coder" <nick__NOSPAM__@capsol.com.au> wrote in message
news:[email=45ebe595@news.xailer.com...]45ebe595@news.xailer.com...[/email]
> mm, seems I might have been lead astray. I just checked VB.net and C#.net
> and even explorer, and non of them support it, the list box on the right
> in explorer does,
>
> Thanks guys
>
> Nick
>
>
> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
> news:[email=45ebda91@news.xailer.com...]45ebda91@news.xailer.com...[/email]
>> Capsol,
>>
>>> Does it support multiable selection? ie Hold Shift and select more than
>>> 1 node?
>>
>> I believe it can not. You may use the checkboxes to get something
>> similar. This is a native Windows control. It may have some
>> functionalities beyond the ones we have introduce on Xailer, but I am
>> almost sure there are not.
>>
>>> Also, Control shift and select nodes
>>
>> The same as above.
>>
>>> Maybe I have to code this ?
>>
>> Trapping its events you may be able to do what you need.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> http://www.xailer.com
>>
>>
>> "Capsol Coder" <nick__NOSPAM__@capsol.com.au> escribió en el mensaje
>> news:[email=45eb390a@news.xailer.com...]45eb390a@news.xailer.com...[/email]
>>> Hi Guys
>>>
>>> I have been playing with tTreeview
>>>
>>> Does it support multiable selection? ie Hold Shift and select more than
>>> 1 node?
>>>
>>> Also, Control shift and select nodes
>>>
>>> Maybe I have to code this ?
>>>
>>> Regards
>>>
>>> Nick
>>>
>>
>>
>
>

TreeView

Publicado: Lun Mar 05, 2007 11:06 am
por Stephan Hennekens
Just checked and the Listview control has a property 'Multiselect'
Stephan
"Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
news:45ebeaf9$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> Capsol,
>
> the right panel of the Explorer is (I believe) a Listview control. Maybe
> you can play around with that control by importing it via 'Components,
> Import ActiveX'. From the list of components select 'Microsoft Listview
> Control'.
>
> BTW, would be nice to have native support for this control in Xailer.
>
> Regards,
> Stephan
>
>
> "Capsol Coder" <nick__NOSPAM__@capsol.com.au> wrote in message
> news:[email=45ebe595@news.xailer.com...]45ebe595@news.xailer.com...[/email]
>> mm, seems I might have been lead astray. I just checked VB.net and C#.net
>> and even explorer, and non of them support it, the list box on the right
>> in explorer does,
>>
>> Thanks guys
>>
>> Nick
>>
>>
>> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
>> news:[email=45ebda91@news.xailer.com...]45ebda91@news.xailer.com...[/email]
>>> Capsol,
>>>
>>>> Does it support multiable selection? ie Hold Shift and select more than
>>>> 1 node?
>>>
>>> I believe it can not. You may use the checkboxes to get something
>>> similar. This is a native Windows control. It may have some
>>> functionalities beyond the ones we have introduce on Xailer, but I am
>>> almost sure there are not.
>>>
>>>> Also, Control shift and select nodes
>>>
>>> The same as above.
>>>
>>>> Maybe I have to code this ?
>>>
>>> Trapping its events you may be able to do what you need.
>>>
>>> Regards,
>>>
>>> --
>>> Ignacio Ortiz de Zúñiga
>>> http://www.xailer.com
>>>
>>>
>>> "Capsol Coder" <nick__NOSPAM__@capsol.com.au> escribió en el mensaje
>>> news:[email=45eb390a@news.xailer.com...]45eb390a@news.xailer.com...[/email]
>>>> Hi Guys
>>>>
>>>> I have been playing with tTreeview
>>>>
>>>> Does it support multiable selection? ie Hold Shift and select more than
>>>> 1 node?
>>>>
>>>> Also, Control shift and select nodes
>>>>
>>>> Maybe I have to code this ?
>>>>
>>>> Regards
>>>>
>>>> Nick
>>>>
>>>
>>>
>>
>>
>
>

TreeView

Publicado: Lun Mar 05, 2007 11:06 pm
por Nick Hilder
Hi Stephan
I'm trying to stay just in the tree, I don't want another control,
realestate is an issue.
I'm trying to create a little Process Manager window for out consultants to
use
I want it to sit down the left hand side of a wide screen panel.
Hey, any suggestions on an auto hide dialog? You know how you can set the
windows task bar to auto hide, and when you move the mouse against the
bottom edge the task bar appears, I'd like to do this on the left hand side
of the screen, like the google desktop bar (if you have ever seen it)
So you can be working, and than slide the mouse to the left edge of screen
and the procedure appears
Cheers
Nick
"Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
news:45ebebbd$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> Just checked and the Listview control has a property 'Multiselect'
> Stephan
>
> "Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
> news:45ebeaf9$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>> Capsol,
>>
>> the right panel of the Explorer is (I believe) a Listview control. Maybe
>> you can play around with that control by importing it via 'Components,
>> Import ActiveX'. From the list of components select 'Microsoft Listview
>> Control'.
>>
>> BTW, would be nice to have native support for this control in Xailer.
>>
>> Regards,
>> Stephan
>>
>>
>> "Capsol Coder" <nick__NOSPAM__@capsol.com.au> wrote in message
>> news:[email=45ebe595@news.xailer.com...]45ebe595@news.xailer.com...[/email]
>>> mm, seems I might have been lead astray. I just checked VB.net and
>>> C#.net and even explorer, and non of them support it, the list box on
>>> the right in explorer does,
>>>
>>> Thanks guys
>>>
>>> Nick
>>>
>>>
>>> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
>>> news:[email=45ebda91@news.xailer.com...]45ebda91@news.xailer.com...[/email]
>>>> Capsol,
>>>>
>>>>> Does it support multiable selection? ie Hold Shift and select more
>>>>> than 1 node?
>>>>
>>>> I believe it can not. You may use the checkboxes to get something
>>>> similar. This is a native Windows control. It may have some
>>>> functionalities beyond the ones we have introduce on Xailer, but I am
>>>> almost sure there are not.
>>>>
>>>>> Also, Control shift and select nodes
>>>>
>>>> The same as above.
>>>>
>>>>> Maybe I have to code this ?
>>>>
>>>> Trapping its events you may be able to do what you need.
>>>>
>>>> Regards,
>>>>
>>>> --
>>>> Ignacio Ortiz de Zúñiga
>>>> http://www.xailer.com
>>>>
>>>>
>>>> "Capsol Coder" <nick__NOSPAM__@capsol.com.au> escribió en el mensaje
>>>> news:[email=45eb390a@news.xailer.com...]45eb390a@news.xailer.com...[/email]
>>>>> Hi Guys
>>>>>
>>>>> I have been playing with tTreeview
>>>>>
>>>>> Does it support multiable selection? ie Hold Shift and select more
>>>>> than 1 node?
>>>>>
>>>>> Also, Control shift and select nodes
>>>>>
>>>>> Maybe I have to code this ?
>>>>>
>>>>> Regards
>>>>>
>>>>> Nick
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>

TreeView

Publicado: Lun Mar 05, 2007 11:49 pm
por Stephan Hennekens
Oke, I understand you want to stay with trees. They are wunderful for
presentation.
A panel that can move in and out is not easy to achieve.Maybe you should
take a look at the 'ActiveX controls by CodeJock Software'. Rene Flores has
given some information about this control in his blog
(http://sailingwithxailer.blogspot.com/). It looks like itl also supports
the panels you need.
Regards,
Stephan
"Nick Hilder" <nick_Nospam#$%@capsol.com%NOSPAM%.au> wrote in message
news:[email=45ec946a@news.xailer.com...]45ec946a@news.xailer.com...[/email]
> Hi Stephan
>
> I'm trying to stay just in the tree, I don't want another control,
> realestate is an issue.
>
> I'm trying to create a little Process Manager window for out consultants
> to use
>
> I want it to sit down the left hand side of a wide screen panel.
>
> Hey, any suggestions on an auto hide dialog? You know how you can set the
> windows task bar to auto hide, and when you move the mouse against the
> bottom edge the task bar appears, I'd like to do this on the left hand
> side of the screen, like the google desktop bar (if you have ever seen it)
>
> So you can be working, and than slide the mouse to the left edge of screen
> and the procedure appears
>
> Cheers
>
> Nick
>
>
>
>
> "Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
> news:45ebebbd$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>> Just checked and the Listview control has a property 'Multiselect'
>> Stephan
>>
>> "Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
>> news:45ebeaf9$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>>> Capsol,
>>>
>>> the right panel of the Explorer is (I believe) a Listview control. Maybe
>>> you can play around with that control by importing it via 'Components,
>>> Import ActiveX'. From the list of components select 'Microsoft Listview
>>> Control'.
>>>
>>> BTW, would be nice to have native support for this control in Xailer.
>>>
>>> Regards,
>>> Stephan
>>>
>>>
>>> "Capsol Coder" <nick__NOSPAM__@capsol.com.au> wrote in message
>>> news:[email=45ebe595@news.xailer.com...]45ebe595@news.xailer.com...[/email]
>>>> mm, seems I might have been lead astray. I just checked VB.net and
>>>> C#.net and even explorer, and non of them support it, the list box on
>>>> the right in explorer does,
>>>>
>>>> Thanks guys
>>>>
>>>> Nick
>>>>
>>>>
>>>> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
>>>> news:[email=45ebda91@news.xailer.com...]45ebda91@news.xailer.com...[/email]
>>>>> Capsol,
>>>>>
>>>>>> Does it support multiable selection? ie Hold Shift and select more
>>>>>> than 1 node?
>>>>>
>>>>> I believe it can not. You may use the checkboxes to get something
>>>>> similar. This is a native Windows control. It may have some
>>>>> functionalities beyond the ones we have introduce on Xailer, but I am
>>>>> almost sure there are not.
>>>>>
>>>>>> Also, Control shift and select nodes
>>>>>
>>>>> The same as above.
>>>>>
>>>>>> Maybe I have to code this ?
>>>>>
>>>>> Trapping its events you may be able to do what you need.
>>>>>
>>>>> Regards,
>>>>>
>>>>> --
>>>>> Ignacio Ortiz de Zúñiga
>>>>> http://www.xailer.com
>>>>>
>>>>>
>>>>> "Capsol Coder" <nick__NOSPAM__@capsol.com.au> escribió en el mensaje
>>>>> news:[email=45eb390a@news.xailer.com...]45eb390a@news.xailer.com...[/email]
>>>>>> Hi Guys
>>>>>>
>>>>>> I have been playing with tTreeview
>>>>>>
>>>>>> Does it support multiable selection? ie Hold Shift and select more
>>>>>> than 1 node?
>>>>>>
>>>>>> Also, Control shift and select nodes
>>>>>>
>>>>>> Maybe I have to code this ?
>>>>>>
>>>>>> Regards
>>>>>>
>>>>>> Nick
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>

TreeView

Publicado: Mar Mar 06, 2007 1:18 am
por Nick Hilder
I have that installed and had a quick play , thanks for the your help
Cheers
Nick
"Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
news:[email=45ec9e77@news.xailer.com...]45ec9e77@news.xailer.com...[/email]
> Oke, I understand you want to stay with trees. They are wunderful for
> presentation.
> A panel that can move in and out is not easy to achieve.Maybe you should
> take a look at the 'ActiveX controls by CodeJock Software'. Rene Flores
> has given some information about this control in his blog
> (http://sailingwithxailer.blogspot.com/). It looks like itl also supports
> the panels you need.
>
> Regards,
> Stephan
>
> "Nick Hilder" <nick_Nospam#$%@capsol.com%NOSPAM%.au> wrote in message
> news:[email=45ec946a@news.xailer.com...]45ec946a@news.xailer.com...[/email]
>> Hi Stephan
>>
>> I'm trying to stay just in the tree, I don't want another control,
>> realestate is an issue.
>>
>> I'm trying to create a little Process Manager window for out consultants
>> to use
>>
>> I want it to sit down the left hand side of a wide screen panel.
>>
>> Hey, any suggestions on an auto hide dialog? You know how you can set the
>> windows task bar to auto hide, and when you move the mouse against the
>> bottom edge the task bar appears, I'd like to do this on the left hand
>> side of the screen, like the google desktop bar (if you have ever seen
>> it)
>>
>> So you can be working, and than slide the mouse to the left edge of
>> screen and the procedure appears
>>
>> Cheers
>>
>> Nick
>>
>>
>>
>>
>> "Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
>> news:45ebebbd$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>>> Just checked and the Listview control has a property 'Multiselect'
>>> Stephan
>>>
>>> "Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
>>> news:45ebeaf9$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>>>> Capsol,
>>>>
>>>> the right panel of the Explorer is (I believe) a Listview control.
>>>> Maybe you can play around with that control by importing it via
>>>> 'Components, Import ActiveX'. From the list of components select
>>>> 'Microsoft Listview Control'.
>>>>
>>>> BTW, would be nice to have native support for this control in Xailer.
>>>>
>>>> Regards,
>>>> Stephan
>>>>
>>>>
>>>> "Capsol Coder" <nick__NOSPAM__@capsol.com.au> wrote in message
>>>> news:[email=45ebe595@news.xailer.com...]45ebe595@news.xailer.com...[/email]
>>>>> mm, seems I might have been lead astray. I just checked VB.net and
>>>>> C#.net and even explorer, and non of them support it, the list box on
>>>>> the right in explorer does,
>>>>>
>>>>> Thanks guys
>>>>>
>>>>> Nick
>>>>>
>>>>>
>>>>> "Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
>>>>> news:[email=45ebda91@news.xailer.com...]45ebda91@news.xailer.com...[/email]
>>>>>> Capsol,
>>>>>>
>>>>>>> Does it support multiable selection? ie Hold Shift and select more
>>>>>>> than 1 node?
>>>>>>
>>>>>> I believe it can not. You may use the checkboxes to get something
>>>>>> similar. This is a native Windows control. It may have some
>>>>>> functionalities beyond the ones we have introduce on Xailer, but I am
>>>>>> almost sure there are not.
>>>>>>
>>>>>>> Also, Control shift and select nodes
>>>>>>
>>>>>> The same as above.
>>>>>>
>>>>>>> Maybe I have to code this ?
>>>>>>
>>>>>> Trapping its events you may be able to do what you need.
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> --
>>>>>> Ignacio Ortiz de Zúñiga
>>>>>> http://www.xailer.com
>>>>>>
>>>>>>
>>>>>> "Capsol Coder" <nick__NOSPAM__@capsol.com.au> escribió en el mensaje
>>>>>> news:[email=45eb390a@news.xailer.com...]45eb390a@news.xailer.com...[/email]
>>>>>>> Hi Guys
>>>>>>>
>>>>>>> I have been playing with tTreeview
>>>>>>>
>>>>>>> Does it support multiable selection? ie Hold Shift and select more
>>>>>>> than 1 node?
>>>>>>>
>>>>>>> Also, Control shift and select nodes
>>>>>>>
>>>>>>> Maybe I have to code this ?
>>>>>>>
>>>>>>> Regards
>>>>>>>
>>>>>>> Nick
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>

TreeView

Publicado: Mar Mar 06, 2007 5:45 pm
por jfgimenez
Nick,
> I want it to sit down the left hand side of a wide screen panel.
>
> Hey, any suggestions on an auto hide dialog? You know how you can set the
> windows task bar to auto hide, and when you move the mouse against the
> bottom edge the task bar appears, I'd like to do this on the left hand
> side
> of the screen, like the google desktop bar (if you have ever seen it)
>
> So you can be working, and than slide the mouse to the left edge of screen
> and the procedure appears
It can be done very easy by using a timer. Attached is a working sample.
It's not a dialog but an explorerbar into a main form; however, you can see
how to do it in a few lines of code ;-)
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info


Attached files ExpBar.zip (1.8 KB)Â

TreeView

Publicado: Mar Mar 06, 2007 10:56 pm
por Stephan Hennekens
Very useful Jose. Thanks!
Regards,
Stephan
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=45ed9abb@news.xailer.com...]45ed9abb@news.xailer.com...[/email]
> Nick,
>
>> I want it to sit down the left hand side of a wide screen panel.
>>
>> Hey, any suggestions on an auto hide dialog? You know how you can set the
>> windows task bar to auto hide, and when you move the mouse against the
>> bottom edge the task bar appears, I'd like to do this on the left hand
>> side
>> of the screen, like the google desktop bar (if you have ever seen it)
>>
>> So you can be working, and than slide the mouse to the left edge of
>> screen
>> and the procedure appears
>
> It can be done very easy by using a timer. Attached is a working sample.
> It's not a dialog but an explorerbar into a main form; however, you can
> see how to do it in a few lines of code ;-)
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>
>

TreeView

Publicado: Mar Mar 06, 2007 11:43 pm
por Stephan Hennekens
And with a simple loop it's even more fancy.
FOR i := 1 TO 10
:nWidth := 20 * i
Sleep(10)
NEXT
Stephan
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=45ed9abb@news.xailer.com...]45ed9abb@news.xailer.com...[/email]
> Nick,
>
>> I want it to sit down the left hand side of a wide screen panel.
>>
>> Hey, any suggestions on an auto hide dialog? You know how you can set the
>> windows task bar to auto hide, and when you move the mouse against the
>> bottom edge the task bar appears, I'd like to do this on the left hand
>> side
>> of the screen, like the google desktop bar (if you have ever seen it)
>>
>> So you can be working, and than slide the mouse to the left edge of
>> screen
>> and the procedure appears
>
> It can be done very easy by using a timer. Attached is a working sample.
> It's not a dialog but an explorerbar into a main form; however, you can
> see how to do it in a few lines of code ;-)
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>
>