COMBOBOX STYLE CBS_DROPDOWN - a little bug?

Post Reply
xVar
Posts: 35
Joined: Mon Jan 19, 2009 9:14 am

COMBOBOX STYLE CBS_DROPDOWN - a little bug?

Post by xVar »

Hi Antonio.

I download lastest version of FWPPC.

COMBOBOX is work now.
I try use STYLE CBS_DROPDOWN, and some character from previous Combo value is appended to end of current value ,if COMBOBOX lost focus (click to next get box for example).

Length of previous value must be more than length of current value.

If STYLE CBS_DROPDOWN not set COMBOBOX work good.

Regards

Andrej.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: COMBOBOX STYLE CBS_DROPDOWN - a little bug?

Post by Antonio Linares »

Andrej,

Could you please provide a small PRG to test it ? thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
xVar
Posts: 35
Joined: Mon Jan 19, 2009 9:14 am

Re: COMBOBOX STYLE CBS_DROPDOWN - a little bug?

Post by xVar »

Well.
Coming soon.:)
//


#include "fwce.ch"
#include "dll.ch"


#define MB_ICONINFORMATION 0x40



static aBTypes:= {'Repce','Akác','Hárs','Gesztenye','Napraforgó','Selyemkóró','Facélia','Vegyes virág','Mézharmat','Egyéb'}



function Main()
// Main Window

LOCAL oBmp
Local oHONEYTYPES, cHONEYTYPES
Local oHONEYTYPES_DD, cHONEYTYPES_DD
Local oBEEKEEPER , cBEEKEEPER
cBeeKeeper:="Click to me after set second combo"

public oWnd



DEFINE WINDOW oWnd TITLE "RFID_OMME" ;

@ 2 ,2 COMBOBOX oHONEYTYPES Var cHONEYTYPES ITEMS aBTypes SIZE 100,120


@ 6 ,2 COMBOBOX oHONEYTYPES_DD Var cHONEYTYPES_DD ITEMS aBTypes STYLE CBS_DROPDOWN SIZE 100,120

@ 10, 2 GET oBEEKEEPER Var cBEEKEEPER SIZE 200, 22

ACTIVATE WINDOW oWnd;



return nil

//
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: COMBOBOX STYLE CBS_DROPDOWN - a little bug?

Post by Antonio Linares »

Andrej,

Thanks for your example.

Yes, there is a bug there to locate and fix. We are working on it.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
goosfancito
Posts: 1392
Joined: Fri Oct 07, 2005 7:08 pm

Re: COMBOBOX STYLE CBS_DROPDOWN - a little bug?

Post by goosfancito »

Alguna solucion para viejas versiones?
gracias.
Un aporte chico hace grandes cambios.
Apoyemos al proyecto "Hogar pimpinela"
Bajate la aplicación (gratuita) y encuentra en ella toda la info de como podes colaborar.
GRACIAS!
https://play.google.com/store/apps/deta ... .acomprar
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: COMBOBOX STYLE CBS_DROPDOWN - a little bug?

Post by Antonio Linares »

Gustavo,

Dime por favor que mide el fichero source\classes\combobox.prg de FWPPC
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
goosfancito
Posts: 1392
Joined: Fri Oct 07, 2005 7:08 pm

Re: COMBOBOX STYLE CBS_DROPDOWN - a little bug?

Post by goosfancito »

non o, perdon yo no tengo pocket pc. ya resolvi era por fwh.
Un aporte chico hace grandes cambios.
Apoyemos al proyecto "Hogar pimpinela"
Bajate la aplicación (gratuita) y encuentra en ella toda la info de como podes colaborar.
GRACIAS!
https://play.google.com/store/apps/deta ... .acomprar
Post Reply