Search found 51 matches: cgenprg

Return to advanced search

Re: Design test ( modified)

... is a problem when I create the prg and the dialog have a folder then it not create any controls are into the folder I think we must modify the cGenPrg method of window class line 1304 if ! Empty( ::aControls ) cPrg += CRLF AEval( ::aControls, { | oCtrl | cPrg += oCtrl:cGenPRG( lDlgUnits ) } ...
by Compuin
Mon Jul 15, 2019 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Design test ( modified)
Replies: 3
Views: 1116

A problem with < oCtrl:cVarName > from TRadio and TDatepick

... error ( NIL ) I replaced the info with ??? On TRADIO and TDATEPICK ::cVarName exists but returns NIL All other controls are working. from : METHOD cGenPRG( lDlgUnits ) CLASS TDatePick ... ... cPrg += CRLF + " @ " + cTop + ", " + cLeft + ; " DTPICKER " + ::cVarName ...
by ukoenig
Fri Mar 29, 2019 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with < oCtrl:cVarName > from TRadio and TDatepick
Replies: 0
Views: 418

New FTDN September/Septiembre 2017 (FWH 17.09)

... COLORS clause has not been defined, or a style defined - Minor bug clause UPPERMENU: fixed * TBAR: Added clause DESIGN * FOLDEREX: Added METHOD cGenPRG * function FW_CdxCreate( [caTagList], [lMemory] ). Added new optional parameter lMemory to create indexes in memory. * fwh\samples\customer.dbf: ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3348

Re: Design test ( modified)

... is a problem when I create the prg and the dialog have a folder then it not create any controls are into the folder I think we must modify the cGenPrg method of window class line 1304 if ! Empty( ::aControls ) cPrg += CRLF AEval( ::aControls, { | oCtrl | cPrg += oCtrl:cGenPRG( lDlgUnits ) } ...
by Silvio.Falconi
Tue Aug 08, 2017 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Design test ( modified)
Replies: 3
Views: 1116

New FTDN December/Diciembre 2016 (FWH 16.12)

... now support bitmaps controls too: http://forums.fivetechsupport.com/viewtopic.php?p=196228#p196228 * Enhancement: Class TBitmap Method cGenPRG() was missing. * Fix: Classes TSay and TGet Method cGenPrg() were not using the supplied parameter lDlgUnits. Now it is ok: http://forums.fivetechsupport.com/viewtopic.php?p=196242#p196242 ...
by Antonio Linares
Thu Dec 22, 2016 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2016 (FWH 16.12)
Replies: 10
Views: 4775

Re: design.prg from FW samples

Otto,

I have to check if METHODs cGenPrg() are respecting the TRUEPIXEL status
by Antonio Linares
Wed Jul 27, 2016 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: design.prg from FW samples
Replies: 9
Views: 1363

Re: Fivewin samples - Dialog designer

... BASE/1081 Argument error: + Args: [ 1] = C DEFINE WINDOW [ 2] = U Stack Calls =========== Called from: .\source\classes\WINDOW.PRG => TRADIO:CGENPRG( 1447 ) Called from: .\source\classes\WINDOW.PRG => (b)TWINDOW_CGENPRG( 1468 ) Called from: => AEVAL( 0 ) Called from: .\source\classes\WINDOW.PRG ...
by Antonio Linares
Sat Oct 24, 2015 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin samples - Dialog designer
Replies: 12
Views: 3067

Re: "Snap" for Clipper

...              WINDOW.PRG      598   682   776   776   782  1597  1664  1665  2359  2361                   2363  3445  3449  3451  3452  3456 CGENPRG()              (function  in ?)    WINDOW.PRG      598  1597  1620  1639  1649  1659 CHECKTOOLTIP()         (function  in ?)    WINDOW.PRG   ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6700

metodo cGenprg de tget para dialogos.

...            cCueText, cVarName ) CONSTRUCTOR  Pongo el metodo modificado que a mi si me funciona .: METHOD cGenPrg( lDlgUnits) CLASS TGet   // cambiado   local nFactorX, nFactorY   local cTop, cLeft, cWidth, cHeight   local cCode := ""DEFAULT ...
by mastintin
Mon Jul 15, 2013 9:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: metodo cGenprg de tget para dialogos.
Replies: 0
Views: 340

Posible mejora para btnBmp

Es una mejora menor para el metodo cGenprg(): METHOD New( ).......//  DEFAULT cVarName := "oBtnBmp" + ::GetCtrlIndex()    ::cVarName = "oBtnBmp" + ::GetCtrlIndex()    //cVarName  ----- por añadir como parametro  ...
by mastintin
Thu Jun 13, 2013 7:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Posible mejora para btnBmp
Replies: 0
Views: 295

Mejora para TBitmap .

La mejora consiste en añadir el Metodo cGenprg ( que no tiene ) : METHOD New( )... ::cVarName := "oBmp" + ::GetCtrlIndex()...Return nilMETHOD cGenPRG( lDlgUnits )   CLASS TBitmap   local ...
by mastintin
Tue May 28, 2013 7:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejora para TBitmap .
Replies: 1
Views: 444

Bug en Tdialog

Existe un pequeño bug en Tdialog , y es que no se asigna en el New la Data cVarName . Cuando queremos ejecutar el metodo cGenprg () lanza error al ser cVarName Nil .
Saludos.
by mastintin
Mon May 13, 2013 4:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug en Tdialog
Replies: 2
Views: 436

New FTDN April/Abril 2013 (FWH 13.04)

... New: function SetPageUnit2Pixel() used from CgiPlus Class Graphics: http://forums.fivetechsupport.com/viewtopic.php?p=142316#p142316 * Fix: Method cGenPrg of font class is improved. Now the font generated with the output of the method exactly matches the original font. * Fix: There was a bug in ...
by Antonio Linares
Wed May 01, 2013 6:21 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2013 (FWH 13.04)
Replies: 2
Views: 3498

Re: TFont for Antonio

... &cText )//----------------------------------------------------------------------------//  Now, these functions and also cGenPrg method of oFont should work reliably
by nageswaragunupudi
Mon Apr 08, 2013 12:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFont for Antonio
Replies: 9
Views: 1907

Re: TFont for Antonio

Dear Mr. Rao, this is the output of your file: {"Calibri", 0, -19, .F., .F., 0, 0, , .F., .F., .F., 0,3, 2, 1, ,34} This of method cGenPrg: 'Calibri', 0, -19, .f., .f., 0, 0, 400, .f., .f., .f., 0,3, 2, 1, , 34 ) There is a difference in one value. I think this value is ::nWeight . ...
by Otto
Sun Apr 07, 2013 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFont for Antonio
Replies: 9
Views: 1907
Next

Return to advanced search