Search found 76 matches: combometro

Return to advanced search

combometro with images

ho wI c an use combometro with images @ 9,385 ; COMBOMETRO oNum1 VAR nNumFrom ; PROMPTS ArrTranspose( aElementi )[5 ] ; OF oGr ; SIZE 400, 40 ; PIXEL ; COLOR CLR_WHITE, RGB( 0x33, 0x66, 0xCC ) for n=1 to len(aElementi) oNum1:aItems[n]:cDataType ...
by Silvio.Falconi
Tue Mar 03, 2020 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combometro with images
Replies: 0
Views: 319

Re: How to have a sharp image conversion

nageswaragunupudi wrote:I am seeing. The reason is that combobox is not painting alphabmps properly.
Need to improve this aspect. Takes time.



Nages.
thanks
a question ...combometro support png files ?
by Silvio.Falconi
Tue Mar 03, 2020 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to have a sharp image conversion
Replies: 14
Views: 2273

Re: New FTDN June/Junio 2018 (FWH 18.06)

... no se guardan en el hash. Corregido. * Nueva "data" lChanged de sólo lectura en todos los controles: Get, MultiGet, Edit, combobox, combometro, listbox, radmenu, dtpicker, tmpicker, dbcombo, richedit, richedit5, tswitch. La "data" indica si el usuario modificó la "data" ...
by Antonio Linares
Mon Sep 03, 2018 11:04 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2018 (FWH 18.06)
Replies: 1
Views: 1949

New FTDN June/Junio 2018 (FWH 18.06)

... When used with Hash, changes made are not saved to hash. Fixed. * New readonly data lChanged in all controls: Get, MultiGet, Edit, combobox, combometro, listbox, radmenu, dtpicker, tmpicker, dbcombo, richedit, richedit5, tswitch The data indicates if the user modified the original data. * ...
by Antonio Linares
Sat Sep 01, 2018 8:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2018 (FWH 18.06)
Replies: 1
Views: 1949

Re: FW 16.04 and COMBOMETRO

Thanks Navarro

Maurizio
www.nipeservice.com
by Maurizio
Mon May 16, 2016 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 16.04 and COMBOMETRO
Replies: 7
Views: 1143

Re: FW 16.04 and COMBOMETRO

Fixed in 16.04 Build 2
by cnavarro
Sun May 15, 2016 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 16.04 and COMBOMETRO
Replies: 7
Views: 1143

Re: FW 16.04 and COMBOMETRO

kajot wrote:in which class add


CLASS TComboMetro in file combom.prg ( folder source\classes )

please wait
by cnavarro
Sat May 14, 2016 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 16.04 and COMBOMETRO
Replies: 7
Views: 1143

Re: FW 16.04 and COMBOMETRO

Maurizio ..mhm cosa sono le "creadenziali" ? :)
by Silvio.Falconi
Sat May 14, 2016 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 16.04 and COMBOMETRO
Replies: 7
Views: 1143

Re: FW 16.04 and COMBOMETRO

in which class add
by kajot
Sat May 14, 2016 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 16.04 and COMBOMETRO
Replies: 7
Views: 1143

Re: FW 16.04 and COMBOMETRO

Maurizio,

thanks for your feedback

we are reviewing it
by Antonio Linares
Fri May 13, 2016 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 16.04 and COMBOMETRO
Replies: 7
Views: 1143

Re: FW 16.04 and COMBOMETRO

Please

In METHOD New

Code: Select all  Expand view


   ::nBottom        := ::nTop  + nHeight
   if Upper( oWnd:ClassName() ) == "TPANEL"
      ::nBottom     := ::nTop  + nHeight
   endif
   ::nRight         := ::nLeft + nWidth

 
by cnavarro
Fri May 13, 2016 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 16.04 and COMBOMETRO
Replies: 7
Views: 1143

FW 16.04 and COMBOMETRO

... 5 SAY "Inserisci le tue creadenziali" FONT oFont1 TRANSPARENT   @ 4, 9 SAY "UserName:" FONT oFont2 TRANSPARENT      @ 4,15 COMBOMETRO oC VAR cUserName ITEMS {'1111111','222222222'}  ;         OF oDlg   FONT oFont2 SIZE 150, 20 COLOR CLR_WHITE, RGB( 0x33, 0x66, ...
by Maurizio
Fri May 13, 2016 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 16.04 and COMBOMETRO
Replies: 7
Views: 1143

TCOMBOMETRO:SETITEMS

Ola forum SetItems no funciona con COMBOMETRO? Warning BASE/1004 Message not found: TCOMBOMETRO:SETITEMS Stack-List ---------- chamado por TCOMBOMETRO:ERROR(0) chamado por TCOMBOMETRO:MSGNOTFOUND(0) chamado por TCOMBOMETRO:SETITEMS(0) chamado ...
by Sistem
Mon Jan 25, 2016 7:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TCOMBOMETRO:SETITEMS
Replies: 2
Views: 467

New FTDN November/Noviembre 2015 (FWH 15.11)

... is copied from Excel sheet and pasted into xbrowse, run-time error occurs with xHarbour. Fixed in static function ClipTextAsArray( cText ) * Fix: ComboMetro class: Fixed wrong detection of sort status of the combobox items. * RDDADS related workarounds in xbrowse.prg and database.prg: It is noticed ...
by Antonio Linares
Sat Dec 26, 2015 9:26 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2730

New FTDN October/Octubre 2015 (FWH 15.10)

... is copied from Excel sheet and pasted into xbrowse, run-time error occurs with xHarbour. Fixed in static function ClipTextAsArray( cText ) * Fix: ComboMetro class: Fixed wrong detection of sort status of the combobox items. * RDDADS related workarounds in xbrowse.prg and database.prg: It is noticed ...
by Antonio Linares
Sat Dec 05, 2015 11:27 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2015 (FWH 15.10)
Replies: 0
Views: 922
Next

Return to advanced search