Search found 1732 matches: pixel

Return to advanced search

Re: how to change the size of an xbrowse in runtime

For
@ 40,10 XBROWSE oBrw SIZE -10,390 PIXEL OF oDlg ;


you need:
oBrw:nRightMargin += 40

oBrw:nHeight += 40
by Otto
Thu May 02, 2024 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 295

Re: how to change the size of an xbrowse in runtime

the xbrowse is in a dialog the initial size is @ 40,10 XBROWSE oBrw SIZE -10,-110 PIXEL OF oDlg ; DATASOURCE oList COLUMNS aCols ; AUTOSORT FONT oFont; NOBORDER CELL LINES if I click on a checkbox the procedure must change the height to the xbrowse example - 60 in ...
by Silvio.Falconi
Thu May 02, 2024 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 295

Re: combobox color

I have a combobox @ 10, 120 COMBOBOX aget[1] VAR cCategoria Items ArrTranspose(aCategorie )[ 2] size 200,90 PIXEL OF oDlg ... I wish change color and font of text only on these two items Please test this sample and use your own font and colors for these items #include "fivewin.ch"//----------------------------------------------------------------------------//function ...
by Silvio.Falconi
Mon Apr 29, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 590

Re: combobox color

I have a combobox @ 10, 120 COMBOBOX aget[1] VAR cCategoria Items ArrTranspose(aCategorie )[ 2] size 200,90 PIXEL OF oDlg ... I wish change color and font of text only on these two items Please test this sample and use your own font and colors for these items #include "fivewin.ch"//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Mon Apr 29, 2024 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 590

combobox color

I have a combobox

@ 10, 120 COMBOBOX aget[1] VAR cCategoria Items ArrTranspose(aCategorie )[ 2] size 200,90 PIXEL OF oDlg


on first element of aCategorie there is "nessuna" and the last item is "Aggiungi"

I wish change color and font of text only on these two items
by Silvio.Falconi
Fri Apr 26, 2024 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 590

New FTDN April 2024 (FWH 24.04)

... DEFAULT PS_SOLID. Programmer can assign other styles like PS_DASH,PS_DOT,PS_DASHDOT, etc of his choice. - New DATA nDeepFocusRect: DEFAULT 5 pixels. How deep the focusrect is to be drawn inside the button. * XBrowse: - When ::lDrawBorder is .t., border was not being drawn on right and bottom ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 441

Re: New txbrowse

best solution @ 103,10 XBROWSE oBrw SIZE -10,-10 PIXEL OF oDlg ; DATASOURCE oDbf COLUMNS aCols ; AUTOSORT FONT oFont; NOBORDER CELL LINES CLASS TMyBrowse() CLASS TMyBrowse FROM TXBrowse CLASSDATA lRegistered AS LOGICAL DATA aCols2Hide AS ARRAY INIT ...
by Silvio.Falconi
Mon Apr 22, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 452

Re: Brush

... cImagem := "..\bitmaps\pngs\2.png" DEFINE DIALOG oDlg SIZE 800, 600 ; STYLE nOr( WS_CHILD, WS_POPUP ) ; COLOR CLR_BLACK, CLR_BLACK TRUEPIXEL SetDlgGradient( { { 0.7, CLR_WHITE, CLR_WHITE }, ; { 0.3, CLR_BLACK, CLR_BLACK }, .F. } ) @ 0, 0 BITMAP oImagem FILENAME cImagem ; SIZE 400, 600 ...
by oliveiros junior
Fri Apr 19, 2024 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 498

Checkbox with ltransparent error

... option? IF I made for a sample @ nRow,oBox[1]:nLeft+60 CHECKBOX aDat[ 5] VAR l05 Prompt axArray[ 5, 2 ] SIZE 350, 20 PIXEL OF oDlg aDat[ 5]:lTransparent:=.t. this gate covers the lower part of the dialog, hiding the other controls that are there If I rem aDat[ 5]:lTransparent:=.t. ...
by Silvio.Falconi
Fri Apr 19, 2024 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox with ltransparent error
Replies: 1
Views: 68

Error Fwh 24.02 con XBROWSE

... y veo que al abrir la ventana el Xbrowse se monta sobre el la barra de botones cosa q no pasaba antes DEFINE WINDOW oWnd FROM 0,0 TO nHeith,nWith PIXEL MDICHILD OF oWind ; TITLE "Mantenimiento de Valorizaciones" ICON oIco NOZOOM NOICONIZE @ 10,10 XBROWSE oBrw OF oWnd ; DATASOURCE oQry ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 109

Re: Problem with valid email refresh btnbmp

change the line

@ 10, 420 GET aGet[11] VAR cCodEmail SIZE 180,nSizeHGet PIXEL OF oDlg;
ON CHANGE ( lPienoEmail:=validaEmail(aGet[11]:ctitle) , if( lPienoEmail , oBtnSel[4]:Enable() , oBtnSel[4]:Disable() ) )

if Valtype(aMatch)='A' //Empty( aMatch )
by Daniel Segura
Wed Apr 03, 2024 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2570

Re: also error with btnbmp SHOWPOPUP

... , now it seem not make error @ 148, 350 BTNBMP aBtnBrow[3] ; RESOURCE "GRID_MNU", "", hBmp2, "" ; SIZE 15, 13 PIXEL FLAT NOROUND GDIP WHEN lMenu OF oDlg ; ACTION ::ShowPopUp( Contextual_Menu( Self,oBrw,oDbf,cIniUser,cSection,oDlg,aBtnBrow[4] ) ) Function Contextual_Menu( ...
by Silvio.Falconi
Mon Apr 01, 2024 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1757

Re: Cambios en diálogos.

... texto del titulo del dialogo ni tampoco como hacer que no sea transparente. he probado asi y nada Define Dialog oDlg TITLE "Class TSKIN" PIXEL Resource "Sample1" STYLE WS_POPUP color {CLR_RED, CLR_YELLOW } asi tampoco Define Dialog oDlg TITLE "Class TSKIN" PIXEL Resource ...
by José Camilo
Sun Mar 24, 2024 6:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambios en diálogos.
Replies: 3
Views: 719

Re: TITLE CLASS BUG with oDLg TRansparent

seem not run ok TTItle class with a dialog TRansparent DEFINE DIALOG oDlg SIZE aCooDlg[1], aCooDlg[2] PIXEL TRUEPIXEL; FONT oFont TITLE "Configurazione" COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; ...
by Silvio.Falconi
Mon Mar 18, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1703

Re: TITLE CLASS BUG with oDLg TRansparent

seem not run ok TTItle class with a dialog TRansparent DEFINE DIALOG oDlg SIZE aCooDlg[1], aCooDlg[2] PIXEL TRUEPIXEL; FONT oFont TITLE "Configurazione" COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; ...
by nageswaragunupudi
Mon Mar 18, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1703
Next

Return to advanced search

cron