For Programmers: Free Programming Magazines  


Home > Archive > Clarion > January 2006 > bug in clarion









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author bug in clarion
karim

2006-01-26, 7:55 am

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
>



karim

2006-01-28, 3:55 am

! Alert
unhide(?Button1)

karim

2006-01-28, 3:55 am

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)
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com