Hi to Everybody,
Thanks for your help, because of it, I am working with Wbrowse of Hernán and with comboboxes in cells , But they don´t look very well .
Does somebody repair this unperfection?
If somebody has a solution, please, I will apreciate it .
Thanks
Comboboxes with Wbrowse of Hernán
- jose_murugosa
- Posts: 943
- Joined: Mon Feb 06, 2006 4:28 pm
- Location: Uruguay
- Contact:
Comboboxes with Wbrowse of Hernán
Saludos/Regards,
José Murugosa
FWH + Harbour + Bcc7. Una seda!
José Murugosa
FWH + Harbour + Bcc7. Una seda!
Re: Comboboxes with Wbrowse of Hernán
jose_murugosa wrote:Hi to Everybody,
Does somebody repair this unperfection?
If somebody has a solution, please, I will apreciate it .
Hi Jose !
The solution is in twbrowse.prg . Please , search methods EditCols and etc. . You will find something similar as in below :
Code: Select all
case aItems != nil
@ aPos[ 1 ] + 1, aPos[ 2 ] + 1 COMBOBOX ::oGet VAR uVar ITEMS aItems ;
SIZE nWidth, Max( 200, Len( aItems ) * 25 ) OF Self ;
FONT oFont COLOR nClrFore, nClrBack ;
ON CHANGE ::End() ;
PIXEL
Hope this help to you . Regards !
Rimantas U.
- jose_murugosa
- Posts: 943
- Joined: Mon Feb 06, 2006 4:28 pm
- Location: Uruguay
- Contact:
Rimantas,
I already tried to change height and width in both comboboxes (for arrays and for logical vars) without good results, If you resolve this problem could you please send me a copy of your wbrowse.prg so I can see how you did this changes.
My e-mail is jmurugosa@hotmail.com
Thanks for your post, and your help.
I already tried to change height and width in both comboboxes (for arrays and for logical vars) without good results, If you resolve this problem could you please send me a copy of your wbrowse.prg so I can see how you did this changes.
My e-mail is jmurugosa@hotmail.com
Thanks for your post, and your help.
Saludos/Regards,
José Murugosa
FWH + Harbour + Bcc7. Una seda!
José Murugosa
FWH + Harbour + Bcc7. Una seda!