Benoit Minisini kirjoitti:
>>
>
> The sqlite2 component is independent of the sqlite3 component. The two shared
> libraries they are based on are different: libsqlite.so & libsqlite3.so.
>
> So this is not a problem if you cannot compile the sqlite2 component. This
> component may even be remov
On Tue, 10 Jun 2008 05:17:58 am Pino Zollo wrote:
> > > > gambas-beginner-guide.pdf
> > > >
> > > > Homer01 if you can't find it I can mail you a copy.
> > > >
> > > > Regards
> > > >
> > > > Richard
>
> Richard,
> can I download that from somewhere ?
Try;
http://www.filewatcher.com/m/gambas-beginn
Is this valid?
---
PUBLIC SUB tbnDevices_Click()
DIM doc AS NEW FDevices
wrkMain.Show
wrkMain.Add(doc)
END
---
FDevices is a Form , like the test form from GridEditor
wrkMain is my Workspace
The problem is, FDevices contains the GridEditor demo code, and it runs
ok if I open it from a
On mercredi 11 juin 2008, richard terry wrote:
> Is there a way to scroll a columnview in code?
>
> Scenario: I have a form which loads a column view with search results. To
> make it easy to see the whole list, it is maximized to the size of the form
> a the time of selection.
>
> However, once th
On Tuesday 10 June 2008 18:46, richard terry wrote:
> Anyone know how to set this sort of thing up?
Are you talking about something like Perl's "pod" system, where you
encapsulate your documentation inside your code?
http://www.perl.com/doc/manual/html/pod/perlpod.html
I think you could adapt t
I'm pretty meticulous about commenting my code, but would like to have some
sort of reference system I can look up akin to the gambas doc's, as it is
easier having it in html than having to load class files etc to look at ones
comments.
Anyone know how to set this sort of thing up?
Regards
Ri
Not gambas specific but here goes.
I want to have the equivalent of an svn on my local machine, and wondered if
that is possible, so that every time I loaded gambas, I load the latest
version, but can roll back if I screw something up.
Is this possible, if so, any help would be appreciated.
Th
Is there a way to scroll a columnview in code?
Scenario: I have a form which loads a column view with search results. To make
it easy to see the whole list, it is maximized to the size of the form a the
time of selection.
However, once the selection is made (e.g it could be from the bottom of t
Benoit Minisini schreef:
> On mardi 10 juin 2008, Ron wrote:
>
>> Question.
>>
>> Is there a way to generate the code for an object you designed in the gui.
>> If not wouldn't it be a nice feature?
>>
>> Let say you created a window and dragged a frame in it, and set the size
>> etc etc, would b
On mardi 10 juin 2008, Ron wrote:
> Question.
>
> Is there a way to generate the code for an object you designed in the gui.
> If not wouldn't it be a nice feature?
>
> Let say you created a window and dragged a frame in it, and set the size
> etc etc, would be nice if you could see/save the lines
On mardi 10 juin 2008, Kari Laine wrote:
> Hi,
>
> Now I have had almost all the modules to compile in the Gambas. sqlite2
> is stilling giving me problems. From their web-site there is only
> available version 3.5.9. I compiled this and still gambas is not happy
> because the sqlite.h has changed
Hi,
Now I have had almost all the modules to compile in the Gambas. sqlite2
is stilling giving me problems. From their web-site there is only
available version 3.5.9. I compiled this and still gambas is not happy
because the sqlite.h has changed to sqlite3.h and lisqlite.so has
changed to libs
Question.
Is there a way to generate the code for an object you designed in the gui.
If not wouldn't it be a nice feature?
Let say you created a window and dragged a frame in it, and set the size
etc etc, would be nice if you could see/save the lines of code you would
need to create the object
I use qt
- Original Message
From: Benoit Minisini <[EMAIL PROTECTED]>
To: mailing list for gambas users
Sent: Tuesday, June 10, 2008 2:54:15 AM
Subject: Re: [Gambas-user] GridView autoresize
On lundi 09 juin 2008, David Villalobos Cambronero wrote:
> Hi all,
>
> When I make a double cli
Hi Adrian!
Use this way.
Extern suma(a as float, b as float) As float In "your_library_name"
? suma(10,15)
> 25
Reguards,
Souza, Wellington
> Message: 1
> Date: Fri, 6 Jun 2008 10:31:37 -0400
> From: Adrian Mart?nez Vargas <[EMAIL PROTECTED]>
> Subject: [Gambas-user] call shared library writt
Stefano Palmeri schrieb:
> Il lunedì 9 giugno 2008 12:16:42 Rolf-Werner Eilert ha scritto:
>> Benoit Minisini schrieb:
>>> On vendredi 06 juin 2008, Rolf-Werner Eilert wrote:
This is a strange thing affecting Gambas 1 (I have not converted this
app to Gambas 2 yet).
For an appli
On mardi 10 juin 2008, wig wrote:
> Is there a way to let the last part of the version nr in (Project
> property, General) increase at every compile?
>
> (I use gambas 2.x)
>
No. But the last part of the version number is automatically incremented each
time you make an executable. Maybe you could
Il lunedì 9 giugno 2008 12:16:42 Rolf-Werner Eilert ha scritto:
> Benoit Minisini schrieb:
> > On vendredi 06 juin 2008, Rolf-Werner Eilert wrote:
> >> This is a strange thing affecting Gambas 1 (I have not converted this
> >> app to Gambas 2 yet).
> >>
> >> For an application, there are several fo
Is there a way to let the last part of the version nr in (Project
property, General) increase at every compile?
(I use gambas 2.x)
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
Il lunedì 9 giugno 2008 14:12:20 Stefan Miefert ha scritto:
> Hello,
>
> my tableview having 2 Columns and 2 rows like this
>
> 1,Mark
> 2,Steve
>
>
> How can I ge the values?
>
> Tableview.current.text is the clicked value but I need the first entry from
> the clicked row.
>
> How can I get this v
On lundi 09 juin 2008, David Villalobos Cambronero wrote:
> Hi all,
>
> When I make a double click on the line that divides the column header on a
> GridView the column resize its width to fit the maximun size, that is
> normal, but only happends when the user double clicks the column.
>
> Is there
On dimanche 08 juin 2008, Mike Brett wrote:
> Development platform = gambas 2.6.0 on Fedora 8
> Target user platform = Debian etch variant (Asus eeePC, based on XandrOS)
>
> Because I could not find a version of 'debhelper' for Fed8, I have taken
> the route of making a gambas test application as
Il lunedì 9 giugno 2008 21:17:58 Pino Zollo ha scritto:
> > > > gambas-beginner-guide.pdf
> > > >
> > > > Homer01 if you can't find it I can mail you a copy.
> > > >
> > > > Regards
> > > >
> > > > Richard
>
> Richard,
> can I download that from somewhere ?
>
> Thanks
> Pino
>
You can download it
23 matches
Mail list logo