Re: [Gambas-user] Issue 570 in gambas: ValueBox does not prevent text entry

2014-10-28 Thread gambas
Comment #4 on issue 570 by gambas...@gmail.com: ValueBox does not prevent text entry https://code.google.com/p/gambas/issues/detail?id=570 The problem is fixed on the SVN version ... If you want quick fixes you need to use it or for ubuntu for example use daily built packages. -- You receiv

Re: [Gambas-user] Issue 570 in gambas: ValueBox does not prevent text entry

2014-10-28 Thread gambas
Comment #3 on issue 570 by char...@cogier.com: ValueBox does not prevent text entry https://code.google.com/p/gambas/issues/detail?id=570 Always happy to help but how do I tell which "Revision" I have? The link "It should be fixed in revision #6585

[Gambas-user] Issue 575 in gambas: Clipboard change

2014-10-28 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 575 by flynetin...@gmail.com: Clipboard change https://code.google.com/p/gambas/issues/detail?id=575 1) clipboard returns a different object to that returned in previous

Re: [Gambas-user] A little question about propagation of events and ShowModal.

2014-10-28 Thread Jorge Carrión
>"Modal" means that the window takes all the mouse and keyboard events of >the application (it has its own event loop). Thay explain all my troubles. It's clear now. >A window cannot be closed if there is a "child" modal window open. The >modal window must be closed first. Ok with that >As for