Search found 17 matches: buttontext

Return to advanced search

Re: bug BTNBMP

Bitmap from resource with good quality :) add buttontext as PROMPT REDEFINE BTNBMP oBtn2 ID 501 OF oDlg ; RESOURCE "TI_ANAD1" ; LEFT ; ACTION oDlg:End() ; PROMPT " Test " + CRLF + " Btn " TI_ANAD1 BITMAP {'42 4D ...
by ukoenig
Sun Mar 22, 2020 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug BTNBMP
Replies: 24
Views: 2604

Re: @Uwe Install program for mod harbour

... internet, You can open < Notepad > to copy and paste the links. NO scrollbar needed just use the arrow-buttons on top. Next steps will be : buttontext and messages are showing the vars from the DBF http://www.pflegeplus.com/IMAGES/Install14.jpg collect any interesting samples ...
by ukoenig
Tue Oct 15, 2019 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: @Uwe Install program for mod harbour
Replies: 20
Views: 3733

Re: @Uwe Install program for mod harbour

... can add a link or run a exe.file NO seek needed just jump right to the needed button-group with the radio-selection. Copy / past a link or add a buttontext and message I think I will change to a dialog without title and round corners to make it equal. :!: http://www.pflegeplus.com/IMAGES/Install13.jpg ...
by ukoenig
Mon Oct 07, 2019 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: @Uwe Install program for mod harbour
Replies: 20
Views: 3733

Re: @Uwe Install program for mod harbour

... firewall-settings are for? I didn't look in detail at the downloads for the moment. To include any new downloads I need : 1. a description for the buttontext 2. the link 3. a text for the button-tooltip with the toolbutton we can download useful tools like pixelformer, gimp ... or any other programs ...
by ukoenig
Wed Oct 02, 2019 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: @Uwe Install program for mod harbour
Replies: 20
Views: 3733

A problem Btnbmp and HEX-symbols from fonts

... > and change the defined fonts The symbols defined in HEX-format are used from "Segoe MDL2 Assets" The defined fonts are used for the buttontext DEFINE FONT oFont NAME "Arial" SIZE 0,-14 DEFINE FONT oFontG NAME "Arial" SIZE 0,-18 DEFINE FONT oBold NAME "Arial" ...
by ukoenig
Tue Jun 25, 2019 5:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem Btnbmp and HEX-symbols from fonts
Replies: 2
Views: 459

Re: Mr. Rao's samples collection.

... for the import : 1. new 2. new but keep selected smily topics ( all others deleted ) 3. append I prepared the dialog for translations of says, buttontext... but is still empty http://www.service-fivewin.de/DOWNLOADS/Forum4.zip The bottom is splitted in 2 images left and right :!: http://www.service-fivewin.de/IMAGES/Forum30.jpg ...
by ukoenig
Wed Feb 07, 2018 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 21208

Re: Trivial question

... Red Button-tooltip ---------------- oBtn1:cToolTip := { " " + CRLF + ; "Button 1", "C o l o r ", 1, 0, 128 } change Buttontext at Runtime ----------------------------------- oBtn1 = {|| oWnd:SetText( ""Button 1" ) } Best Regards Uwe :lol:
by ukoenig
Mon Jun 20, 2011 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trivial question
Replies: 6
Views: 1131

Re: round bitmap btn

... of < NIL.bmp > another Color. Using a Button-switch for the Test : ( BtnBmp can be used inside VTitles as well !!! ) Also You can change the Buttontext. // 3 means the Button-number from the list, You want to hide//---------------------------------------------------------------------@ 450, ...
by ukoenig
Thu Nov 18, 2010 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: round bitmap btn
Replies: 11
Views: 2922

Re: round bitmap btn

Sylvio, the sample works with Dialogs , for Windows it works different( Background-painting ). Do You need Buttontext ? I think it will be 2 arrays like Ball[i].bmp and Prompt[i] ( i = Recno()-info ) If yes, where do You want to place it ( Top, Left, Bottom, Right or Center ...
by ukoenig
Thu Nov 18, 2010 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: round bitmap btn
Replies: 11
Views: 2922

Re: round bitmap btn

... := c_path + "\Images\Backgrd.jpg"DEFINE DIALOG oDlg RESOURCE "Test" OF oWnd TRANSPARENT// NO Buttontext// -----------------REDEFINE BTNBMP oBtn1 ID 10 OF oDlg ;FILENAME c_path + "\Images\btnqck2.bmp" ;NOBORDER ;ACTION MsgAlert ( "No ...
by ukoenig
Thu Nov 18, 2010 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: round bitmap btn
Replies: 11
Views: 2922

New ButtonTools 4.0c DOWNLOAD (+ Update from 4.0a)

... ( use of Gradient-defines ) New possible TButton-Linefeed included New BtnBMP-Painter New Buttonbar-Painter New Round ButtonSupport New adjust Buttontext with Linefeed for BMP-Top or Bottom-define New Button-Text Linefeed-Support New Style 2007-, Gradient- and Transparent-Selection New Button ...
by ukoenig
Thu Feb 04, 2010 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New ButtonTools 4.0c DOWNLOAD (+ Update from 4.0a)
Replies: 3
Views: 1175

Re: New FWH 10.1

I noticed another difference in Class TButtonBmp : Now the Buttontext is allways centered ( before a fixed distance to the BMP ) http://www.pflegeplus.com/pictures/center1.jpg http://www.pflegeplus.com/pictures/center2.jpg ...
by ukoenig
Fri Jan 29, 2010 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 10.1
Replies: 18
Views: 4498

Re: New FWH 10.1

... http://www.pflegeplus.com/pictures/ButtonText9.jpg Sample : Testbubm.prg added a extra height Button to show the Result : // Top Buttontext // ------------------ @ 2, 20 BUTTONBMP oBtnBmp OF oWnd ACTION MsgInfo( "XP themes aware Button Bitmaps" ) ; BITMAP "..\bitmaps\16x16\garrow.bmp" ...
by ukoenig
Wed Jan 27, 2010 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 10.1
Replies: 18
Views: 4498

Button-Text not adjusted to BMP (TEXTRIGHT) ?

... 1, CLR_BLACK, 14089979 } oBtn1:oFont := oTextFont the Button-Text is not adjusted in Relation to the included BMP, always centered. As long the Buttontext is short in Relation to the Buttonwidth, there is no Problem. To make it working, I have to add some left Spaces. I think using < TEXTRIGHT ...
by ukoenig
Thu Sep 17, 2009 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button-Text not adjusted to BMP (TEXTRIGHT) ?
Replies: 0
Views: 247

Re: Recommend Graphics person

... Transparent and Alpha-Channel It is better to change the Height of the BMP to a Size without the Text. Otherwise the distance between BMP and Buttontext is to big ( using BMP TOP ) Using BMP LEFT , it doen't matter. The original BMP : http://www.pflegeplus.com/pictures/convertbmp2.jpg ...
by ukoenig
Tue Sep 08, 2009 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Recommend Graphics person
Replies: 6
Views: 940
Next

Return to advanced search