Search the Gambas Mailinglists

Search for:
Extended
set : 17959, name : 33396

Results 31-40 of 2429 ( 0.026 seconds)
31 [Gambas-user] Object.Class(Me).Name and class name cases occassionally don't match   [ 10.243% Popularity: 0.42477 ]
... deal of my/our time. > > The best I can do now is "why should a local var name set a precedent > for case naming things?" > > I have a half cooked example ... store metadata files was not a good idea. The solution is converting the class name to uppercase (or lowercase) before using it as a filename. Regards, -- BenoƮt...
https://lists.gambas-basic.org/pipermail/user/2012-November/041845.html - Cached
text/html - 10210 bytes - Fri, 02 Nov 2012, 13:12:58 CET
 
32 [Gambas-user] 'Single instance' app cannot reuse DBus.Name   [ 10.242% Popularity: 0.42531 ]
... the existing instance. DBus is handy for that. We can check to see if our DBus.Name, "org.gambas.[Application.Name]" by default, is already registered on the ... instance Else Go ahead and start a 'primary' instance and register our DBus.Name on the bus End In Gambas, we would send the message to the existing instance...
https://lists.gambas-basic.org/pipermail/user/2016-February/056686.html - Cached
text/html - 5743 bytes - Sat, 20 Feb 2016, 13:32:29 CET
 
33 [Gambas-user] Solved: Incorrect: Re: 'Single instance' app cannot reuse DBus.Name   [ 10.236% Popularity: 0.42531 ]
... I've just caused alot of noise because the issue was not related to the DBus Name at all. Unfortunately, I haven't the slightest clue how I didn't get an error ... Print "Received: " & myString End ------ And, I said the fix was to do some name swapping before sending the data: ' ' Send command line args to existing...
https://lists.gambas-basic.org/pipermail/user/2016-February/056688.html - Cached
text/html - 5064 bytes - Sat, 20 Feb 2016, 20:29:29 CET
 
34 [Gambas-user] Dbus registers wrong name?   [ 9.691% Popularity: 0.42480 ]
... ore 17:56 Bruce Steers < bsteers4 at gmail.com > ha scritto: > 1. you have not set DBus.Name > initialise like this... > > > > > * Application.MainWindow = Me DBus.Unique = True DBus.Name = > DBUSTEST_DBUS_NAME hDbusObj = New DbusObj* > > Hey, thank you Bruce, it...
https://lists.gambas-basic.org/pipermail/user/2021-December/074942.html - Cached
text/html - 3368 bytes - Wed, 22 Dec 2021, 22:17:01 CET
 
35 [Gambas-user] Dbus registers wrong name?   [ 9.691% Popularity: 0.42480 ]
... Bruce Steers < bsteers4 at gmail.com > > ha scritto: > >> 1. you have not set DBus.Name >> initialise like this... >> >> >> >> >> * Application.MainWindow = Me DBus.Unique = True DBus.Name = >> DBUSTEST_DBUS_NAME hDbusObj = New DbusObj* >> >> > Hey, thank you...
https://lists.gambas-basic.org/pipermail/user/2021-December/074943.html - Cached
text/html - 3780 bytes - Wed, 22 Dec 2021, 22:17:01 CET
 
36 [Gambas-user] Dbus registers wrong name?   [ 9.688% Popularity: 0.42480 ]
... at gmail.com <mailto: bsteers4 at gmail.com >> ha scritto: > > 1. you have not set DBus.Name > initialise like this... > * Application.MainWindow = Me > DBus.Unique = True > DBus.Name = DBUSTEST_DBUS_NAME > hDbusObj = New DbusObj > * > > > Hey, thank you...
https://lists.gambas-basic.org/pipermail/user/2021-December/074944.html - Cached
text/html - 4220 bytes - Wed, 22 Dec 2021, 22:17:01 CET
 
37 [Gambas-user] Dbus unique name seems incorrect   [ 9.686% Popularity: 0.42518 ]
... module the dbus.unique 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... I...
https://lists.gambas-basic.org/pipermail/user/2022-January/075196.html - Cached
text/html - 3490 bytes - Mon, 31 Jan 2022, 00:42:01 CET
 
38 [Gambas-user] Obj Name property not passed to completed app   [ 9.680% Popularity: 0.42515 ]
... ] In my automation effort I see that Gambas has an object property called name. But in when automation the tool captures the object properties and the name is always unnamed. And it does not matter what I set the name to inside of Gambas when creating my app it is not passed all the...
https://lists.gambas-basic.org/pipermail/user/2007-August/016169.html - Cached
text/html - 3603 bytes - Wed, 29 Aug 2007, 23:24:35 CEST
 
39 [Gambas-user] Obj Name property not passed to completed app   [ 9.680% Popularity: 0.42515 ]
... But in when automation the tool captures the object properties > and the name is always unnamed. And it does not matter what I set the > name to inside ... to the resulting object on my application. Does anyone know > how I can set the name property so that it is passed all the way through > Qt and to the...
https://lists.gambas-basic.org/pipermail/user/2007-August/016170.html - Cached
text/html - 3766 bytes - Thu, 30 Aug 2007, 01:06:14 CEST
 
40 [Gambas-user] How do I get the database name from Connection.Databases   [ 9.675% Popularity: 0.42522 ]
... Connection > DIM d AS Database > c.Type = "mysql" > c.Host = "localhost" > c.Name = "" ' No need to set database name > c.Login = "mysql" > c.Password = ... > RETURN > END IF > Listbox1.Clear() > FOR EACH d IN c.Databases > PRINT d.Name > Listbox1.Add(d.Name) > NEXT > c.Close > END > > PRIVATE SUB ListTables() >...
https://lists.gambas-basic.org/pipermail/user/2006-April/012084.html - Cached
text/html - 7018 bytes - Wed, 19 Apr 2006, 01:49:05 CEST