Search the Gambas Mailinglists

Search for:
Extended
set : 19157, name : 35049

Results 41-50 of 2525 ( 0.029 seconds)
41 Re: Allow missing components (or detect them in project)   [ 9.513% Popularity: 0.46032 ]
... > > loaded components. (i needed to force lower case default settings file > name) > > > > This causes a problem with gb.form.mdi as it demands i have ... it because there was no way to initialize the default settings file with a set name. The problem was the application file is called UseEdit.gambas but i...
https://lists.gambas-basic.org/archive/user/2026-01/0000057.html - Cached
text/html - 8337 bytes - Mon, 12 Jan 2026, 14:09:27 CET
 
42 Re: Allow missing components (or detect them in project)   [ 9.509% Popularity: 0.45980 ]
... it because there was no way to initialize the default settings file with > > a set name. > > The problem was the application file is called UseEdit.gambas but ... case of the > > settings file too as the program gets a different Application.Name > > running via symlink. > > > > A Static Property like Settings.DefaultName...
https://lists.gambas-basic.org/archive/user/2026-01/0000059.html - Cached
text/html - 9370 bytes - Sat, 17 Jan 2026, 15:10:27 CET
 
43 Re: Allow missing components (or detect them in project)   [ 9.497% Popularity: 0.45675 ]
... it because there was no way to initialize the default settings file with a set name. The problem was the application file is called UseEdit.gambas but i ... case of the settings file too as the program gets a different Application.Name running via symlink. A Static Property like Settings.DefaultName in...
https://lists.gambas-basic.org/archive/user/2026-01/0000058.html - Cached
text/html - 8641 bytes - Mon, 12 Jan 2026, 15:03:27 CET
 
44 enum and named sets   [ 9.491% Popularity: 0.44677 ]
... think. Or maybe there is already a simple way to do this! Such that enum this_set_name none,fast, slow,red,green this allowing things like dim setcounter[] as ... inc setcounter[none] inc setcounter[green] or for each xx as variant in this_set_name print setcounter[xx] next -- ~~~~ Brian Attachment:...
https://lists.gambas-basic.org/archive/user/2025-12/0000071.html - Cached
text/html - 4041 bytes - Tue, 09 Dec 2025, 04:07:27 CET
 
45 Re: enum and named sets   [ 9.469% Popularity: 0.44273 ]
... think. Or maybe there is already a simple way to do this! Such that enum this_set_name none,fast, slow,red,green this allowing things like dim setcounter[] as ... inc setcounter[none] inc setcounter[green] or for each xx as variant in this_set_name print setcounter[xx] next I think this request already exists in the...
https://lists.gambas-basic.org/archive/user/2025-12/0000075.html - Cached
text/html - 4903 bytes - Tue, 09 Dec 2025, 00:07:11 CET
 
46 Re: enum and named sets   [ 9.426% Popularity: 0.43368 ]
... to allow the naming of enum sets such > that they could be referenced by that name > collectively without having to generate a special class with just a > public ... Or maybe there is already a simple way to do this! > > Such that > > enum this_set_name none,fast, slow,red,green > > this allowing things like > dim...
https://lists.gambas-basic.org/archive/user/2025-12/0000083.html - Cached
text/html - 4298 bytes - Tue, 09 Dec 2025, 18:04:26 CET
 
47 [Gambas-user] Dbus registers wrong name?   [ 9.418% Popularity: 0.42103 ]
... Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] 1. you have not set DBus.Name initialise like this... * Application.MainWindow = Me DBus.Unique = True DBus.Name = DBUSTEST_DBUS_NAME hDbusObj = New DbusObj* 2. be carefull for example if...
https://lists.gambas-basic.org/pipermail/user/2021-December/074941.html - Cached
text/html - 4469 bytes - Wed, 22 Dec 2021, 22:17:01 CET
 
48 [Gambas-user] Dbus unique name seems incorrect   [ 9.418% Popularity: 0.42141 ]
... i added a SystemTray object. The Systemtray initialized DBus before i tried to set the name so it was too late. i fixed it by setting the DBus name and ... > > > When working with the policykit1, some of the methods require a unique > name. By > > the DBus standard a unique name must start with a colon. Normally...
https://lists.gambas-basic.org/pipermail/user/2022-January/075223.html - Cached
text/html - 7504 bytes - Mon, 31 Jan 2022, 00:42:01 CET
 
49 Re: enum and named sets   [ 9.411% Popularity: 0.43038 ]
... To : user@xxxxxxxxxxxxxxxxxxxxxx Private ThisSetName As Collection = ["this_set_name none":0,"fast":1, "slow":2,"red":3,"green":4] dim setcounter[] as new ... allow the naming of enum sets such > > that they could be referenced by that name > > collectively without having to generate a special class with just a > >...
https://lists.gambas-basic.org/archive/user/2025-12/0000076.html - Cached
text/html - 5500 bytes - Tue, 09 Dec 2025, 00:07:11 CET
 
50 [Gambas-devel] This is another exemple of curious output   [ 9.397% Popularity: 0.42753 ]
... an integer property id set at 10 > MyClass2 give another String property Name set as "MyName" > > If Parse on the class Property and call properties value by > Object.GetProperty > > I've : > > id = My Name > Name = My Name > > > ????? > > Is it normal doctor ? Mmm... No. Can you...
https://lists.gambas-basic.org/pipermail/devel/2005-December/002289.html - Cached
text/html - 3271 bytes - Sun, 11 Dec 2005, 01:09:02 CET