Search found 1732 matches: pixel

Return to advanced search

Re: Definir font richedit5

... nTop, nLeft TO nBottom, nRight ; TITLE cTitle FONT oFont oDlg:lTruePixel := .F. oDlg:lHelpIcon := .F. @ 30, 3 RICHEDIT5 oMemo VAR uTemp OF oDlg PIXEL SIZE 200, 200 oDlg:oClient = oMemo omemo:SetFont( oFont ) ACTIVATE DIALOG oDlg CENTERED ; ON INIT ( oMemo:LoadRtf( cText ), oMemo:PostMsg( WM_KEYDOWN, ...
by jpcavagnaro
Tue Dec 26, 2023 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 640

Re: Definir font richedit5

... VAR ] <uVar> ; [ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <lHScroll: HSCROLL> ] ; [ <readonly: READONLY, NO MODIFY> ] ; [ WHEN <uWhen> ] ; ...
by cnavarro
Sun Dec 24, 2023 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 640

Re: show a string into xbrowse

... @ 10, 5 XBROWSE oBrw OF oDlg ; COLUMNS 1,2; HEADERS "gg","" ; COLSIZES 40, 220 ; ARRAY aData ; SIZE -5,-100 PIXEL STYLE FLAT NOBORDER WITH OBJECT oBrw WITH OBJECT oBrw:aCols[1] :cEditPicture := "###gg" END :lHScroll := .f. :CreateFromCode() END
by Silvio.Falconi
Tue Dec 12, 2023 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a string into xbrowse
Replies: 4
Views: 413

Re: Classe TGif

... screen width, logical screen height, global color table flag, color resolution, sort flag, size of global color table, background color index, and pixel aspect ratio It should have a global color table that contains the colors used in the image. The global color table should be present if the global ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1709

Re: Dialogos dentro de una ventana

... tus controles}  Para el caso 2, con dialogos Resizables y minimizables simplemente lo defines en el dialogo DEFINE DIALOG oDlg SIZE nWd,nHt PIXEL TITLE cTitle FONT oFont RESIZABLE OF oWnd Espero que te de al menos una pista
by cmsoft
Wed Dec 06, 2023 11:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogos dentro de una ventana
Replies: 14
Views: 3160

Problem with Numeric get

... always has to go back to check the get controls because I made them this way but they don't work @ 70, 20 GET aGet[5] VAR nTop OF oDlg SIZE 28, 12 PIXEL FONT oFont PICTURE "@Z 999.99" UPDATE @ 70, 82 GET aGet[6] VAR nLeft OF oDlg SIZE 28, 12 PIXEL FONT oFont PICTURE "@Z 999.99" ...
by Silvio.Falconi
Sat Dec 02, 2023 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Numeric get
Replies: 0
Views: 339

SWITCH class not clear

https://image.ibb.co/gxsEdF/Sin_t_tulo.png swicth sample test If I made @ 100,207 SWITCH oSwicth VAR lSwicth PIXEL SIZE 40,16 OF oDlg UPDATE OVALSTYLE; COLOR CLR_GREEN, CLR_GRAY ; THUMBSIZE 16 THUMBCOLOR CLR_WHITE https://i.postimg.cc/QtsxhBRj/hh.png if ...
by Silvio.Falconi
Fri Nov 17, 2023 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SWITCH class not clear
Replies: 0
Views: 335

Re: TBAR CON BRUSH DE FONDO

... "IMAGEN.JPG" DEFINE BRUSH oBrush FILE "IMAGEN.JPG" DEFINE WINDOW oWnd TITLE "Testebar" FROM 118, 266 TO 561, 801 PIXEL ; COLOR 0, 14215660 DEFINE BUTTONBAR oBar OF oWnd _3D Size 030, 030 DEFINE BUTTON oBtn1 OF oBar oBar:SetBrush( oBrush ) ACTIVATE WINDOW oWnd RETURN ...
by claudio.leiva
Thu Nov 02, 2023 4:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TBAR CON BRUSH DE FONDO
Replies: 11
Views: 659

Re: xHarbour.org updated!

... cSite := "https://apis.averbeporto.com.br/php/conn.php" // + Login + Senha(cChave) DEFINE WINDOW oChildWnd FROM 0,0 TO 600,800 PIXEL TITLE "PORTO SEGUROS" oActiveX = TActiveX():New( oChildWnd, "Shell.Explorer.2" ) oActivex:Silent := .T. oChildWnd:oClient ...
by karinha
Wed Sep 20, 2023 1:11 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 159
Views: 39701

Re: Enviar Correos CDO con fwh2307 RESUELTO

... y se envió el mensaje, voy a inventigar que tiene de nuevo esta opción o si es algo Adicional @ 030, 006 GET oGet[2] VAR cPass SIZE 80, 10 PIXEL OF oDlg Update * oGet[2]:lPassWord := .T. Quedo de la siguiente manera @ 030, 006 GET oGet[2] VAR cPass SIZE 90, 10 PIXEL OF oDlg password Update
by EASYSOFT
Mon Aug 21, 2023 11:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar Correos CDO con fwh2307
Replies: 15
Views: 915

Re: Enviar Correos CDO con fwh2307 RESUELTO

Resuelto.

EL problema es la opción password del get, lo he comentado y se envió el mensaje, voy a inventigar que tiene de nuevo esta opción o si es algo Adicional

@ 030, 006 GET oGet[2] VAR cPass SIZE 80, 10 PIXEL OF oDlg Update
* oGet[2]:lPassWord := .T.
by EASYSOFT
Mon Aug 21, 2023 10:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar Correos CDO con fwh2307
Replies: 15
Views: 915

Re: Consulta sobre centrar un dialogo.

... // con esta definicion es lo mas cerca del medio que logro // DEFINE DIALOG oDlg FROM 110, 370 TO 668, 990 FONT oFont TITLE 'Correcciones' PIXEL // con esta que esta decentrada es para la prueba con lo que sugirio ANTONIO DEFINE DIALOG oDlg FROM 110, 70 TO 668, 690 FONT oFont TITLE 'Correcciones' ...
by José Camilo
Tue Aug 01, 2023 1:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre centrar un dialogo.
Replies: 9
Views: 454

Re: GET and bLostFocus

I tried this and seems to work

@ 10,60 get oGet Var cFirst OF oDlg update PIXEL SIZE 100,15;
valid( (oBrw:first:varput(cFirst),.t.,oBrw:refresh()),.t.)

oGet:bLostFocus :=<|o| end rest is not needed.
....
by Marc Venken
Wed Jul 12, 2023 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET and bLostFocus
Replies: 10
Views: 564

Re: Mark field as required

Dear Marc, I think Cristobal means this way: @ nRow, nCol GET aGets[ 1 ] VAR aData[ 1, 2 ] ; PICTURE aData[ 1, 3 ] SIZE nWidth - nCol * 2, 15 PIXEL OF oDlg ; COLOR nClrTxt, CLR_WHITE CUEBANNER "REQUIRED" BOTTOMBORDER ; INFIELD INFONT oFontI INCLRTXT CLR_GRAY ; INCLRBORDER { | o | if( ...
by Marc Venken
Thu Jul 06, 2023 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1809

Re: Mark field as required

Dear Marc, I think Cristobal means this way: @ nRow, nCol GET aGets[ 1 ] VAR aData[ 1, 2 ] ; PICTURE aData[ 1, 3 ] SIZE nWidth - nCol * 2, 15 PIXEL OF oDlg ; COLOR nClrTxt, CLR_WHITE CUEBANNER "REQUIRED" BOTTOMBORDER ; INFIELD INFONT oFontI INCLRTXT CLR_GRAY ; INCLRBORDER { | o | if( ...
by Antonio Linares
Thu Jul 06, 2023 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1809
PreviousNext

Return to advanced search