Xbase++ : underscore in Button Caption

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Xbase++ : underscore in Button Caption

Post by AUGE_OHR »

hi

under Xbase i got it with

Code: Select all

   ::oPBsetAll:caption  := "set ~Theme"
   ::oPBSaveDBF:caption := "~save Theme"
   ::oPBreadNew:caption := "~read Theme"
Xb_Button_Caption.JPG
Xb_Button_Caption.JPG (9.81 KiB) Viewed 1287 times
but in harbour it seems not to work :o
hb_Button_Caption.JPG
hb_Button_Caption.JPG (10.82 KiB) Viewed 1287 times

... or is it XP Manifest :?:
i have in harbour *.RC

Code: Select all

IDD_ICON ICON d:\ALASKA\RES\TRICOLOR.ico
1 	 24   d:\ALASKA\RES\WIN0.MANIFEST
Icon seems to work but Manifest not :(
have fun
Jimmy
User avatar
mol
Posts: 3723
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Xbase++ : underscore in Button Caption

Post by mol »

Code: Select all

   ::oPBsetAll:caption  := "set &Theme"
   ::oPBSaveDBF:caption := "&save Theme"
   ::oPBreadNew:caption := "&read Theme"
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Xbase++ : underscore in Button Caption

Post by AUGE_OHR »

mol wrote: Tue Oct 29, 2019 7:00 am

Code: Select all

   ::oPBsetAll:caption  := "set &Theme"
   ::oPBSaveDBF:caption := "&save Theme"
   ::oPBreadNew:caption := "&read Theme"
THX
have fun
Jimmy
Post Reply