Search found 10 matches: ofld2

Return to advanced search

FolderEx problem

... 1 ] PIXEL ; PROMPT "Impostazione", "Visualizza", "Azienda" ; TAB HEIGHT 30 FONT oFont @ 3,10 FOLDEREX oFld2 OF oFolder:aDialogs[ 2 ] PIXEL ; PROMPT "Predefinita", "Prenotazione", "Pagamento" ; TAB HEIGHT 30 FONT oFont run ...
by Silvio.Falconi
Wed Mar 24, 2021 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx problem
Replies: 6
Views: 717

Re: Changing the textcolor of RADIOS and CHECKB. at runtime ?

Rick, I got it working changing the colors of RADIOS and CHECKBOXES as well with these changes : // --------------- FUNCTION OBJ_UPDATE( oFld2, nTextColor, nBackColor ) // ---FOLDER --- AEval( oFld2:aDialogs[ 2 ]:aControls, { |o| IF( o:ClassName == "TSAY", ( o:SetColor( nTextColor, ...
by ukoenig
Fri Jun 16, 2017 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the textcolor of RADIOS and CHECKB. at runtime ?
Replies: 2
Views: 678

Changing the textcolor of RADIOS and CHECKB. at runtime ?

Hello, I wanted to change the textcolor of RADIOS and CHECKBOXES at runtime. It only works on SAY FUNCTION OBJ_UPDATE( oFld2, nTextColor, nBackColor ) // FOLDER AEval( oFld2:aDialogs[ 2 ]:aControls, { |o| IF( o:ClassName == "TSAY", o:SetColor( nTextColor, nBackColor ), NIL ...
by ukoenig
Thu Jun 15, 2017 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the textcolor of RADIOS and CHECKB. at runtime ?
Replies: 2
Views: 678

Re: Sample - collection ( download Rel. 1.1 )

... oFld1, nSavePage ) 2. A dialog with HALFsize folder ( page 1 - 4 ) ------------------------------------------------------ CODE_2.prg GRPC2_SEC1( oFld2, nSavePage ) - GRPC2_SEC4( oFld2, nSavePage ) RES_2.prg RS1_PART1( oFld2, nSavePage ) - RS1_PART5( oFld2, nSavePage ) 3. ONLY 4 dialogs -------------------- ...
by ukoenig
Thu Jun 15, 2017 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample - collection ( download Rel. 1.1 )
Replies: 10
Views: 2656

Re: xBrowse from RES. and show images from DLL ?

... }, ; { hResDLL, "FISH4" }, ; { hResDLL, "FISH5" } } SetResources( hSave ) // access from rc REDEFINE XBROWSE oBrw ID 110 OF oFld2:aDialogs[3] columns {1,2,3}; Array aArray sizes {140, 220, 100} LINES CELL autocols fastedit maybe a different solution is needed ? regards Uwe :?:
by ukoenig
Thu Jul 21, 2016 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse from RES. and show images from DLL ?
Replies: 9
Views: 3481

Re: A problem TFOLDEREX tab-images from resource ?

... "DPainter" BRUSH oBrush0 PIXEL ; FONT oFont1 TITLE "Test folder from RESOURCES" OF oWnd // ---------------- REDEFINE FOLDEREX oFld2 ID 110 PROMPT "Page &1", "Page &2", "Page &3", "Page &4", "&EXIT" ; BITMAPS ...
by ukoenig
Tue Jul 19, 2016 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting Tab-images from res. RC and DLL TFOLDEREX (solved)
Replies: 19
Views: 5565

Problem TfolderEx with SAY from resource

... oSay1:SetColor( 16777215, 255 ) RETURN NIL The same from RESOURCE http://www.pflegeplus.com/IMAGES/FldSay2.jpg FUNCTION F_PAGE5( oFld2 ) LOCAL oSay1, oGet1, cText1 := "Testing GET-colors" LOCAL cText2 := "Testing SAY - background-color" REDEFINE GET oGet1 VAR ...
by ukoenig
Thu May 28, 2015 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem TfolderEx with SAY from resource
Replies: 1
Views: 436

Re: Problema con DIALOGS FOLDER y REPORT

... "MENU01","MENU02","MENU03","MENU04"; ON CHANGE oFld:aDialogs[oFld:nOption]:UPDATE() REDEFINE FOLDER oFld2 ID 1003 OF oFld:aDialogs[1] PROMPT "Datos generales","Antecedentes","Nueva consulta","Historia clínica","Laboratorios","Medicamentos" ...
by ADBLANCO
Mon Nov 09, 2009 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con DIALOGS FOLDER y REPORT
Replies: 13
Views: 2643

Re: Problema con DIALOGS FOLDER y REPORT

... "MENU01","MENU02","MENU03","MENU04"; ON CHANGE oFld:aDialogs[oFld:nOption]:UPDATE() REDEFINE FOLDER oFld2 ID 1003 OF oFld:aDialogs[1] PROMPT "Datos generales","Antecedentes","Nueva consulta","Historia clínica","Laboratorios","Medicamentos" ...
by JoseGS
Mon Nov 02, 2009 8:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con DIALOGS FOLDER y REPORT
Replies: 13
Views: 2643

Aproveitando

... ) ) ANTES http://www.johnson.oi.com.br/ofld1.jpg DEPOIS http://www.johnson.oi.com.br/ofld2.jpg sem BRUSH trabalha normal
by Johnson
Sat Nov 01, 2008 12:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda !!! con colores de un folder :(
Replies: 6
Views: 1324

Return to advanced search