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.
COMBOBOX STYLE CBS_DROPDOWN - a little bug?
- 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?
Andrej,
Could you please provide a small PRG to test it ? thanks
Could you please provide a small PRG to test it ? thanks
Re: COMBOBOX STYLE CBS_DROPDOWN - a little bug?
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
//
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
//
- 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?
Andrej,
Thanks for your example.
Yes, there is a bug there to locate and fix. We are working on it.
Thanks for your example.
Yes, there is a bug there to locate and fix. We are working on it.
- goosfancito
- Posts: 1392
- Joined: Fri Oct 07, 2005 7:08 pm
Re: COMBOBOX STYLE CBS_DROPDOWN - a little bug?
Alguna solucion para viejas versiones?
gracias.
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
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
- 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?
Gustavo,
Dime por favor que mide el fichero source\classes\combobox.prg de FWPPC
Dime por favor que mide el fichero source\classes\combobox.prg de FWPPC
- goosfancito
- Posts: 1392
- Joined: Fri Oct 07, 2005 7:08 pm
Re: COMBOBOX STYLE CBS_DROPDOWN - a little bug?
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
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