compiling problem with tooltip in a textbox control

Moderator: Rathinagiri

Post Reply
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

compiling problem with tooltip in a textbox control

Post by l3whmg »

Hi guys,
I don't know if it's a (big/small) problem, but...

I can compile this syntax

Code: Select all

@ 060,125 TEXTBOX fld1 ;
    WIDTH 060 ;
    HEIGHT 25 ;
    TOOLTIP 'I can compile this syntax' ;
    INPUTMASK '9999'
but i can't compile this syntax:

Code: Select all

  @ 090,125 TEXTBOX fld2 ;
    WIDTH 060 ;
    HEIGHT 25 ;
    INPUTMASK '9999' ;
    TOOLTIP 'I can NOT compile this syntax'
Best regards
Luigi from Italy
www.L3W.it
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: compiling problem with tooltip in a textbox control

Post by Rathinagiri »

Yes. You can not compile the second one. You cannot change the sequence in @ commands. That's why we have define .... end commands.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Re: compiling problem with tooltip in a textbox control

Post by l3whmg »

Hi Rathinagiri,
thanks a lot. At this point the best way is to use "define ... end" syntax for all controls ?
Because, inside the help document, the clause tooltip is inserted after inputmask.
Bye
Luigi from Italy
www.L3W.it
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: compiling problem with tooltip in a textbox control

Post by Rathinagiri »

I use define...end syntax. Roberto has created this method on my request. :)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: compiling problem with tooltip in a textbox control

Post by Roberto Lopez »

rathinagiri wrote:I use define...end syntax. Roberto has created this method on my request. :)
Oh Yes! :)
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Re: compiling problem with tooltip in a textbox control

Post by l3whmg »

And now, I use this :lol:
Luigi from Italy
www.L3W.it
Post Reply