In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

TSplitter question

Xailer professional forum in English
Responder
Giuseppe Bogetti
Mensajes: 281
Registrado: Vie Ago 04, 2006 4:58 pm

TSplitter question

Mensaje por Giuseppe Bogetti »

Hi,
I have the main form that contains two panel divided by a splitter.
Is there a way to limit the splitter movement so that right panel cannot be
made less than a certain width ?
What is the purpose of the nMinSize property of TSplitter ?
Sorry I've read the help but I don't understood it.
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

TSplitter question

Mensaje por jfgimenez »

Giuseppe,
> I have the main form that contains two panel divided by a splitter.
>
> Is there a way to limit the splitter movement so that right panel cannot
> be
> made less than a certain width ?
Not for now. We'll try to implement that feature in a future release.
> What is the purpose of the nMinSize property of TSplitter ?
> Sorry I've read the help but I don't understood it.
nMinSize is the size from which the splitter fully collapses. That is, there
is no way to the user to move the splitter behind that panel's wide. If the
splitter is moved to a position bellow that value, then it moves sudenly to
position 0.
--
Regards,
Jose F. Gimenez
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

TSplitter question

Mensaje por jfgimenez »

Giuseppe,
> I have the main form that contains two panel divided by a splitter.
>
> Is there a way to limit the splitter movement so that right panel cannot
> be
> made less than a certain width ?
Not for now. We'll try to implement that feature in a future release.
> What is the purpose of the nMinSize property of TSplitter ?
> Sorry I've read the help but I don't understood it.
nMinSize is the size from which the splitter fully collapses. That is, there
is no way to the user to move the splitter behind that panel's wide. If the
splitter is moved to a position bellow that value, then it moves sudenly to
position 0.
--
Regards,
Jose F. Gimenez
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9440
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

TSplitter question

Mensaje por ignacio »

Giuseppe,
Done. It will be in next release.
Regards,
"Jose F. Gimenez" <jfgimenez@wanadoo.es> escribió en el mensaje
news:[email=434416c6@ozsrvnegro.ozlan.local...]434416c6@ozsrvnegro.ozlan.local...[/email]
> Giuseppe,
>
>> I have the main form that contains two panel divided by a splitter.
>>
>> Is there a way to limit the splitter movement so that right panel cannot
>> be
>> made less than a certain width ?
>
> Not for now. We'll try to implement that feature in a future release.
>
>
>> What is the purpose of the nMinSize property of TSplitter ?
>> Sorry I've read the help but I don't understood it.
>
> nMinSize is the size from which the splitter fully collapses. That is,
> there is no way to the user to move the splitter behind that panel's wide.
> If the splitter is moved to a position bellow that value, then it moves
> sudenly to position 0.
>
>
> --
> Regards,
>
> Jose F. Gimenez
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Guest

TSplitter question

Mensaje por Guest »

Giuseppe,
Done. It will be in next release.
Regards,
"Jose F. Gimenez" <jfgimenez@wanadoo.es> escribió en el mensaje
news:[email=434416c6@ozsrvnegro.ozlan.local...]434416c6@ozsrvnegro.ozlan.local...[/email]
> Giuseppe,
>
>> I have the main form that contains two panel divided by a splitter.
>>
>> Is there a way to limit the splitter movement so that right panel cannot
>> be
>> made less than a certain width ?
>
> Not for now. We'll try to implement that feature in a future release.
>
>
>> What is the purpose of the nMinSize property of TSplitter ?
>> Sorry I've read the help but I don't understood it.
>
> nMinSize is the size from which the splitter fully collapses. That is,
> there is no way to the user to move the splitter behind that panel's wide.
> If the splitter is moved to a position bellow that value, then it moves
> sudenly to position 0.
>
>
> --
> Regards,
>
> Jose F. Gimenez
>
Giuseppe Bogetti
Mensajes: 281
Registrado: Vie Ago 04, 2006 4:58 pm

TSplitter question

Mensaje por Giuseppe Bogetti »

In data Sat, 8 Oct 2005 13:21:30 +0200, Ignacio Ortiz ha scritto:
> Giuseppe,
>
> Done. It will be in next release.
>
> Regards,
>
> "Jose F. Gimenez" <jfgimenez@wanadoo.es> escribió en el mensaje
> news:[email=434416c6@ozsrvnegro.ozlan.local...]434416c6@ozsrvnegro.ozlan.local...[/email]
>> Giuseppe,
>>
>>> I have the main form that contains two panel divided by a splitter.
>>>
>>> Is there a way to limit the splitter movement so that right panel cannot
>>> be
>>> made less than a certain width ?
>>
>> Not for now. We'll try to implement that feature in a future release.
>>
>>
>>> What is the purpose of the nMinSize property of TSplitter ?
>>> Sorry I've read the help but I don't understood it.
>>
>> nMinSize is the size from which the splitter fully collapses. That is,
>> there is no way to the user to move the splitter behind that panel's wide.
>> If the splitter is moved to a position bellow that value, then it moves
>> sudenly to position 0.
>>
>>
>> --
>> Regards,
>>
>> Jose F. Gimenez
>>
How fast !!!
Real good news, thank you.
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
Giuseppe Bogetti
Mensajes: 281
Registrado: Vie Ago 04, 2006 4:58 pm

TSplitter question

Mensaje por Giuseppe Bogetti »

In data Sat, 8 Oct 2005 13:21:30 +0200, Ignacio Ortiz ha scritto:
> Giuseppe,
>
> Done. It will be in next release.
>
> Regards,
>
> "Jose F. Gimenez" <jfgimenez@wanadoo.es> escribió en el mensaje
> news:[email=434416c6@ozsrvnegro.ozlan.local...]434416c6@ozsrvnegro.ozlan.local...[/email]
>> Giuseppe,
>>
>>> I have the main form that contains two panel divided by a splitter.
>>>
>>> Is there a way to limit the splitter movement so that right panel cannot
>>> be
>>> made less than a certain width ?
>>
>> Not for now. We'll try to implement that feature in a future release.
>>
>>
>>> What is the purpose of the nMinSize property of TSplitter ?
>>> Sorry I've read the help but I don't understood it.
>>
>> nMinSize is the size from which the splitter fully collapses. That is,
>> there is no way to the user to move the splitter behind that panel's wide.
>> If the splitter is moved to a position bellow that value, then it moves
>> sudenly to position 0.
>>
>>
>> --
>> Regards,
>>
>> Jose F. Gimenez
>>
How fast !!!
Real good news, thank you.
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
Responder