Search the Gambas Mailinglists

Search for:
Extended
set : 17959, name : 33396

Results 71-80 of 2429 ( 0.024 seconds)
71 [Gambas-user] Explanations about stock icons and dark theme   [ 9.347% Popularity: 0.42487 ]
... the future. By using Stock[], you depend on 'Application.Theme', which, if not set, depends on the current icon set of the current desktop. So the user may not see the same icons as you. To see the same icons, you have to set 'Application.Theme' to 'gambas', or a specific icon set name (for example...
https://lists.gambas-basic.org/pipermail/user/2023-February/078542.html - Cached
text/html - 4313 bytes - Tue, 28 Feb 2023, 16:17:02 CET
 
72 [Gambas-user] printer problem   [ 9.343% Popularity: 0.42504 ]
... it is possible to close the dialog and have both printer.file > and printer.name set. > > === correction === > it is bugged. > I made a simple project where setup() is called and just after return > the values of .file and .name are printed. It is so easy to get them > both set... > > -- BUT THERE IS A...
https://lists.gambas-basic.org/pipermail/user/2010-February/028534.html - Cached
text/html - 5212 bytes - Fri, 05 Feb 2010, 17:33:51 CET
 
73 [Gambas-user] printer problem   [ 9.343% Popularity: 0.42504 ]
... it is possible to close the dialog and have both printer.file > and printer.name set. > > === correction === > it is bugged. > I made a simple project where setup() is called and just after return > the values of .file and .name are printed. It is so easy to get them > both set... > > -- BUT THERE IS A...
https://lists.gambas-basic.org/pipermail/user/2010-February/028535.html - Cached
text/html - 5334 bytes - Fri, 05 Feb 2010, 17:39:35 CET
 
74 [Gambas-user] Problem with UTF-8 in Gambas-connection to MySQL   [ 9.343% Popularity: 0.42478 ]
... "Character set GB[%s] mysql[%s]\n", > > GB.System.Charset(), mysql_character_set_name(conn)); >>> > > before and after string > > <<< set_character_set(db); >>>. > > Compiled only this driver, copied it to /usr/lib/gambas2. Run my program. > > Result: > > <<< Character set GB[UTF-8] mysql[latin1] > > Character set GB[UTF-8] mysql[latin1] >>> > > in...
https://lists.gambas-basic.org/pipermail/user/2009-September/026248.html - Cached
text/html - 5907 bytes - Sun, 20 Sep 2009, 07:11:20 CEST
 
75 [Gambas-user] Subst$ with a Variant array of values   [ 9.341% Popularity: 0.42408 ]
... Here is the faulty query, and the corrected one, I mention in the thread: --=|Set the inherits key in Classes. (Faulty)|=-- UPDATE wk_classes SET inherits_id = ( SELECT A.id FROM wk_classes AS A WHERE A.name = wk_classes.inherits_name ) ; --=|Set the inherits key in Classes.|=--...
https://lists.gambas-basic.org/pipermail/user/2019-May/067257.html - Cached
text/html - 4895 bytes - Fri, 31 May 2019, 12:36:02 CEST
 
76 [Gambas-user] printer problem   [ 9.338% Popularity: 0.42504 ]
... it is possible to close the dialog and have both printer.file >> and printer.name set. >> >> === correction === >> it is bugged. >> I made a simple project where setup() is called and just after return >> the values of .file and .name are printed. It is so easy to get them >> both set... >> >> -- BUT THERE IS...
https://lists.gambas-basic.org/pipermail/user/2010-February/028536.html - Cached
text/html - 6073 bytes - Fri, 05 Feb 2010, 17:45:23 CET
 
77 [Gambas-user] Primary Key missing?   [ 9.335% Popularity: 0.42477 ]
... with the > > same commands would tell me the same... > Use sqlite, specify the name of the database on the command line... $ sqlite mytest.db SQLite version ... ".help" for instructions sqlite> create table test(id integer primary key, name text); sqlite> insert into test (id, name) values (1, "Aaron"); sqlite>...
https://lists.gambas-basic.org/pipermail/user/2010-November/031492.html - Cached
text/html - 5754 bytes - Fri, 26 Nov 2010, 09:42:03 CET
 
78 [Gambas-user] Subst$ with a Variant array of values   [ 9.335% Popularity: 0.42342 ]
... is the faulty query, and the corrected one, I mention in the thread: > > > --=|Set the inherits key in Classes. (Faulty)|=-- > > UPDATE wk_classes > SET inherits_id = > ( > SELECT A.id > FROM wk_classes AS A > WHERE A.name = wk_classes.inherits_name > ) > ; > --=|Set the inherits key in...
https://lists.gambas-basic.org/pipermail/user/2019-May/067260.html - Cached
text/html - 6547 bytes - Fri, 31 May 2019, 12:36:02 CEST
 
79 [Gambas-user] gmd crashes on PostgreSQL (other 1/2 solved)   [ 9.335% Popularity: 0.42470 ]
... MySQL I found 13.2.3 CREATE DATABASE Syntax CREATE DATABASE [IF NOT EXISTS] db_name [create_specification [, create_specification] ...] create_specification: [DEFAULT] CHARACTER SET charset_name | [DEFAULT] COLLATE collation_name and a example with create...
https://lists.gambas-basic.org/pipermail/user/2004-February/002989.html - Cached
text/html - 6652 bytes - Tue, 17 Feb 2004, 22:58:18 CET
 
80 [Gambas-user] Dbus unique name seems incorrect   [ 9.334% Popularity: 0.42518 ]
... is false to start but seems to try and create a unique name > > When set to true it appears to create a non unique name. > > And as far as a unique name goes, it must start with a : for the system > to recognize it as unique......
https://lists.gambas-basic.org/pipermail/user/2022-January/075203.html - Cached
text/html - 3325 bytes - Mon, 31 Jan 2022, 00:42:01 CET