Search found 102 matches: textcolor

Return to advanced search

Re: DRAW A TEXT ON A BITMAP

Tested transparent PNG and textcolor-change http://www.pflegeplus.com/pictures/xbrwtext2.jpg How can I get the number of a Column, during the xBrowse-build ? I still need the reached Col or straight the Cell-number !!! ...
by ukoenig
Tue Jul 02, 2013 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DRAW A TEXT ON A BITMAP
Replies: 35
Views: 9375

Re: xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 2.1

A extended version . Now You can create Your own viewer with any Brush-background-combination and Textcolor A working PRG / EXE will be generated with or without a main-window. As well it is a tool, to optimize the background-selection between Window, Dialog, Folder and ...
by ukoenig
Tue Jun 11, 2013 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2
Replies: 11
Views: 5518

Re: BackGround Painting

... but NOT using => SetDlgGradient( {... The second works as well without my functions. XPManifest only belongs to the Radio- and checkbox textcolors not to work in sample 2. You can seperate the text from radios and checkboxes, if You need a different textcolor. Best Regards Uwe :lol:
by ukoenig
Mon Feb 25, 2013 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackGround Painting (SOLVED)
Replies: 14
Views: 5031

Re: BackGround Painting

... is different. You can download a working sample. Folder-Brush, Color, Gradient and image. Please remember : changing the radio- and Checkbox-textcolor from black to defined, only works without XPMANIFEST Download ( different backgrounds ) : http://www.pflegeplus.com/fw_downloads/testfld1.zip ...
by ukoenig
Sun Feb 24, 2013 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackGround Painting (SOLVED)
Replies: 14
Views: 5031

Re: Textcolor from Skinbuttons

Thanks! But only the disabled text-colors are able to change. Not the normal text-color!?
by byte-one
Fri Jun 22, 2012 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Textcolor from Skinbuttons
Replies: 4
Views: 856

Re: Textcolor from Skinbuttons

It work fine for me. :) #include "Fivewin.ch"Function Main()Local oDlgSkinButtons()FwChangeSkinColor()Define Dialog oDlg Pixel From 0,0 To 500,500@ 10,10 Button oBtn Prompt "Test" Size 20,100 PixelActivate Dialog oDlg CenteredReturn NilFunction FwChangeSki...
by DevBr
Fri Jun 22, 2012 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Textcolor from Skinbuttons
Replies: 4
Views: 856

Re: Textcolor from Skinbuttons

Thanks, but no effect. It seems, that on standard buttons from windows-API we cannot change the text-color. Antonio??
by byte-one
Wed May 23, 2012 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Textcolor from Skinbuttons
Replies: 4
Views: 856

Re: Textcolor from Skinbuttons

Try this way: Function FwChangeSkinColor() Local oClr  With Object ( oClr := SetSkinBtnDefaultClrs() )      :aClrFocused       := { { 1/2, nRGB( 255, 253, 219 ), nRGB( 255, 231, 144 ) },{ 1/2, nRGB( 255, 215,  76 ), nRGB( 255, 2...
by DevBr
Tue May 22, 2012 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Textcolor from Skinbuttons
Replies: 4
Views: 856

Textcolor from Skinbuttons

Is there a way to change the textcolor of Skinbuttons?
by byte-one
Tue May 22, 2012 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Textcolor from Skinbuttons
Replies: 4
Views: 856

How to resize existing / painted Metro-buttons ?

... the painted Panel oMWnd:Show() // new Background W_BACKGRD( oMetro, nMStyle, lMDirect, nMColorF, nMColorB, nMGradPos, cMBrush, cMImage ) // new Textcolor oMetro:nClrtext := nPTColor // new Titletext oMetro:cTitle := ALLTRIM(cPText) // new Buttonsize oMetro:nBtnSize := nPButton RETURN ( NIL ) ...
by ukoenig
Thu May 03, 2012 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to resize existing / painted Metro-buttons ?
Replies: 0
Views: 331

Re: Problem with display of Checkbox and Radio

Hello, I found the Reason of not working Textcolor for Radios and Checkboxes ( allways black ), I deleted as a Test from resource : #ifdef __FLAT__ 1 24 "WindowsXP.Manifest" #endif Hello Uwe At least you found the solutions to use Text ...
by hidroxid
Thu Mar 22, 2012 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with display of Checkbox and Radio
Replies: 25
Views: 6475

Testing CODE+RESOURCE-Brushes ( DOWNLOAD )

... With the < TSelect >, You can change the Dialog-Brush. The 4 Folders are showing the used Brushes : Color, Gradient, Brush and Image. The Textcolor can be changed. Most Controls are included to test TRANSPARENT : TFoldex, Say, Group, Checkbox, Radios, Combobox From inside the Folders, ...
by ukoenig
Wed Nov 23, 2011 9:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing CODE+RESOURCE-Brushes ( DOWNLOAD )
Replies: 1
Views: 598

Re: Checkbox transparent win 7 not win xp

... and Checkboxes on different Dialog -backgrounds 2. Groups, Radios and Checkboxes on different TFoldex -backgrounds The Dialog-background and Textcolor can be defined from the xBrowse-selection. http://www.pflegeplus.com/pictures/resource5.jpg Best Regards Uwe :lol:
by ukoenig
Tue Nov 22, 2011 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox transparent win 7 not win xp
Replies: 10
Views: 3363

Re: Disabled BtnBmp 11.08

Pete, maybe also possible, to define or keep the Textcolor of a disabled Button ? ( added a Test to my new Tool ) A grey Button is defined for disabled. From the Explorerbar I disable the Button. The grey Button is displayed, but the Text is not ...
by ukoenig
Wed Sep 21, 2011 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled BtnBmp 11.08
Replies: 6
Views: 1618

Test-application ( for debugging ) DOWNLOAD

... always something new, to explain a Problem. Please check the Makefile for Path-defines !!!. Just one Question : is it possible, to define the Textcolor for TRANSPARENT Radios and Checkboxes ? ( text is always painted black ) Download ( full Source + GDI-viewer ) 3.2 MB http://www.pflegeplus.com/fw_downloads/debug1.zip ...
by ukoenig
Wed Sep 21, 2011 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test-application ( for debugging ) DOWNLOAD
Replies: 1
Views: 891
PreviousNext

Return to advanced search