Search found 43 matches: aval

Return to advanced search

Re: A METRO image-background without FREEIMAGE ?

... aImage, aRect, nil, 1 ) it doesn't work for a METRO-image-background DEFINE METROPANEL oMetro OF oWnd TITLE "Stammdaten" ; COLOR aVal[8], CLR_BLUE aRect := GETCLIENTRECT( oMetro:hWnd ) aImage := oMetro:ReadImage( cImage, , .t. ) oMetro:DrawImage( aImage, aRect, nil, 1 ) a working ...
by nageswaragunupudi
Mon Sep 09, 2019 4:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A METRO image-background without FREEIMAGE ?
Replies: 5
Views: 946

A METRO image-background without FREEIMAGE ?

... aImage, aRect, nil, 1 ) it doesn't work for a METRO-image-background DEFINE METROPANEL oMetro OF oWnd TITLE "Stammdaten" ; COLOR aVal[8], CLR_BLUE aRect := GETCLIENTRECT( oMetro:hWnd ) aImage := oMetro:ReadImage( cImage, , .t. ) oMetro:DrawImage( aImage, aRect, nil, 1 ) a working ...
by ukoenig
Sat Sep 07, 2019 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A METRO image-background without FREEIMAGE ?
Replies: 5
Views: 946

A problem with SAY and font- style and < size default >

... problem and needed the following adjustment : @ 26 * nFactor, 25 * nFactor SAY oDay PROMPT cDay OF oWnd FONT oFontDay PIXEL UPDATE oDay:SetColor ( aVal[23], ) oDay:lTransparent := .T. oDay:nLeft := ( oWnd:nWidth() - oDay:nWidth() ) / 2 oDay:nHeight += 5 // y display ( I think it will be the same ...
by ukoenig
Tue Aug 13, 2019 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with SAY and font- style and < size default >
Replies: 5
Views: 787

How to connect a child-dialog to a folder-obj. ? RESOLVED

... to connect a child-dialog for a optional click-solution of TMpicker using It means the calculated DESKTOP-position REDEFINE TMPicker oGet[1] VAR aVal[29] ID 115 UPDATE OF oFld:aDialogs[ 1 ] After some tests, I couldn*t get the exactly position of bottom and left to connect the dialog I used fixed ...
by ukoenig
Wed Jul 31, 2019 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to connect a child-dialog to a folder-obj. ? RESOLVED
Replies: 0
Views: 380

Re: [BUG] in source/font.prg and a question

... or including maybe the existing function BUILDFONT( aFont ) :?: ---------------- I still have another question : after oFontMed1 := FontFromText( aVal[6] ) I must adjust the fontsize of the defined font in relation to the window-size and optional adding bold I tested oFontMed1:Modify( 50, .T. ...
by ukoenig
Thu Jul 25, 2019 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [BUG] in source/font.prg and a question
Replies: 8
Views: 1016

Re: [BUG] in source/font.prg and a question

ACTION ( oFont0 := ChooseFont(), ; IIF( !empty(oFont0), aVal[6] := FontToText( oFont0 ), NIL ), ; oCGet[4]:Refresh() ) Obviously this should give an error, because ChooseFont() returns an array, but not a font object and FontToText() works with font ...
by nageswaragunupudi
Thu Jul 25, 2019 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [BUG] in source/font.prg and a question
Replies: 8
Views: 1016

Re: [BUG] in source/font.prg and a question

Why I'm getting this error trying to save a font REDEFINE GET oCGet[4] VAR  aVal[6] ID 820 OF oFld:aDialogs[ 2 ] FONT oFontsys UPDATE ;ACTION ( oFont0 :=  ChooseFont(), ;                  IIF( !empty(oFont0), aVal[6] ...
by ukoenig
Thu Jul 25, 2019 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [BUG] in source/font.prg and a question
Replies: 8
Views: 1016

Re: DTPICKER & FONT

I cannot change the display size of the date in DTPICKER box when selecting a Font Peter did You try : REDEFINE DTPicker oGet[2] VAR aVal[30] ID 140 UPDATE OF oFld:aDialogs[ 1 ] oGet[2]:SetFont( oFontMed ) used fonts : DEFINE FONT oFontMed NAME "Arial" SIZE 0, -20 BOLD DEFINE FONT ...
by ukoenig
Tue Jul 23, 2019 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER & FONT
Replies: 2
Views: 516

Re: Mr. Rao's samples collection.

The colors are defined in SYSTEM.dbf static aVal[32] SYSTEM->nDStyle = color, gradient, circle or bmp-brush SYSTEM->nDColorF = 1. gradient-color SYSTEM->nDColorB = 2. gradient-color SYSTEM->nDGradPos = gradient-pos SYSTEM->lDDirect ...
by ukoenig
Wed Feb 07, 2018 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20325

Re: INI vs. DBF

... sample ----------------------- FUNCTION LOAD_SYS1() DBSELECTAREA("SYSTEM") ("SYSTEM")->(DBGOTO(nBenutzer)) // user select aVal[1] := ("SYSTEM")->nWStyle aVal[2] := ("SYSTEM")->nWColorF aVal[3] := ("SYSTEM")->nWColorB aVal[4] := ("SYSTEM")->nWGradPos ...
by ukoenig
Fri Mar 24, 2017 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: INI vs. DBF
Replies: 7
Views: 1290

Re: declare array

yes of course !!!

BUT I not Know the value of nRows and nCols
if at init I made
aVal:={ }

then not run because the procedure understood the array is simply and not multiple as

aVal:={ { } ,;
{ },;
{ } }

I insert 3 records for make a sample
by Silvio.Falconi
Mon Mar 20, 2017 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: declare array
Replies: 5
Views: 847

declare array

I must declare a multi array type
aVal := { { } ,;
{ } }

But I not Know how many records there are

How I can say to fivewin if

aVal:={ }

is multiple array ?
by Silvio.Falconi
Thu Mar 16, 2017 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: declare array
Replies: 5
Views: 847

Re: circolar grapphics

Dear Nages, a Question If you make multiple series as you made local aVal := { { 2500, 500, 1250, 200, 860 }, ; first serie { 1800, 750, 1500, 300, 400 } } second serie you must the possibility to set also two different colors for each serie for a sample : ...
by Silvio.Falconi
Wed Mar 15, 2017 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: circolar grapphics
Replies: 12
Views: 2233

Re: Button disabled looks different on folder and buttonbar

... ( STEUER_B(oBtn2), oBtn2:Disable() , DBSELECTAREA(cMUmsName) ) ; FONT oFontSys ; LEFT oBtn2:bClrGrad := { | lMouseOver | If( ! lMouseOver,; { { aVal[112], aVal[110], aVal[111] }, ; { aVal[112], aVal[111], aVal[110] } }, ; { { aVal[116], aVal[114], aVal[115] }, ; { aVal[116], aVal[115], aVal[114] ...
by ukoenig
Wed Mar 01, 2017 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button disabled looks different on folder and buttonbar
Replies: 12
Views: 6744

Re: Help to use FW_DbfToArray and FW_ArrayToDBF

Silvio,


Aeval( aTelefono_Fornitori, {|aVal| Aadd(aTelefono_clienti,aVal) } )
by vilian
Wed Dec 07, 2016 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to use FW_DbfToArray and FW_ArrayToDBF
Replies: 2
Views: 590
Next

Return to advanced search