Page 1 of 1
BtnBmp in a dialog
Posted: Fri Oct 14, 2005 5:32 pm
by Thomas Grueninger
Hello,
is it possible that btnbmp in a dialog is not available yet?
I have: message not found tbtnbmp:_ctooltip, tbtnbmp_ctooltip(169)
Regards
Thomas
Re: BtnBmp in a dialog
Posted: Fri Oct 14, 2005 7:17 pm
by Richard Chidiak
Thomas Grueninger wrote:Hello,
is it possible that btnbmp in a dialog is not available yet?
I have: message not found tbtnbmp:_ctooltip, tbtnbmp_ctooltip(169)
Regards
Thomas
Thomas
Check the syntax, i have no problems with btnbmp.
This is a sample of what i use,
If you still have a problem, can you show the offending code ?
HTH
Richard
@ 125, 20 BTNBMP FILE CurDir() + "\client.bmp" ;
SIZE 30, 30 ;
ACTION oSay:SetText( "Clients" )
Posted: Sat Oct 15, 2005 4:48 am
by Thomas Grueninger
Hello Richard,
sorry, i forgot to wrote that the dialog is in a resource.
Thomas
Re: BtnBmp in a dialog
Posted: Sat Oct 15, 2005 7:50 am
by Antonio Linares
Thomas Grueninger wrote:I have: message not found tbtnbmp:_ctooltip, tbtnbmp_ctooltip(169)
Tooltips are not available yet.
Posted: Sat Oct 15, 2005 10:30 am
by Thomas Grueninger
Hello Antonio,
thanks for your answer.
But i will not use tooltips.
Thomas
Posted: Sat Oct 15, 2005 10:42 am
by Antonio Linares
Thomas,
Do you get the error without using tooltips ? If so, how may we reproduce the error ? thanks.