Ignacio,
1. if you click in this sample on the nHorzExtent-button you will see that
TListBox.nHorzExtent is unknown
2. please write some string into the edit and than click on the Add-button.
There is a nesting error that was not shown in Pre 5a.
" TFORM1:REQUESTSTATE (272)
TFORM1:GONEXTCONTROL (0)
(b)XCONTROL (99)
TBUTTON:GONEXTCONTROL (0)
TBUTTON:REQUESTSTATE (127)
TFORM1:REQUESTSTATE (275)
TFORM1:GONEXTCONTROL (0)
(b)XCONTROL (99)
TBUTTON:GONEXTCONTROL (0)
TBUTTON:REQUESTSTATE (127)
TFORM1:REQUESTSTATE (275)
TFORM1:GONEXTCONTROL (0)
(b)XCONTROL (99)
.....
.....
"
3. To drag and drop items inside the TreeView-control is not what I mean.
I mean that you can not drag an item from the ListBox and drop it onto the
TreeView-control. Is this not possible yet?
Regards
Ingo
Attached files Test.zip (1.9 KB)Â
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.
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.
:nHorzExtent and ResetState() problems
:nHorzExtent and ResetState() problems
Ingo,
1 & 2) Thank you for the sample.
3) Yes you can, but Drag & Drop between items on a TreeView can not be used
in conjuntion with Drag & Drop between controls. Just disable Drag & Drop
between items on the TreeView and put almost the same code that we have on
first listbox and it will work. If you have any problem doing it I can
modify the sample for you, but is not very dificult, so I hope you can do it
yourself.
Regards,
"Ingo" <ingo.jh@web.de> escribió en el mensaje
news:[email=43632de7@ozsrvnegro.ozlan.local...]43632de7@ozsrvnegro.ozlan.local...[/email]
> Ignacio,
>
> 1. if you click in this sample on the nHorzExtent-button you will see that
> TListBox.nHorzExtent is unknown
>
> 2. please write some string into the edit and than click on the
> Add-button.
> There is a nesting error that was not shown in Pre 5a.
> " TFORM1:REQUESTSTATE (272)
> TFORM1:GONEXTCONTROL (0)
> (b)XCONTROL (99)
> TBUTTON:GONEXTCONTROL (0)
> TBUTTON:REQUESTSTATE (127)
> TFORM1:REQUESTSTATE (275)
> TFORM1:GONEXTCONTROL (0)
> (b)XCONTROL (99)
> TBUTTON:GONEXTCONTROL (0)
> TBUTTON:REQUESTSTATE (127)
> TFORM1:REQUESTSTATE (275)
> TFORM1:GONEXTCONTROL (0)
> (b)XCONTROL (99)
> ....
> ....
> "
> 3. To drag and drop items inside the TreeView-control is not what I mean.
> I mean that you can not drag an item from the ListBox and drop it onto the
> TreeView-control. Is this not possible yet?
>
> Regards
>
> Ingo
>
>
>
>
1 & 2) Thank you for the sample.
3) Yes you can, but Drag & Drop between items on a TreeView can not be used
in conjuntion with Drag & Drop between controls. Just disable Drag & Drop
between items on the TreeView and put almost the same code that we have on
first listbox and it will work. If you have any problem doing it I can
modify the sample for you, but is not very dificult, so I hope you can do it
yourself.
Regards,
"Ingo" <ingo.jh@web.de> escribió en el mensaje
news:[email=43632de7@ozsrvnegro.ozlan.local...]43632de7@ozsrvnegro.ozlan.local...[/email]
> Ignacio,
>
> 1. if you click in this sample on the nHorzExtent-button you will see that
> TListBox.nHorzExtent is unknown
>
> 2. please write some string into the edit and than click on the
> Add-button.
> There is a nesting error that was not shown in Pre 5a.
> " TFORM1:REQUESTSTATE (272)
> TFORM1:GONEXTCONTROL (0)
> (b)XCONTROL (99)
> TBUTTON:GONEXTCONTROL (0)
> TBUTTON:REQUESTSTATE (127)
> TFORM1:REQUESTSTATE (275)
> TFORM1:GONEXTCONTROL (0)
> (b)XCONTROL (99)
> TBUTTON:GONEXTCONTROL (0)
> TBUTTON:REQUESTSTATE (127)
> TFORM1:REQUESTSTATE (275)
> TFORM1:GONEXTCONTROL (0)
> (b)XCONTROL (99)
> ....
> ....
> "
> 3. To drag and drop items inside the TreeView-control is not what I mean.
> I mean that you can not drag an item from the ListBox and drop it onto the
> TreeView-control. Is this not possible yet?
>
> Regards
>
> Ingo
>
>
>
>
:nHorzExtent and ResetState() problems
Ignacio,
thanks for the reply and sorry for my misunderstanding,
I will change the drag & drop sample myself and try it again.
I'm testing Xailer now since three weeks piece for piece because I want to
use Xailer afterwards when it's complete for transfering my apps from 16 to
32-bit.
From day to day I become more enthusiastic about it and I hope I will not
get on your and Jose's nerves when I report all the strange things I noticed
in the meantime.
Regards
Ingo
"Ignacio Ortiz de Zúñiga" <iozuniga@ozs.com> schrieb im Newsbeitrag
news:43632f9e$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Ingo,
>
> 1 & 2) Thank you for the sample.
>
> 3) Yes you can, but Drag & Drop between items on a TreeView can not be
> used in conjuntion with Drag & Drop between controls. Just disable Drag &
> Drop between items on the TreeView and put almost the same code that we
> have on first listbox and it will work. If you have any problem doing it I
> can modify the sample for you, but is not very dificult, so I hope you can
> do it yourself.
>
> Regards,
>
>
> "Ingo" <ingo.jh@web.de> escribió en el mensaje
> news:[email=43632de7@ozsrvnegro.ozlan.local...]43632de7@ozsrvnegro.ozlan.local...[/email]
>> Ignacio,
>>
>> 1. if you click in this sample on the nHorzExtent-button you will see
>> that
>> TListBox.nHorzExtent is unknown
>>
>> 2. please write some string into the edit and than click on the
>> Add-button.
>> There is a nesting error that was not shown in Pre 5a.
>> " TFORM1:REQUESTSTATE (272)
>> TFORM1:GONEXTCONTROL (0)
>> (b)XCONTROL (99)
>> TBUTTON:GONEXTCONTROL (0)
>> TBUTTON:REQUESTSTATE (127)
>> TFORM1:REQUESTSTATE (275)
>> TFORM1:GONEXTCONTROL (0)
>> (b)XCONTROL (99)
>> TBUTTON:GONEXTCONTROL (0)
>> TBUTTON:REQUESTSTATE (127)
>> TFORM1:REQUESTSTATE (275)
>> TFORM1:GONEXTCONTROL (0)
>> (b)XCONTROL (99)
>> ....
>> ....
>> "
>> 3. To drag and drop items inside the TreeView-control is not what I
>> mean.
>> I mean that you can not drag an item from the ListBox and drop it onto
>> the
>> TreeView-control. Is this not possible yet?
>>
>> Regards
>>
>> Ingo
>>
>>
>>
>>
>
>
thanks for the reply and sorry for my misunderstanding,
I will change the drag & drop sample myself and try it again.
I'm testing Xailer now since three weeks piece for piece because I want to
use Xailer afterwards when it's complete for transfering my apps from 16 to
32-bit.
From day to day I become more enthusiastic about it and I hope I will not
get on your and Jose's nerves when I report all the strange things I noticed
in the meantime.
Regards
Ingo
"Ignacio Ortiz de Zúñiga" <iozuniga@ozs.com> schrieb im Newsbeitrag
news:43632f9e$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Ingo,
>
> 1 & 2) Thank you for the sample.
>
> 3) Yes you can, but Drag & Drop between items on a TreeView can not be
> used in conjuntion with Drag & Drop between controls. Just disable Drag &
> Drop between items on the TreeView and put almost the same code that we
> have on first listbox and it will work. If you have any problem doing it I
> can modify the sample for you, but is not very dificult, so I hope you can
> do it yourself.
>
> Regards,
>
>
> "Ingo" <ingo.jh@web.de> escribió en el mensaje
> news:[email=43632de7@ozsrvnegro.ozlan.local...]43632de7@ozsrvnegro.ozlan.local...[/email]
>> Ignacio,
>>
>> 1. if you click in this sample on the nHorzExtent-button you will see
>> that
>> TListBox.nHorzExtent is unknown
>>
>> 2. please write some string into the edit and than click on the
>> Add-button.
>> There is a nesting error that was not shown in Pre 5a.
>> " TFORM1:REQUESTSTATE (272)
>> TFORM1:GONEXTCONTROL (0)
>> (b)XCONTROL (99)
>> TBUTTON:GONEXTCONTROL (0)
>> TBUTTON:REQUESTSTATE (127)
>> TFORM1:REQUESTSTATE (275)
>> TFORM1:GONEXTCONTROL (0)
>> (b)XCONTROL (99)
>> TBUTTON:GONEXTCONTROL (0)
>> TBUTTON:REQUESTSTATE (127)
>> TFORM1:REQUESTSTATE (275)
>> TFORM1:GONEXTCONTROL (0)
>> (b)XCONTROL (99)
>> ....
>> ....
>> "
>> 3. To drag and drop items inside the TreeView-control is not what I
>> mean.
>> I mean that you can not drag an item from the ListBox and drop it onto
>> the
>> TreeView-control. Is this not possible yet?
>>
>> Regards
>>
>> Ingo
>>
>>
>>
>>
>
>