Re: [Gambas-user] svn help needed

2011-05-08 Thread richard terry
On Monday 09 May 2011 04:40:15 Jussi Lahtinen wrote: > I'm not svn expert, but I would just delete the mangled source code folder, > and run checkout again. thanks, that I just did, worked well. > Jussi > > On Sun, May 8, 2011 at 14:57, richard terry wrote: > > Hi list and to any svn experts >

[Gambas-user] IconPanel doesn't follow Enabled propriety

2011-05-08 Thread Sebi Kul
Hi all! I was just testing my app and I realized that when I do: -- Me.Enabled=False -- or -- IconPanel1.Enabled=False -- Although the form is disabled, and the IconPanel container is disabled, the icon list isn't (meaning that the user can still change the list index and raise new

Re: [Gambas-user] svn help needed

2011-05-08 Thread Jussi Lahtinen
I'm not svn expert, but I would just delete the mangled source code folder, and run checkout again. Jussi On Sun, May 8, 2011 at 14:57, richard terry wrote: > Hi list and to any svn experts > > I inadvertently ran my mouse over my code tree, and accidently dragged my > library folder inot the

[Gambas-user] make error with rev 3836

2011-05-08 Thread Emanuele Sottocorno
Ubuntu 10.04 x86_64 gnome ggridview.cpp: In function ‘gboolean cb_keypress(GtkWidget*, GdkEventKey*, gGridView*)’: ggridview.cpp:703: error: ‘GDK_KEY_Up’ was not declared in this scope ggridview.cpp:707: error: ‘GDK_KEY_Down’ was not declared in this scope ggridview.cpp:711: error: ‘GDK_KEY_Left’

[Gambas-user] svn help needed

2011-05-08 Thread richard terry
Hi list and to any svn experts I inadvertently ran my mouse over my code tree, and accidently dragged my library folder inot the preferences folder. Now when trying to commit I get this: A +preferences/library M startup/modStartUp.module