I've found a .info(1), .info(2), files etc. in my proyect folder.
I know that the copies of .info file are generated for Copy (a Dropbox like
application) but looking into that files I've realized that I have no idea
about this file is for...
It contains some lines of my own code and lines with a
The event name is the control name or the group name ... In the ide.
You can redirect an event name (handler )with object.attach(...)
You can detach too
Le 3 déc. 2014 03:20, "Martin McGlensey" a écrit :
> Thanks Bruce, I study it tomorrow when my mind is clearer. It's late here
> and I need t
Comment #1 on issue 587 by isaf...@gmail.com: If DateBox1.Value And
DateBox2.Value Then Error
https://code.google.com/p/gambas/issues/detail?id=587
Attached a project file
Attachments:
test.tar.gz 4.5 KB
--
You received this message because this project is configured to send all
i
Status: New
Owner:
Labels: Version-3.6.2 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 587 by isaf...@gmail.com: If DateBox1.Value And DateBox2.Value
Then Error
https://code.google.com/p/gambas/issues/detail?id=587
__
Thanks Bruce, I study it tomorrow when my mind is clearer. It's late here
and I need to get some rest.
Regards,
Marty
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Superc
On Tue, 2 Dec 2014 20:35:01 -0500
"Martin McGlensey" wrote:
> Thanks for the responses. Remember I'm still climbing that steep learning
> curve. The sub to catch the click event is Public Sub mnuAdvanced_Click()
> but that does not catch the event. I do not know how declare or find the
> event na
I am trying to work out whether a .Symbol as returned by Class.Symbols (or more
correctly Classes["someclass"].["somesymbolname"]) is local, inherited or
overridden.
(Don't ask, "Why?".)
In my naive days back in Gambas 2 I had the following routine that seemed to go
a far way there:
Public Sub
Thanks for the responses. Remember I'm still climbing that steep learning
curve. The sub to catch the click event is Public Sub mnuAdvanced_Click()
but that does not catch the event. I do not know how declare or find the
event name. The menu was created in the form menu editor, so how do I define
a
Watch seems to raise read event for empty file, is this correct behavior?
>From the documentation ( http://gambaswiki.org/wiki/lang/open ) I would say
it shouldn't.
See the attachment.
Jussi
On Mon, Dec 1, 2014 at 12:52 AM, Benoît Minisini <
gam...@users.sourceforge.net> wrote:
> Hi,
>
> I'm tr
On Wed, 03 Dec 2014, B Bruen wrote:
> On Tue, 2 Dec 2014 22:44:04 +0100
> Tobias Boege wrote:
>
> > On Tue, 02 Dec 2014, Martin McGlensey wrote:
> > > Hello,
> > >
> > >
> > >
> > > I've used the menu to create menus on my main form. Those that I want to
> > > see
> > > on the tool bar are m
On Tue, 2 Dec 2014 22:44:04 +0100
Tobias Boege wrote:
> On Tue, 02 Dec 2014, Martin McGlensey wrote:
> > Hello,
> >
> >
> >
> > I've used the menu to create menus on my main form. Those that I want to see
> > on the tool bar are marked visible. Those that I want to use as popups are
> > not v
On Tue, 02 Dec 2014, Martin McGlensey wrote:
> Hello,
>
>
>
> I've used the menu to create menus on my main form. Those that I want to see
> on the tool bar are marked visible. Those that I want to use as popups are
> not visible on the tool bar. These two menus are attached to individual text
Hello,
I've used the menu to create menus on my main form. Those that I want to see
on the tool bar are marked visible. Those that I want to use as popups are
not visible on the tool bar. These two menus are attached to individual text
boxes in the graphic form designer. When I right click on t
Le 02/12/2014 11:01, Julio Sanchez a écrit :
> Benoît:
>
> Well...
>
> what if only create an object of the same class of "original" object (no
> controls) and copy the values of the properties?
> ( Return a shallow copy of object. )
>
> Comment:
> In other languages, there _copy() method which c
Le 02/12/2014 20:06, Lewis Balentine a écrit :
> I believe that these may be the characters of interest:
> Private Const AccentInFilter As String =
> "ÀÁÂÃÄÅĀĂĄăāąàáâãäåÇĆĊĈČćĉċčçĎĐďđĒÈÉÊËĔĖĘĚẼẽēĕėęěèéêëĜĞĠĢĝğġģĤĦħĥÌÍÎÏĨĪĬĮİĩīĭįıìíîïĴĵĶķĸĹĺĻĽŁļľĿŀłÑŃŅŇńņňʼnñŊŋÒÓÔÕÖŌŎŐØōŏőòóôõöðøŔŖŘŕŗřŚŜŞŠşŝśšŢŤŦţťŧÙ
I believe that these may be the characters of interest:
Private Const AccentInFilter As String =
"ÀÁÂÃÄÅĀĂĄăāąàáâãäåÇĆĊĈČćĉċčçĎĐďđĒÈÉÊËĔĖĘĚẼẽēĕėęěèéêëĜĞĠĢĝğġģĤĦħĥÌÍÎÏĨĪĬĮİĩīĭįıìíîïĴĵĶķĸĹĺĻĽŁļľĿŀłÑŃŅŇńņňʼnñŊŋÒÓÔÕÖŌŎŐØōŏőòóôõöðøŔŖŘŕŗřŚŜŞŠşŝśšŢŤŦţťŧÙÚÛÜŨŪŬŮŰŲũūŭůűųùúûüŴŵŶŸÝŷýÿŹŻŽżźž"
Private Const Acc
Benoît:
Well...
what if only create an object of the same class of "original" object (no
controls) and copy the values of the properties?
( Return a shallow copy of object. )
Comment:
In other languages, there _copy() method which can be declared as must back
https://docs.python.org/2/library/
Le 02/12/2014 10:28, Julio Sanchez a écrit :
> Benoît:
>
> New function for add: Copy Objects
>
> Code Source:
> http://www.gambasforge.org/code-62-copier-un-controle-ou-un-conteneur-et-ses-enfants.html
>
> Regards,
>
> Julio
>
Alas this is not reliable at all. The state of a control is internal,
Benoît:
New function for add: Copy Objects
Code Source:
http://www.gambasforge.org/code-62-copier-un-controle-ou-un-conteneur-et-ses-enfants.html
Regards,
Julio
2014-12-02 0:43 GMT+01:00 Sebastian Kulesz :
> It's about how should I proceed to add this new component to the PPAs. Not
> sure if
Le 02/12/2014 09:17, Benoît Minisini a écrit :
> Le 02/12/2014 08:01, B Bruen a écrit :
>> It seems that if the underlying sqlite database file for a defined
>> connection has been deleted then when you click on the IDE Connections
>> entry for that database the IDE will silently crash.
>>
>> Creat
Le 02/12/2014 08:01, B Bruen a écrit :
> It seems that if the underlying sqlite database file for a defined connection
> has been deleted then when you click on the IDE Connections entry for that
> database the IDE will silently crash.
>
> Create an sqlite datdbase.
> Create a connection for it i
21 matches
Mail list logo