[Gambas-user] Problem svn6875 and gb.qt
hi Greetings to all I have the following problem with the review svn6875 and gb.qt the following code does not work me TabPanelExplorer.Count + = 1 TabPanelExplorer.Text = sOpen_Spath_XDG Sexplorer = New FileView_New (TabPanelExplorer) As "Sexplorer" TabPanelExplorer.Children [0] .Name = "Sexplorer" & CStr (TabPanelExplorer.Index + 1) sExplorer.expand = True With f_explorer.sExplorer .IconSize = M_Var.iSize_Icons_View .ShowDetailed = M_Var.iShowDetailed .ShowDirectory = M_Var.iShowDirectory .ShowHidden = M_Var.iShowHidden .ShowPreview = M_Var.iShowPreview .Font.Size = M_Var.iSize_Font .Font.Name = M_Var.sName_Font .dir = SOpen_Spath_XDG .background = Color.Transparent End With with gb.gtk3 "Ok" with gb.gtk "Ok" with gb.gui "Ok" with gb.qt "BAD" with the review svn6874 with gb.gtk3 "Ok" with gb.gtk "Ok" with gb.gui "Ok" with gb.qt "Ok" Help please Herberth Guzman -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] Widget focus
Hi all, In Ubuntu 14.04 with Gambas3 3.6.2 with the components QT4 the focus does not work on the following widgets: Button, ToggleButton, MenuButton, SwitchButton. Instead ToolButton is OK. It is the same with the forms nested (eg. hFin1 = New Form1 (FMain)) Instead with GTK nested forms focus does not work at all, while with the normal form everything is OK. Note: RadioButton in opening normal form is checked only in GTK, not in QT4. Regards Gianluigi [System] Gambas=3.6.2 OperatingSystem=Linux Kernel=3.13.0-45-generic Architecture=x86_64 Distribution=Ubuntu 14.04.1 LTS Desktop=GNOME Theme=QGtk Language=it_IT.UTF-8 Memory=4961M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+3=libgtk-3.so.0.1000.8 GTK+=libgtk-x11-2.0.so.0.2400.23 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 Qt4=libQtCore.so.4.8.6 SDL=libSDL-1.2.so.0.11.4 -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] Issue 601 in gambas: Database Data Source with Mariadb as mysql
Status: New Owner: Labels: Version-3.6.2 Type-Bug Priority-Medium Linux openSuse13.2 64bit KDE GUI-Any New issue 601 by justlost...@gmail.com: Database Data Source with Mariadb as mysql https://code.google.com/p/gambas/issues/detail?id=601 When adding a datasource to forms, selecting the connection does not work. I am able to get the correct connection from the drop down in the field but when I leave the field it disappears again. Unable to select the correct table. I am able to use this fine when using a sqlite database. I am also able to access the database and setup a connection and browse the tables etc. Although I get errors if I try to change a table, create etc. I used phpMyAdmin and mysql_workbench to create and manage the tables. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Issue 601 in gambas: Database Data Source with Mariadb as mysql
Comment #1 on issue 601 by justlost...@gmail.com: Database Data Source with Mariadb as mysql https://code.google.com/p/gambas/issues/detail?id=601 [System] Gambas=3.6.2 OperatingSystem=Linux Kernel=3.16.7-7-desktop Architecture=x86_64 Distribution= Desktop=KDE4 Theme=Oxygen Language=en_US.UTF-8 Memory=12038M [Libraries] DBus=libdbus-1.so.3.8.10 -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user