I assume you do not have a code example, right ?
On Sunday, January 22, 2012 17:02:17 Randall Morgan wrote:
> Just a thought,
>
> You could write a callable wrapper around numpy then call that from Gambas.
> Would give you all the power of the python numerical library from within
> Gambas.
>
On Mon, 2012-01-23 at 00:15 +0100, M. Cs. wrote:
> I have a dinamically created query text. I don't know the number of
> parameters passed to the DB.Exec, so I cannot use &1,&2,... form. I
> need to use the DB.Quote()
> My problem is: If I have a string
> mystring="Blackmore's Night",
> the DB.Quot
On Monday 23 January 2012 10:15:07 M. Cs. wrote:
> I have a dinamically created query text. I don't know the number of
> parameters passed to the DB.Exec, so I cannot use &1,&2,... form. I
> need to use the DB.Quote()
> My problem is: If I have a string
> mystring="Blackmore's Night",
> the DB.Quot
Just a thought,
You could write a callable wrapper around numpy then call that from Gambas.
Would give you all the power of the python numerical library from within
Gambas.
On Sun, Jan 22, 2012 at 2:18 AM, Randall Morgan wrote:
> Not with Gambas and it's been a long while. But if you understa
How to create simple applet with text?
Thanks
--
View this message in context:
http://old.nabble.com/How-to-create-simple-applet--tp33185455p33185455.html
Sent from the gambas-user mailing list archive at Nabble.com.
I have a dinamically created query text. I don't know the number of
parameters passed to the DB.Exec, so I cannot use &1,&2,... form. I
need to use the DB.Quote()
My problem is: If I have a string
mystring="Blackmore's Night",
the DB.Quote(mystring) won't quote the ', so the query will crash. In
fa
Comment #6 on issue 181 by jussi.la...@gmail.com: Crash with certain menu
caption.
http://code.google.com/p/gambas/issues/detail?id=181
When I run gambas3 from terminal on my virtual machine (xubuntu 11.10
64bit), I will get this:
$ gambas3
QGtkStyle was unable to detect the current GTK+ the
Need an example of applet (own text in it) for GNOME Panel on Gambas 3
Can someone be kind and show how to do it?
Thanks
--
View this message in context:
http://old.nabble.com/example-of-applet-%28own-text-in-it%29-for-GNOME-Panel-on-Gambas-3-tp33184757p33184757.html
Sent from the gambas-user
Le 22/01/2012 19:42, M. Cs. a écrit :
> Public Sub gv_Data(x As Integer, y As Integer) ' Fills the GridView
> with the querry results
> Dim i As Integer
> Dim szine As String
> If ((x Mod 2) = 0) Then
>szine =&E5E5E5&
> Else
>szine =&FF&
> Endif
>
> Select Case y
> Case 0
> gV.Data.Te
Public Sub gv_Data(x As Integer, y As Integer) ' Fills the GridView
with the querry results
Dim i As Integer
Dim szine As String
If ((x Mod 2) = 0) Then
szine = &E5E5E5&
Else
szine = &FF&
Endif
Select Case y
Case 0
gV.Data.Text = Keress.Name(x)
gV.Data.BackGround = szine
Case 1
gV.Data.
The howto is at http://gambasdoc.org/help/howto/svn?view
2012/1/22 John Rose
> Benoit,
>
> I do not know how to install #4415. Can you refer me to a howto for it?
>
> --
> Try before you buy = See our experts in action!
Benoit,
I do not know how to install #4415. Can you refer me to a howto for it?
--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Vis
Thank you! There, I was not looking.
2012/1/22 Laurent Carlier
> > I think Image.Resize(w, h) not working properly.
> >
> > Instead of resizing image, it cuts out part of image.
> >
> > Say what?
> >
> >
>
> Perhaps http://gambasdoc.org/help/comp/gb.qt/image/stretch
>
> ++
>
>
>
> --
> I think Image.Resize(w, h) not working properly.
>
> Instead of resizing image, it cuts out part of image.
>
> Say what?
>
>
Perhaps http://gambasdoc.org/help/comp/gb.qt/image/stretch
++
--
Try before you buy = Se
Le 20/01/2012 10:01, Andrea Bertini a écrit :
> During the table's editing if you try to delete all the fields from the
> last, program exit.
>
> Andrea Bertini
>
It should be fixed in revision #4415.
Regards,
--
Benoît Minisini
-
Le 22/01/2012 15:58, Алексей Беспалов a écrit :
> I think Image.Resize(w, h) not working properly.
>
> Instead of resizing image, it cuts out part of image.
>
> Say what?
>
Resize() changes the size of the image, but does not stretch its
contents. You need the Stretch() method for that. You will
Image.Resize() resizes it's boundaries not the picture.
See Draw.Picture().
http://gambasdoc.org/help/comp/gb.qt4/draw/picture?v3
Jussi
On Sun, Jan 22, 2012 at 16:58, Алексей Беспалов wrote:
> I think Image.Resize(w, h) not working properly.
>
> Instead of resizing image, it cuts out part of
I think Image.Resize(w, h) not working properly.
Instead of resizing image, it cuts out part of image.
Say what?
--
Alexey.
--
Try before you buy = See our experts in action!
The most comprehensive online learning
Comment #5 on issue 181 by jussi.la...@gmail.com: Crash with certain menu
caption.
http://code.google.com/p/gambas/issues/detail?id=181
Sassandra, but I tried several others and problem persisted.
--
Try before you bu
Comment #4 on issue 181 by benoit.m...@gmail.com: Crash with certain menu
caption.
http://code.google.com/p/gambas/issues/detail?id=181
Which GTK+ widget theme do you use exactly?
--
Try before you buy = See our exper
Is it imposible?
abbat wrote:
>
> Hi!
>
> Is it possible to find a simple example of such a applet like date for
> LXPanel?
>
> Thanks.
>
>
>
--
View this message in context:
http://old.nabble.com/An-example-of-applet-%28own-text-in-it%29-for-LXPanel-on-Gambas-3-tp33173919p33183252.html
Le 20/01/2012 20:16, John Rose a écrit :
> When ButtonSearch is clicked, even though the only previous event coding on
> TextAreaDetails is to clear& refresh it, text appears in it: this is as
> though ComboBoxTitle has been clicked.
>
> To display the Text in the TextBox part of a ComboBox (i.e.
Le 22/01/2012 07:58, John Rose a écrit :
> SelectDirectory function does not display the 'Directory Chooser' popup
> with the initial path set to Home.User when Dialog.Path has previously been
> set to Home.User.
Please give some details. Which GUI component do you use? Which desktop?
Do you use
Le 21/01/2012 17:48, M. Cs. a écrit :
> Is there a way to force a GridView control with 4 columns to adjust
> the column's width to the content's width?
>
> How would it work with a control which expands or stretches itself
> during maximizing the FMain?
>
> Thanks!
>
Normally you have to set the
Not with Gambas and it's been a long while. But if you understand the
algorithms used and the type of curve fitting you desire for your problem
domain then implementing it in Gambas is not a problem.
You may want to google curve fitting algorithms. You need to know if you
want a linear, polynomial
Does anyone have experience with curve fitting and/or peakfinding
using gambas ?(e.g. example code)
Is there a plain C library (Linux) known, suitable to this problem
and gambas ?
Something like "fityk" (which is written in C++) but written in plain C
to use with "EXTERN"
I might wrap the
uppercase???
Quoting John Rose :
> SelectDirectory function does not display the 'Directory Chooser' popup
> with the initial path set to Home.User when Dialog.Path has previously been
> set to Home.User.
> --
> Try befor
27 matches
Mail list logo