Page 2 of 2

Re: Prevent a window can be moved

Posted: Sun Mar 28, 2010 11:15 pm
by esgici
Thanks Dr. :)

Regards

--

Esgici

Re: Prevent a window can be moved

Posted: Sun Mar 28, 2010 11:51 pm
by Czarny_Pijar
Think about what you're doing ;) The peoples forced to staring all the working day into one form surely curse you :twisted:
And how about burning-out the screen/pixels? :ugeek:

Re: Prevent a window can be moved

Posted: Mon Mar 29, 2010 5:35 am
by jparada
Hi,

Thank you all for your responses and efforts, I've taken a look at the proposed solutions and please let me check if that's what I need.

Thanks

Best Regards
Javier

Re: Prevent a window can be moved

Posted: Mon Mar 29, 2010 8:49 am
by esgici
Hi Czarny

I agree with you :)

Regards

--

Esgici

Re: Prevent a window can be moved

Posted: Mon Mar 29, 2010 8:54 am
by esgici
Hola Javier

No problem. As Czarny mentioned, may will be better to abandon "fixed window" idea. Users don't like restrictions ;)

By the way, adding ON MOVE event to DEFINE WINDOW statement may be useful.

Regards, saludos

--

Esgici

Re: Prevent a window can be moved

Posted: Mon Mar 29, 2010 1:26 pm
by srvet_claudio
Hi Czarny_Pijar,
Czarny_Pijar wrote: And how about burning-out the screen/pixels? :ugeek:
add in to code of Esgici

Code: Select all

ON MAXIMIZE (thisWindow.restore)
or

Code: Select all

DEFINE WINDOW .....
          .......
          NOMAXIMIZE
best regards,
Claudio Soto

Re: Prevent a window can be moved

Posted: Mon Mar 29, 2010 1:34 pm
by esgici
srvet_claudio wrote: ...
add in to code of Esgici
...
Yes Dr., you are right, thanks :)

Regards, saludos

--

Esgici

Re: Prevent a window can be moved

Posted: Sat Apr 10, 2010 3:57 am
by srvet_claudio
Hello to all, in
viewtopic.php?p=9626&sid=4a2a85bc2346e7 ... 18ca#p9626
I put an alternative solution to the problem.
Best regards,
Claudio Soto.