Hi,
i need to draw a graph with nonlinear data from a measurement device.
Doing draw.line/draw.polyline gives pretty ugly results.
Is there a way to draw to drawarea with smooth lines, bezier or curve_to as in
cairo with Gambas2 ? In general its an YT-Plotter / Recorder
wally
I would like to use several functions of GSL "GNU Scientific Library"
in a Gambas application under Linux.
Is this generally possible and does an example code exists ?
thx wally
--
Increase Visibility of Yo
smarter not redundant way ?
Paint.CurveTo(p1,p2,p3)
Paint.CurveTo(p2,p3,p4)
PAit.CurveTo(p3,p4,p5)
.a.s.o.
Wjere can i find some cairo example code ?
Cheers wally
--
What happens now with your Lotus Notes apps - do
Hello,
may anybody be so kind and post a code snippet how to print an image to
the printer. An url to an examplecode is also highly welcome. Thanks.
wally
--
What happens now with your Lotus Notes apps - do you make
Fabian,
your demo works nice if you swich off "gb.gui" and set "gb.gtk" instead.
Doing same with gb.qt4 creates empty files.
wally
Hello Fabian,
thank you for your quick reply.
I aslo get empty pdf.files with your Demo.
Not only blanc but empty zero-byte size file.
jects, you
must provide an event name, otherwise you cannot catch their events.
See the documentation on NEW in the wiki for the details.
Regards,
--
Benoît Minisini
"
i tried somrthing like this:" Public myPrinter AS NEW Printer"
and similar, but none creates a non-empty f
Thank you also from my side.
"Paint.DrawImage" is very cool :)
wally
On Tuesday 07 December 2010 14:30:46 Fabien Bodard wrote:
> wou finally i've my paint.image :) !!!
>
> thank you :)
>
> Le 7 décembre 2010 02:31, Benoît Minisini
> a écrit :
> >
How to print a very wide image, lets say a spectrogram DinA4 Heigth and
usually 5 or 6 sheets wide in landscaoe format ?
Do i need to manage the page cutting manually in code or is there a more smart
way ?
Target should be few pages of printer output or a multipage PDF.
cheers wally
oad
it to acroread.
On Tuesday 07 December 2010 19:20:49 wally wrote:
>
> How to print a very wide image, lets say a spectrogram DinA4 Heigth and
> usually 5 or 6 sheets wide in landscaoe format ?
> Do i need to manage the page cutting manually in code or is there a more
smart
>
for Ganbas
(e.g. GNU Scientific Library) ? Or are math examples available somewhere ?
cheers wally
On Tuesday 07 December 2010 20:16:21 Benoît Minisini wrote:
> > It works via "Printer1.Count = 8" but printing to PDF is extremely slow
> > on my system. Few minutes for 8 PDF
Hello,
on run a project in gambas3 i always get:
"warning: unable to load Qt translation: en_US.UTF-8"
may this the reason i do not get Error messages ?
If a error in code occurs i get only a few seconds ballon message
in code line of error. How to fix it ?
ch
On Wednesday 08 December 2010 16:05:36 Benoît Minisini wrote:
> > Hi,
> >
> > Wally-8 wrote:
> > > on run a project in gambas3 i always get:
> > > "warning: unable to load Qt translation: en_US.UTF-8"
> >
> > I can confirm the error
On Wednesday 08 December 2010 16:49:09 Benoît Minisini wrote:
> >
> > So the translation-warning is not reponsible for missing error messages ?
> > Why i do not get error messages if something is wrong in code (gb3) ?
> >
> > wally
> >
>
> I don
?
> > If a error in code occurs i get only a few seconds ballon message
> > in code line of error. How to fix it ? "
> >
> > I do not know where to look for error-messages if i coded errors.
> > I only get a short balloon-message in the wrong line of co
do what ? which "same problem" ?
does gb3 display errors only in the balloons, not in console at all ?
> If you use composition, can you disable it and see if the balloon stays
> visible?
"use compositi
ABCDEFGHIJKLMNOPAABCDEFGHIJ
the signs written except the ABC...NOP are some kind of delimiter or
identifiers i guess.
Where can i find a specification which datatype use which
delimiters/identifiers ?
wally
--
Lotusphere
I'm trying to paint a continuous graph to an image, the image should grow
in width as needed. I thought the following code might do the job but it
generates not a clear graph after first Image.Resize. (see attachment)
How looks a better coding to do this job ?
thanks wally
code: GB3
P
Resize. (see attachment)
> >
> > How looks a better coding to do this job ?
> > thanks wally
> >
> > code: GB3
> > Public Sub Button4_Click()
> > Dim t As Integer
> > Dim y As Integer
> >
> > myImage1 = New Image(210, 128, Color.RGB(255,
Resize. (see attachment)
> >
> > How looks a better coding to do this job ?
> > thanks wally
> >
> > code: GB3
> > Public Sub Button4_Click()
> > Dim t As Integer
> > Dim y As Integer
> >
> > myImage1 = New Image(210, 128, Color.RGB(255,
On Wednesday 15 December 2010 16:34:38 Benoît Minisini wrote:
> > Benoit,
> > thank you,
> > but how to paint the background of the new part first ?
> > wally :)
> >
> > this works : ... but isn't there a smarter way ?
> >
> >
On Wednesday 15 December 2010 16:34:38 Benoît Minisini wrote:
> > Benoit,
> > thank you,
> > but how to paint the background of the new part first ?
> > wally :)
> >
> > this works : ... but isn't there a smarter way ?
> >
> >
er reading
DraawingArea.Cache = TRUE
1st Problem is that after the first resize operation the former Drawing is
repeated. So i get several identical graphs in sequence.
2nd Problem is that
Draw.FillRect(DrawingArea1.W - 1, 0, 1, DrawingArea1.H, Color.Cyan)
is ignored , same as the paint instructi
On Thursday 16 December 2010 10:21:16 wally wrote:
> On Wednesday 15 December 2010 18:57:16 Fabien Bodard wrote:
> > Le 15 décembre 2010 16:56, Benoît Minisini
> > a écrit :
> > >>
> > >> thanks :) but ...Image , "Not a drawable Object"
>
r knowledge on this. If i need to read all the qt4 and
GTK stuff i might programm directly in C/C++. I have choosen Gambas for rapid
apps devel.
i try to attach a xcapture,of the DrawingArea behavior, It should explain
whats my problem. If it's not allowed to attach a 1MB
On Thursday 16 December 2010 18:46:46 wally wrote:
>
> On Thursday 16 December 2010 18:03:21 Fabien Bodard wrote:
> > if you want us to help you ... please be more explicit on what you want to
> do !
> >
> > first why do you want to resize the drawing area (for sc
may confirm the different behavior of
DrawingArea.Resize in GB2 and GB3.
wally
--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, a
>
> > thank you very much, i'll study this code tomorrow.
> >
> > Would be nice if you may confirm the different behavior of
> > DrawingArea.Resize in GB2 and GB3.
> >
> >
> > wally
> >
>
> Can you make a little project that show
>
> > thank you very much, i'll study this code tomorrow.
> >
> > Would be nice if you may confirm the different behavior of
> > DrawingArea.Resize in GB2 and GB3.
> >
> >
> > wally
> >
>
> Can you make a little project that show
t; Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
Benoit,
i send 2 projects to compare behavior of DrawingArea.Resize in
GB2 and GB3. Please also have a look on the created picturefile
in GB3 version.
wally
DAResize_gb3-0.0.1.tar.gz
Descript
> Lotusphere 2011
> Register now for Lotusphere 2011 and learn how
> to connect the dots, take your collaborative environment
> to the next level, and enter the era of Social Business.
> http://p.sf.net/sfu/lotusphere-d2d
> ___
> Gambas-user mailing list
On Friday 17 December 2010 23:36:37 Fabien Bodard wrote:
> 2010/12/17 wally :
> > On Friday 17 December 2010 11:14:49 Benoît Minisini wrote:
> >> > Benoit,
> >> >
> >> > i sent already, but maybe attachments has been rejected.
> >> >
> &
On Saturday 18 December 2010 14:44:22 Fabien Bodard wrote:
> ok wally this is the full demo of what you want to do, and what you
> need to do for that. I use like often in gambas
> a data/view model ... the drawingarea is just a viewer for the data
> and the _draw event contain the r
On Sunday 19 December 2010 11:33:39 Fabien Bodard wrote:
> This is the vectorial vertion (use the painter class)
>
> 2010/12/18 wally :
> > On Saturday 18 December 2010 14:44:22 Fabien Bodard wrote:
> >> ok wally this is the full demo of what you want to do, and what you
On Saturday 18 December 2010 14:44:22 Fabien Bodard wrote:
> ok wally this is the full demo of what you want to do, and what you
> need to do for that. I use like often in gambas
> a data/view model ... the drawingarea is just a viewer for the data
> and the _draw event contain the r
On Wednesday 22 December 2010 18:55:55 Fabien Bodard wrote:
> 2010/12/22 wally :
> > On Saturday 18 December 2010 14:44:22 Fabien Bodard wrote:
> >> ok wally this is the full demo of what you want to do, and what you
> >> need to do for that. I use like often in ga
or example contributions ?
I want to send a _draw_event example code.
wally
timeMeasure_g3b_001-0.0.1.tar.gz
Description: application/compressed-tar
--
Learn how Oracle Real Application Clusters (RAC) One Node allows cu
e this ?
I there a pool for example contributions ?
I want to send a _draw_event example code.
wally
timeMeasure_g3b_001-0.0.1.tar.gz
Description: application/compressed-tar
--
Learn how Oracle Real Application Clusters
On Friday 31 December 2010 14:45:53 Benoît Minisini wrote:
> > Since SVN 3410 my error balloon are shown too short to read them.
> > How can i change this ?
>
> Is it better with the last revision?
>
Yes, much better. Thank you
---
Firmata is a generic protocol for communicating with microcontrollers
from software on a host computer.
Are there any efforts known to implement firmata protocol for Gambas ?
Is anybody interested in gambas_firmata at all ?
http://www.firmata.org/wiki/Main_Page
wally
Which OpenSuse packages must be installed to get gb.gtk enabled/ compiled ?
configure messages:
checking for GTK+ toolkit component with pkg-config... no
no
|| GTK+ toolkit is disabled
|| GTKglext toolkit is disabled
|| THESE COMPONENTS ARE DISABLED:
|| - gb.gtk
wally
1.i586
libgtkmathview-0.8.0-7.1.i586
libgtksourceviewmm-2_0-devel-1.9.5-8.1.i586
libgtkimageview0-1.6.4-3.1.i586
libgtkdatabox-0_9_0-1-0.9.0.1-14.2.i586
libgtkextra-x11-2_0-1-2.1.1-8.2.i586
libgtkdatabox-devel-0.9.0.1-14.2.i586
Is there a way to setup the gambas serial control to 9 databits ?
( or another way to communicate with (9 dtat, even par, 2 stops ) ?
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on th
Same problem with 3836 here:
Opensuse 11.3
>
> Message: 6
> Date: Sun, 08 May 2011 15:37:02 +0200
> From: Emanuele Sottocorno
> Subject: [Gambas-user] make error with rev 3836
> To: gambas-user@lists.sourceforge.net
> Message-ID: <1304861822.13822.4.camel@emylap>
> Content-Type: text/plain;
possible i gues) when on
mouse.move over drawingarea.
wally
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its
the help for Grab is weak and typeof(drawingarea.grab) gives 13
> > (function)
> >
> > goal is to select pixel (drawn object as lines is not possible i gues)
> > when on mouse.move over drawingarea.
> >
> > wally
>
> You can't, because the DrawingArea contents i
Hello,
i need to process an integerarray using GSL (Gnu Scientific Library)
but i do not know how to do it. Does anybody have a code example
how to provide the array data to gsl and get back interpolation, derivative
and integral data ?
wally
outputs from a CCD linear array sensor measurment
wally
On Monday, May 16, 2011 17:46:51 Jussi Lahtinen wrote:
> Not very easy task...
> Here is interpolation example in C.
> http://www.gnu.org/software/gsl/manual/html_node/Interpolation-Example-prog
> rams.html
>
> As you ca
Thanks a lot ! :)
wally
On Wednesday, May 18, 2011 17:07:09 Benoît Minisini wrote:
> > Hello Jussi,
> >
> > in C the stuff works pretty nice, so i agree to your suggestion 2.
> >
> > Do all math stuff directly in Gambas is an option i should check.
> >
Yes, few surprises in direction science are highly appreciated :)
I have compile problems with the new "extern"
At revision 3850.OpenSuse 11.3
gambas3_svn/trunk/main/gbx/gbx_c_application.c:401: undefined reference to
`EXTERN_get_symbol'
collect2: ld returned 1 exit st
can i do anything myself or should i wait for svn version > 3850
i really would like to try the gsl feature :)
Opensue 11.3
...
Making all in gbx
make[4]: Entering directory
`/home/op/SDB/Programming/gambas/gambas3_svn/trunk/main/gbx'
/bin/sh ../libtool --tag=CC --mode=link gcc -
DGAMBAS_PATH=
Jussi
>
> On Wed, May 18, 2011 at 20:27, wally wrote:
> > can i do anything myself or should i wait for svn version > 3850
> > i really would like to try the gsl feature :)
> >
> > Opensue 11.3
> > ...
> > Making all in gbx
> > make[4]: Entering d
ason for a lot of wasted time trying to
to get GSL work.
GSLinter example works nice
thanks a lot
wally
On Wednesday, May 18, 2011 21:02:06 Jussi Lahtinen wrote:
> Strange error... EXTERN_get_symbol is defined in gbx_extern.c, no errors in
> sources.
> Earlier revision compiled jus
nt must be a dynamic, a static or a local variable"
wally
On Wednesday, May 18, 2011 18:07:56 Jussi Lahtinen wrote:
> Seems to work (Gambas 3 rev 3850 @ Ubuntu 10.10 64bit), though, I haven't
> check if the results are correct.
> I'm out of time.
>
> Source
Good morning Jussi,
thank you for this solution.
Don't you think, that a "gb.gsl" component would be from general interest ?
Benoit, what is your opinion ?
wally
On Saturday, May 21, 2011 01:08:52 Jussi Lahtinen wrote:
> Corrected (and working) version attached.
>
On Saturday, May 21, 2011 12:35:34 Benoît Minisini wrote:
> > Good morning Jussi,
> >
> > thank you for this solution.
> >
> > Don't you think, that a "gb.gsl" component would be from general interest
> > ? Benoit, what is your opinion ?
>
Jussi,
GSL is grouped in similar functions and i think if one member of a group
works already, the remaining members should work also with similar code.
I will try to make an emsemble of gb3 snippets and see what else is necessary
to cover at least some main features of GSL.
wally
On Saturday
On Saturday, May 21, 2011 18:54:03 John Spikowski wrote:
> On Sat, 2011-05-21 at 18:27 +0200, wally wrote:
> > Jussi,
> >
> > GSL is grouped in similar functions and i think if one member of a group
> > works already, the remaining members should work also with simi
sorry, messed up John and Jussi :)
On Saturday, May 21, 2011 20:48:33 John Spikowski wrote:
> On Sat, 2011-05-21 at 20:04 +0200, wally wrote:
> > never met scriba but installed and tried your bessel:
> > error &H10:The requested module can not be loaded.
> > seems i
here is a gambas3 demo of gsl cspline.
wally
gsl_interp_cspline_demo-0.0.1.tar.gz
Description: application/compressed-tar
--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has
ok , i'll add clear button
the remaining interpolation types are ready.
also derivative of interpolation
now adding derivative2 and integral of interpolation
then i'll try rootfinding
wally
On Sunday, May 22, 2011 14:14:37 Jussi Lahtinen wrote:
> Nice work.
> Code quality is
clear button added
On Sunday, May 22, 2011 14:14:37 Jussi Lahtinen wrote:
> Nice work.
> Code quality is good, this could be official demo for using external
> libraries.
> Only "clear" button is missing.
>
> Jussi
>
> On Sun, May 22, 2011 at 10:09, wally wr
ok, done
On Sunday, May 22, 2011 16:41:39 Benoît Minisini wrote:
> > clear button added
>
> I'd like to use it as an example. Can you just do the following changes:
>
> - Add an about box with your name.
>
> - Use "libgsl:0" as library name, otherwise the example will need the
> libgsl develo
should i post the remaining gsl-interpolation group examples here ?
(linear, polynomial, akima,derivation, integral )
actuakky i have problem to pass the splines to rootfinder
wally
On Sunday, May 22, 2011 23:57:49 Benoît Minisini wrote:
> > Hmmm official example doesn'
do some left-mouse-clicks on the drawingarea and push button cspline
On Monday, May 23, 2011 11:23:08 richard terry wrote:
> On Monday 23 May 2011 18:49:18 wally wrote:
>
> What's this example meant to do/show.
>
> I've installed and tried to run it and nothing hap
Jussi,
i try to analyze some spectrographic data.
Mainly peakfinding, start of peak end of peak,
integral between start and end of sigle peak in
numerical data containing unknown number of peaks
and of course noise.
wally
On Monday, May 23, 2011 17:48:24 Jussi Lahtinen wrote:
> > actu
and have some fun with maths :)
On Monday, May 23, 2011 17:48:24 Jussi Lahtinen wrote:
> > actuakky i have problem to pass the splines to rootfinder
>
> What you are exactly trying to achieve?
> Rootfinder tries to find root of function, it doesn't eat data as such...
> For data just seek for ze
ou may just have
> to do parametrization
> for peaks/noise/etc.
>
> Jussi
>
> On Mon, May 23, 2011 at 18:55, wally wrote:
> > Jussi,
> >
> > i try to analyze some spectrographic data.
> > Mainly peakfinding, start of peak end of peak,
> > integral between sta
d a the angle a .
r = sqrt( x^2 + y^2)
r(p2) = r(p1) + vt ,
new radius point 2 = 1st radius + distance to move (velocity * time)
a does not change
in cartesian coordinates:
x2 = x1 + cos(a) * v * t
y2 = y1 + sin(a) * v * t
if you need more complex paths, using ma
work.
Thank you wally
fityk_001-0.0.1.tar.gz
Description: application/compressed-tar
--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery
which Gambas3 code may substitute this VB line ?:
combobox1.ListIndex + 2
Is a porting experience collection somewhere available ?
thx wally
--
Simplify data backup and recovery for your virtual environment
Hi,
Gambas 3, ScrollArea (painted=true)
when i set "Painted" property to True i get the following Message:
see attachment and IDE crashes.
Is there some ScrollArea example code available or some infos
how to use this widget
Fabian,
i thoughr ScrollArea is the same as DrawingArea + Scollbars.
So it should be possible to use the draw_event.
I paint my curve data in this event routine but the Painted property must be
set true.
What is my mistake ?
wally
On Friday, July 08, 2011 10:00:59 Fabien Bodard wrote
any line code is written yet.
Just started to put scrollarea on form and set properties
On Friday, July 08, 2011 11:55:37 Fabien Bodard wrote:
> show me your code for _draw
>
> 2011/7/8 wally :
> > Fabian,
> >
> > i thoughr ScrollArea is the same as Drawing
.
Any kind of example clearing the behavior of ScrollArea is highly apreciated.
Thanks wally
--
AppSumo Presents a FREE Video for the SourceForge Community by Eric
Ries, the creator of the Lean Startup Methodology on
Fabian,
please jsut tell m: Is there a difference or not when using paint_event.
wally
On Saturday, July 16, 2011 09:53:45 Fabien Bodard wrote:
> 2011/7/15 wally :
> > Is there any difference between DrawArea and ScrollArea when using
> > painted=true and the draw_event ?
&g
hese properties now.
wally
On Saturday, July 16, 2011 12:23:26 Fabien Bodard wrote:
> 2011/7/16 wally :
> > Fabian,
> >
> > please jsut tell m: Is there a difference or not when using paint_event.
>
> no difference
>
> just the paint.widht/height t
Paint.height/width is read-only and returns the size H/W of the ScrollArea
control.
How to make the scrollbars appear ?
On Saturday, July 16, 2011 12:32:28 wally wrote:
> Merci Fabiean,
>
> "paint.widht/height" thats a hint i can work with!
>
> I'm too stupid
How can i wrap long lines in code to several shorter so all is in view in
editor window ?
I think in VB there was the possibility to use "_" at the end of line.
--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco,
e is growing during run and the containing data is
as wanted. If i break the execution all is OK.
When i use hFile.Close the file remain but is empty.
What i need to do ?
thank you
wally
--
uberSVN's rich system
How can i reply to single topic in a mailinglist digest ?
thx wally
--
uberSVN's rich system and user administration capabilities and model
configuration take the hassle out of deploying and managing Subversio
How to get mantissa and exponent of normed float ?
for example:
float number= 27.52
normed: = 0.2752 * 10^2
function I'm looking for should return 0.2752 and 2
wally
--
Get a FREE DOW
Can i use QwtPlot widget with Gambas 3 ?
If yes, how to get the widget on a form ?
--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And y
same problem here:
libcurl-devel 7.20.1-3.4
OpenSuse 11.3
On Monday, September 05, 2011 12:32:57 Laurent Carlier wrote:
> Le Lundi 5 Septembre 2011 12:14:16, Emanuele Sottocorno a écrit :
> > CNet.c:136: error: ‘CURLE_FTP_PRET_FAILED’ undeclared here (not in a
> > function)
> > CNet.c:139: erro
no, same error
On Monday, September 05, 2011 13:32:28 Laurent Carlier wrote:
> Le Lundi 5 Septembre 2011 13:11:13, wally a écrit :
> > same problem here:
> > libcurl-devel 7.20.1-3.4
> > OpenSuse 11.3
>
>
.
wally
On Wednesday, October 19, 2011 17:16:54 Fabien Bodard wrote:
> do you want a chart componant ?
>
> or just a ruber ?
>
> or the circle ?
>
>
> All is possible
>
> 2011/10/19 wally :
> > How can i make a x, y axis similar to the attached examples
>
Merci beaucoup Fabian :)
On Wednesday, October 19, 2011 21:52:36 Fabien Bodard wrote:
> this is a demo on how to draw it
>
> 2011/10/19 wally :
> > Hello,
> >
> > i need only the linear axis (x,y cartesian scale).
> > I tried to draw it in drawing ar
Hi,
more important as the following question itself, is where may i find the
answer myself without this mailinglist ?
I always have problems to find sufficient documentation on gambas :(
Where to search for it ?
How to search the mailinglist archive ?
How can i do the following C code in a Publi
On Sunday, October 23, 2011 08:16:07 Bruce Bruen wrote:
> On Sun, 2011-10-23 at 05:27 +0200, wally wrote:
> > Hi,
> >
> > more important as the following question itself, is where may i find the
> > answer myself without this mailinglist ?
> > I always
nt) to look like round(my_float, 2) if you wanted to round
> my_float to 2 decimal places but in fact you need round(my_float, -2).
>
> Kind regards,
> Caveat
>
> On Sun, 2011-10-23 at 09:20 +0200, wally wrote:
> > On Sunday, October 23, 2011 08:16:07 Bruce Bruen wrote:
> &
Can i use an integer array in struct with Gambas 3 ?
How to handle it ? (declaration, initilisation etc.)
Public Struct axis
i As Integer
f As Float
ia As Integer[]
End Struct
axis.ia.add(123) --> null object
axis.ia[0] - ?
thx wa
Thank You, Bruce ! :)
On Tuesday, October 25, 2011 11:44:49 Bruce Bruen wrote:
> On the other hand, the following piece of garbage is also correct.
> Better minds than I will have to tell you what's in the array.
> ' Gambas module file
>
> Public Struct axis
> i As Integer
> f As Float
>
Bruce,
may you explain theis please:
> Print testit.ia.Bounds
output:
(Integer[] 0x8161644)
wally
On Tuesday, October 25, 2011 10:53:18 Bruce Bruen wrote:
> On Tue, 2011-10-25 at 08:25 +0200, wally wrote:
> > Public Struct axis
> >
> > i As Integer
> > f
still question on this integer[][]
(fear i get senil slowly :)
how to resize a 2D array ?
how to set values in appropriate places ?
what does the array.Bounds do ?
example project attached
wally
On Tuesday, October 25, 2011 11:44:49 Bruce Bruen wrote:
> On the other hand, the follow
welcome in the club :)
On Wednesday, October 26, 2011 09:59:51 Bruce Bruen wrote:
> On Tue, 2011-10-25 at 15:49 +0200, wally wrote:
> > Bruce,
> >
> > may you explain theis please:
> > > Print testit.ia.Bounds
> >
> > output:
> > (Integer[] 0x
svn update
Conflict discovered in 'comp/src/gb.eval.highlight/.startup'.
Select: (p) postpone, (df) diff-full, (e) edit,
(mc) mine-conflict, (tc) theirs-conflict,
(s) show all options:
what to do ?
--
All
How can i create a Timer in module and use the Timer_Timer event in this
module without putting a controlwidget on the main Form.
Can i do the same with SerialPort and SerialPort_Read event ?
thx wally
--
All the data
How to display tickmarks on a gb.qt4.ext dial control ?
thx
--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual
Hello
Gambas3 on OpenSuse 12.1
gambas svn evision 4393
libqt4 version 4.7.4
Slider1.Mark = TRUE --> displays tickmarks
Dial1.Mark = TRUE --> nothing visible happens
(see example attached project)
How to display tickmarks on a gb.qt4.ext dial control ?
thanks wally
pg_002-0.0.1.
OK, found the reason.
Tickmarks are not shown in "Oxygen" but e.g. in "Plastique" -style
No Gambas problem, sorry :)
On Saturday, January 07, 2012 08:34:48 Wally wrote:
> Hello
>
> Gambas3 on OpenSuse 12.1
> gambas svn evision 4393
> libqt4 ver
"
I might wrap the fityk C++ or try Gnu Scientific Library, but i'm still
searching for alternatives.
wally
--
Try before you buy = See our experts in action!
The most comprehensive online learning library fo
1 - 100 of 245 matches
Mail list logo