Search found 278 matches: yellow

Return to advanced search

Re: tDolphin y Browser

Este es el código que uso: Public oBrw oQryTar := oServer:Query( "SELECT * FROM tarjeta ORDER BY Id" ) DEFINE FONT oFont NAME "Times New Roman" SIZE 0, -12 DEFINE FONT oFont18 NAME "Times New Roman" SIZE 0, -18 BOLD DEFINE DIALOG oDlg SIZE 900,500 PIXEL TRUEPIXEL DEFINE...
by caducca
Sun Mar 11, 2018 2:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tDolphin y Browser
Replies: 4
Views: 1158

Re: Combobox: How to color items

Antonio,
not all bitmaps are correctly displayed
I open yellow.bmp using Paint I draw another color using brush and save
But I cannot see correctly the bitmap
by MarcoBoschi
Mon Feb 26, 2018 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox: How to color items
Replies: 18
Views: 2863

Re: Mr. Rao's samples collection.

Yes it is the same seek problem like incremental seek in XbrwTest.exe defined :lIncrFilter := .T. :bSeek := { |c| ( oBrw:cAlias )->( BrwFilter( c ) ) } in Forum.exe defined / changed :lSeekBar := .t. :bClrEdits := { || { CLR_HRED, CLR_YELLOW } } on using index-rebuld it works but only once withou...
by ukoenig
Mon Feb 12, 2018 8:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 21272

Re: Mr. Rao's samples collection.

Ok.

But the Full is ready to use ? Only the yellow bar for seeking topic details is not working (I mean the filter)
by Marc Venken
Mon Feb 12, 2018 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 21272

Re: Mr. Rao's samples collection.

Uwe,

Why are there 2 versions ?

The Prg. Is the a full version?

The new version has no yellow seek bar.
by Marc Venken
Mon Feb 12, 2018 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 21272

Re: GET sin longitud con espacios blancos

bGotFocus, hace el cambio de fuente correctamente oEdit: bGotFocus : = { | o | o: SetColor ( CLR_HRED, CLR_YELLOW ) } Ahora bien, bLostFocus bien si se sale del Edit con teclado <Tab>, pero no surte efecto si se hace con raton oEdit: bLostFocus : = { | o | o: SetColor ( CLR_BLACK, CLR_WHITE ) ...
by Xevi
Tue Dec 19, 2017 2:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET sin longitud con espacios blancos
Replies: 16
Views: 2715

New FTDN September/Septiembre 2017 (FWH 17.09)

September 2017 ============== * TGraph Bugfix: Font object is not released. Fixed. * TGraph Fonts: New clause FONT oFont and methods SetFont(): At present TGraph treats Arial 10 as base font and derives nine fonts from this basefont for use. Bold font for titles, 1.5 times larger for main title and ...
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: 3386

Re: Error em TGraph

Defintion of series have more of 4 parameters METHOD AddSerie( aDat, cLegend, nColor, nType , l3D, lViewVal, lDrawPoint, lDrawLine, cSRLegend ) CLASS TGraph and you defintion is oGraph:aSeries = { { "Series 1", CLR_CYAN , , },; // only 4 parameters { "Series 2", CLR_YELLOW, , .T....
by cnavarro
Thu Sep 07, 2017 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error em TGraph (resolved)
Replies: 2
Views: 647

Re: Mr. Rao, why oCol:oBarGet does not take focus?

Albeiro, activate the seekbar with a mouseclick on a selected column-header ( index ). 1. Seekbar WITH OBJECT oBrw1 :lSeekBar := .t. :bClrEdits := { || { CLR_HRED, CLR_YELLOW } } ... ... END 2. using SAY @ 250, 220 SAY oBrw2:oSeek PROMPT oBrw2:cSeek SIZE 50, 12 PIXEL BORDER ; OF oFld1:aDialogs[1] CO...
by ukoenig
Wed Aug 30, 2017 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, oCol:oBarGet does not take focus with oBrw:bKeychar
Replies: 6
Views: 1389

Re: Possible to run 2 browser synchronously ? ( Test-download )

I added this sample to my sample-collector with some more options / tests. 1. Moving to browser top, left, bottom and right on button-action. 2. added a seekbar to browser 1 and 2 The sample displays 2 browser from resources I noticed that the seekbar on browser 2 is not displayed. Typing something ...
by ukoenig
Sat Jul 29, 2017 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to run 2 or 3 browser synchronously ?
Replies: 10
Views: 3033

Re: New FTDN May/Mayo 2017 (FWH 17.05)

May 2017 (revised build) ======== * Fix: MultiGet methods GetSel() and Copy() were not Unicode compatible. Fixed * FWMARIADB: Recommended way to obtain connection to Server is to use command syntax FWCONNECT oCn <clauses>, which translates to maria_Connect(...) Alternatively the function maria...
by Antonio Linares
Tue May 30, 2017 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2443

Sample - collection ( download Rel. 1.1 )

... be added as a download. There will be 3 groups with 4 selections One selection ( radio ) can have a folder with 6 sample-pages. The 3. group ( yellow radios ) will use only dialogs ( no folder ) testing buttonbars or other things. Samples will work from source or resource. Free empty parts ...
by ukoenig
Thu May 11, 2017 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample - collection ( download Rel. 1.1 )
Replies: 10
Views: 2700

Re: Ribbon tab color MICROSOFT OFFICE 2016

Antonio, thank you, it works. Are the pale cyan and orange/yellow colors part of the official 2015 theme? If no, why not remove it in the class? It's annoying to do it for each group and button. EMG lets first fine tune the 2016 ribbon theme colors and ...
by Antonio Linares
Sat May 06, 2017 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon tab color MICROSOFT OFFICE 2016
Replies: 38
Views: 9930

Re: Ribbon tab color MICROSOFT OFFICE 2016

Antonio,

thank you, it works. Are the pale cyan and orange/yellow colors part of the official 2015 theme? If no, why not remove it in the class? It's annoying to do it for each group and button.

EMG
by Enrico Maria Giordano
Sat May 06, 2017 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon tab color MICROSOFT OFFICE 2016
Replies: 38
Views: 9930

Re: Ribbon tab color MICROSOFT OFFICE 2016

... pale cyan color in the label bar under the ribbon group ? oRGrp:aGradCaption = { { 1, CLR_WHITE, CLR_WHITE } } > How to get rid of the orange/yellow color when the mouse is over the ribbon button ? oBtn1:bClrGradNormal = { | lPressed | If( lPressed,; { { 1, RGB( 197, 197, 197 ), RGB( 197, ...
by Antonio Linares
Sat May 06, 2017 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon tab color MICROSOFT OFFICE 2016
Replies: 38
Views: 9930
PreviousNext

Return to advanced search