|
|
|
| Sorry about my subject, when i make alert key on any window, browse ..
to hide button for example ( Ctrl+Shift+L) and put code in the embeds
to unhide the button ( in alert ) till now everything is very good and
when run your program and open the window and hold for example shift
key and click by mouse in any button the hide button will unhide
automatic so i dont know what's the problem
thanks
| |
| Tor-Bjarne 2006-01-26, 6:55 pm |
| Bug in clario ?
Theres no bugs in clarion ! <g>
What is your embedcode, for hiding the button ?
Hide(?
or
If Keycode() = CtrlShftL
Hide(?
End
--
Cheers
Tor-Bjarne Henriksen
WinVask Systems AS
"We make IT easy"
Http://www.fakturaprogram.no
Http://www.winvask.no
"karim" <ikrami2000@hotmail.com> skrev i melding
news:1138274435.491951.111550@o13g2000cwo.googlegroups.com...
> Sorry about my subject, when i make alert key on any window, browse ..
> to hide button for example ( Ctrl+Shift+L) and put code in the embeds
> to unhide the button ( in alert ) till now everything is very good and
> when run your program and open the window and hold for example shift
> key and click by mouse in any button the hide button will unhide
> automatic so i dont know what's the problem
>
> thanks
>
| |
|
|
|
| I made hide from button Properties and go to embed and put (
hide(?button)
| |
| Tor-Bjarne 2006-01-28, 7:55 am |
| You Need this
If keycode() = >>Yourkey<<
Hide(?Button)
End
--
MVH
Tor-Bjarne Henriksen
WinVask Systems AS
"We make IT easy"
Http://www.fakturaprogram.no
Http://www.winvask.no
"karim" <ikrami2000@hotmail.com> skrev i melding
news:1138439251.819304.84170@g43g2000cwa.googlegroups.com...
>I made hide from button Properties and go to embed and put (
> hide(?button)
>
|
|
|
|