[Gambas-user] [Gambas Bug Tracker] Bug #843: [gtk2/gtk3] ActiveWindow event in DesktopWatcher class can't work

2015-11-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.843=L21haW4- Zainudin AHMAD reported a new bug. Summary --- [gtk2/gtk3] ActiveWindow event in DesktopWatcher class can't work Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : GUI components

[Gambas-user] [Gambas Bug Tracker] Bug #843: [gtk2/gtk3] ActiveWindow event in DesktopWatcher class can't work

2015-11-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.843=L21haW4- Zainudin AHMAD added an attachment: test-activeWindow-0.0.1.tar.gz -- Give your users amazing mobile app experiences with Intel XDK. Use one codebase in

Re: [Gambas-user] gb.desktop Desktop.ActiveWindow

2015-11-17 Thread zainudin ahmad
and Gtk issue : Bug report 843 On Wed, Nov 18, 2015 at 4:57 AM, herberth guzman wrote: > Regards Zainudin Ahmad > > Thanks for taking time to help me. > > Your example is useful for my project and adapt your code, and My_panel > works as I wanted. > > I am making

Re: [Gambas-user] Navigation in TableView with keyboard 'Enter'

2015-11-17 Thread Ru Vuott
maybe do you want approximately... Private m As Short Public Sub TableView1_KeyPress() If Key.Enter Then TableView1.MoveTo(m, 0) TableView1.Edit Inc m m = m Mod TableView1.Rows.Count Endif End Lun