>
>> BitRotate( a AS Expression, count as Byte) AS Expression
>>
> -> Rol(a, count)
> -> Ror(a, count)
>
>
>> where Expression boils down to one of the following:
>> Byte
>> Short
>> Integer
>> Long
>&
On 14/09/10 00:47, Lord Quo wrote:
> Hi all,
>
> is there a location where I can view all the Gambas reserved words?
>
> Thanks
>
At http://gambasdoc.org/help/lang
the Index by Name is propably what you wan
On 14/09/10 02:46, tobias wrote:
> hi,
>
>
>> Hi again,
>>
>> Local variables are declared with Dim, but, they need to be declared at
>> top of the Sub procedure?
>>
>> Thanks
>>
That is correct.
--
S
#x27;t actually delete a file but just removes
it from the project.
Maybe this menu item should be renamed to something less frightening
i.e. "Remove from Project"
Regards
Werner Dahn
--
Start uncovering the m
On 19/09/10 15:57, Jean-pierre Lainé wrote:
> Pour Benoit Minisini, ou le modérateur du groupe.
> Bonjour à tous, je suis en train de me lancer en Gambas (2).
> L'OS est UBUNTU.
> Mais je me suis bêtement inscrit sur une liste "anglo saxonne" et "my
> englisch is very très bad!".
> Pour autant et e
ll it should be ok to have them side by
side. You can invoke them in a terminal with either gambas2 or gambas3.
Regards
Werner
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify a
't mention is how the measurements are supposed to become
available to your application. Manual entry?
If this is an application for clinical medicine (non research) and you
expect a lot of data over time which needs to be archived properly it
might be worthwhile to take a closer look at the DI
nt and == means "are these 2 things the same
> object?". If you want to compare strings, you have to use the ugly and
> ungainly "some string".equals("some other string") method, which breaks
> horribly if your string is null...
On 20/11/10 04:40, Zelimir Ikovic wrote:
> I am following discussion on Gambas more than 3 months.
>
> Last 10 years I worked in VB6 (70%) and C(30%) on Windows.
>
> I am about to switch to Linux, and I have to decide:
> Gambas3, FreePascal (fpGUI or Lazarus) or C, C++ and FLTK
> I am just wonderin
h time with gambas 2.22.0.
>
> ?DateAdd(cdate("1/13/2010"),gb.month,-36)
> 13/01/07
> ?DateAdd(cdate("2/28/2010"),gb.month,-37)
> 28/01/07
> ?DateAdd(cdate("3/13/2010"),gb.month,-38)
> 13/01/07
>
>
Gambas 2.19/64 Suse11.3 locale Hong Kong:
On 05/12/10 01:08, Werner wrote:
> On 05/12/10 00:37, Benoît Minisini wrote:
>
>>> 2010/2/13 Benoît Minisini :
>>>
>>>
>>>>> I've run into a strange problem with the DateAdd function, when trying
>>>>> to subtr
new year :)
Regarding image file viewer Matti has written a really nice one called
Lightbox.
If you ask him nicely...
He is on this list.
Regards
Werner
--
Learn how Oracle Real Application Clusters (RAC) One Node allow
On 29/12/10 22:41, admhards...@yahoo.ca wrote:
> Hi friends.
> Can I install gambas2 y 3 for linux mint?
>
> Thanks
> Tomas
>
You can propably proceed the same way as with Ubuntu.
Regards
Werner
-
he conversion:
http://gambasdoc.org/help/lang/shell2?v3
If you want to use EXEC you can split a command into its atoms with Split:
http://gambasdoc.org/help/lang/split?v3
using space as separator. It can then be reassembled with brackets and
commas before being used.
Regards,
Werner
-
cristian abarzua wrote:
> Hello.
>
> I sent you a sticker for their programs.
> I hope I do not bother Benoit
>
> Greetings
>
nice :-)
--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative E
nstead of Integer.
Alternatively, you could define a class that holds a data point plus a
flag whether the data is valid.
Werner
--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environ
Werner wrote:
> Bruce wrote:
>
>> This has sort of been asked before. However, the answers I have found
>> haven't
>> helped.
>>
>> My database has a LOT of integer fields, arranged into sets of fieldwork
>> results. The majority of them con
arbelmichal wrote:
>
>
>
> Subject:
> My gambas stoped working...
> From:
> arbelmichal
> Date:
> Sun, 19 Apr 2009 23:20:35 +0300
> To:
> gambas-user@lists.sourceforge.net
>
> To:
> gambas-user@lists.sourceforge.net
>
> Conte
arbelmichal wrote:
> ubuntu 8.10 gambas2
> Arbel
> On Thu, 2009-04-23 at 11:06 +0800, Werner wrote:
>
>> arbelmichal wrote:
>>
>>>
>>>
>>> Subject:
>>> My
juelin wrote:
> hello,
> it is possible to define a record into gambas?
> thats mean a variable with different datatypes
> for example:
> type recorda as record
>a as intger
>b as string
>c[99] as float
> endtype
> dim variablename as recorda
>
> kind regards
> Jürgen
>
>
Yes of cou
arbelmichal wrote:
> Hi I don't wont to get more mails, It blocks my mail... so how can I
> stop getting them?
> Arbel
The same way you subscribed. Visit here:
https://lists.sourceforge.net/lists/listinfo/gambas-user
The unsubscribe part is at the bottom.
, you can be co-author for this section
> of the book.
>
> http://gambas.sourceforge.net/Getting%20Started%20with%20GAMBAS.odt
>
Looks promising. Good job!
Werner
--
Register Now & Save for Velocity, t
>
> echo $PATH
>
> to know the directories where executables are searched for. Just
> copy test.gambas in one of them (/usr/local/bin or /usr/bin).
>
> In Gambas you could know the PATH variable with:
>
> PRINT Application.Env["PATH"]
>
> Saluti,
>
>
M0E Lnx wrote:
> Hi all,
>
> Some of you may have seen my project... a GUI installer for VectorLinux.
> I've gotten the functionality parts to work, and it's all good. I do
> have one annoyance that I can't shake and this is where I need help.
>
> While packages are being installed, I have a scroll
Andreas Müller wrote:
> Hello,
>
> I have an application wich generates plotting points (x,y) which are
> drawn by a draw.line(x1,y,1,x2,y2) command into some drawing area 'DA'.
>
> Draw.Begin(DA)
> Draw.ForeColor = Color.Black
> Draw.LineStyle = Line.Solid
> Draw.Li
/gambasdoc.org/help/comp/gb.image/image
To rotate it: http://gambasdoc.org/help/comp/gb.qt/image/rotate
Regards
Werner
--
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. T
David Villalobos Cambronero wrote:
> Forgot to add more details.
>
> And yes, the example works fine but I don't get it to work in my app.
>
> Here is the senario:
>
> I got a table with a picture (just a record) and I want to save it to the
> disk, (PictureDatabase does it by the PictureBox not d
es-->Options "Form controls are public" to Yes
Regards
Werner
--
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new app
2.14 on openSUSE 11.1/64 with KDE 3.5
What I see is when I single step
through the Button_Click routine
tabstrip1[0].visible = false 'Index becomes -1
tabstrip1[1].visible = true 'Index becomes 1
tabstrip1[2].visible = false
but what is shown is still tab strip 0.
Regards
Werne
Werner wrote:
> kobolds wrote:
>
>> sorry here the code
>>
>> http://www.nabble.com/file/p24460070/test.zip test.zip
>>
>> Benoît Minisini wrote:
>>
>>
>>>> the whole project I doing now still in very messy status . but I conf
richard terry wrote:
> Hi all,
>
> i wondered if anyone could tell me how to comparea picture1 to picture 2 and
> tell if they were different (ie one had been changed in some way?
>
> thanks in anticipation.
>
> Richard
>
> --
richard terry wrote:
> On Mon, 10 Aug 2009 10:15:20 pm Werner wrote:
>
>> richard terry wrote:
>>
>>> Hi all,
>>>
>>> i wondered if anyone could tell me how to comparea picture1 to picture 2
>>> and tell if they were different (
elect all treeview items that begin with "A" and deselect all others
if not Larch.MoveFirst then
repeat
if Left$(Larch.Item.Text) = "A" then
Larch.Item.Selected = TRUE
else
e only a few thousands so it works
well. Typically, I put the retrieved data in a columnview or
similar widget and let the user can then sort it to some other criteria.
My view is that the software closest to the data kno
Jean-Yves F. Barbier wrote:
> Werner a écrit :
>
>> Charlie Reinl wrote:
>>
>>> Salut,
>>>
>>> till now I use the Request part in $hConn.Find to set my sorting
>>> "Order by"
>>> Is there a better/easier way, whic
elcome to openSUSE 11.1 - Kernel \r (\l).
|
The | is added by me as a delimiter. There are 2 empty lines.
Regards
Werner
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simp
Rolf Schmidt wrote:
> Hallo Dimitris
>
> deine Mail ist sehr interessant, doch leider kann ich sie nicht lesen -
> komischer englischer Dialekt.
>
> Gruß
> Rolf
>
> PS: If you like to answer in a different language then english, the language
> of this list, do it as PM.
>
>
>> An katalava kala
> Wonderful, support and program are wonderful
>
> suggestion : 0 should mean ALL
>
> Thanks
>
>
> --
maybe -1 should mean all.
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simpli
abdurrahman ulusoy wrote:
> ok. maybe a circle or other form but rectangle.
>
> --- 23/09/09 Çar tarihinde abdurrahman ulusoy şöyle
> yazıyor:
>
> Kimden: abdurrahman ulusoy
> Konu: [Gambas-user] İlt: Button form
> Kime: gambas-user@lists.sourceforge.net
> Tarihi: 23 Eylül 2009 Çarşamba, 15:00
>
to ensure it got to the list.
>
> Sorry.
>
> richard
>
http://sourceforge.net/mailarchive/forum.php?forum_name=gambas-user
Regards
Werner
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is
uot; how can I calculate the result?
>
> Thanks, Robi
>
with Eval
Regards
Werner
PS: It is better to start a new thread for a new question.
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
on
>>
>
> Ok thanks, but there not much. Anyway, I think I found what I need with
> OpenScada.
>
>
Depends on what you use it for, it's not free for commercial purposes.
You have propabl
rently a DrawingArea can do that (with Tracking property
set) but a PictureBox can't.
Regards
Werner
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to att
o work if it is instantiated in code. It works fine
> if the Socket is added to a form, but this is no good for what I need to
> achieve.
>
> Am I doing something wrong or could this be a bug in Socket?
>
> Any help is appreciated.
>
Dear Spam Spam
nospam.nospam.nos...@gmail.com wrote:
> On Sun, 2009-10-04 at 19:35 +0800, Werner wrote:
>
>> nospam.nospam.nos...@gmail.com wrote:
>>
>>> I tried to create an application using a Socket instantiated in code:
>>>
>>> [CODE]
>>>
of bounds" error at line : $alblTime[i] = NEW Label(ME)
> Did I make something wrong?
>
It is data dependent. What happens when
i = rsThesi!thesi
$alblTime[i] = NEW Label(ME)
where rsThesi!thesi is -5000?
Regards,
Werner
---
Label" & CInt(rsThesi!thesi))
>
Hmm, maybe this would work:
FOR EACH rsThesi
change_bgcolor("Label" & CInt(rsThesi!thesi))
NEXT
We'll make a program out of this yet! :-D
Werner
k. I think 300..400ms is a good number. Maybe the
desktop of choice has a preference scheme where the user can set the delay.
MyTimer.Enabled is initially false.
Regards
Werner
--
Come build with us! The BlackBerry(R) Dev
ut
>
>
Does
DrawingArea.Visible = FALSE or
DrawingArea.Hide
not work?
Regards
Werner
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend t
Benoît Minisini wrote:
>>> The boss is an amazing chap: he writes and maintains Gambas, holds down a
>>> job and is, I believe, a Thespian of repute. To avoid any unrecoverable
>>> read
>>>
>> Yes the big boss is a big wonder.
>>
>
> Hey, this is my birthday or what? :-)
>
> What does "
ards
>
> richard
>
I made a little example where one can edit the contents of a cell. The
changes are stored with Tab of Return keys or clicking a different cell.
All of these create a _Save event which can be used for data validation.
It works fine here (Suse11.1/64, KDE 3.5)
rceforge.net/lists/listinfo/gambas-user
>
>
As I have never used a Tableview this is just an idea:
Would it satisfy your requirements if you treat it like a spreadsheet
cell so if a user clicks on a tableview cell its
Jean-Yves F. Barbier wrote:
> Hi,
>
> can I get the whole screen width & height without using any maximized
> form to do that?
>
>
Desktop.Width
Desktop.Height
--
Let Crystal Reports handle the reporting - Free Crysta
rformance I take
the former any time.
Having said that, I do have difficulties getting a ticker message to run
across the bottom of a 42 inch plasma screen without noticeable jitter
while the rest of the screen is doing Image.Fade (on a dual core CPU).
Maybe the answer to my woes is to take a l
to a "blank" (unchecked). Not very pretty but it
> works.
>
> -Alex
>
Is the user doing the selection or is programmed?
Regards,
Werner
--
Let Crystal Reports handle the reporting - Free Crysta
al ways to build a subset of what is being displayed.
To illustrate, I made a little jukebox demo some time ago. Maybe it's a
useful alternative. One advantage is that the user has control of the
ordering of the subset.
Regards,
Werner
cvwDemo.tar.gz
Description: GNU Zip compressed data
---
Werner wrote:
> Alex Bartonek wrote:
>
>> (ok, I cant post to Gambas on Nabble but direct to the list I can. So here's
>> my question).
>>
>>
>> I'm using gambas 2.16 on my linux box. I'm importing a text file into a
>> columnview and
On 19/11/09 20:09, Benoît Minisini wrote:
> Hi,
>
> There are two licensing problems in Gambas that must be solved.
>
> 1) The first one should not be difficult: we must find a license for the
> gambas wiki documentation that makes it free. I need suggestions...
>
The most obvious choice would
On 20/11/09 00:54, Benoît Minisini wrote:
>> On Thursday 19 November 2009 07:09 am, Benoît Minisini wrote:
>>
>>> There are two licensing problems in Gambas that must be solved.
>>> 1) The first one should not be difficult: we must find a license for the
>>> gambas wiki documentation that make
bin:/usr/lib/mit/bin:/usr/lib/mit/sbin
uname -a
Linux bandit 2.6.31.5-0.1-desktop #1 SMP PREEMPT 2009-10-26 15:49:03
+0100 x86_64 x86_64 x86_64 GNU/Linux
glibc 2.10.1-10.4
libtool 2.2.6-47.7
qt 4.5.3
Any help is much appreciated.
Regards
Werner
This file contains any messages produced by com
On 20/11/09 17:28, Werner wrote:
> Suse 11.2 came out last week. I seem to remember that it worked fine
> with 11.1 using qt3.
>
> My problem is that I can't configure support for Qt (I don't care about
> the other parts).
>
> I am trying this now with trunk rev 242
On 21/11/09 18:43, Benoît Minisini wrote:
>> On 20/11/09 17:28, Werner wrote:
>>
>>> Suse 11.2 came out last week. I seem to remember that it worked fine
>>> with 11.1 using qt3.
>>>
>>> My problem is that I can't configure support for Qt (
. There is a
resize event.
If you select that you will be thrown into the code editor with a
skeleton resize event routine waiting for you.
The form also has a "Scaled" property which might help to keep order in
the jungle. I've never used it.
Regards
Werner Dahn
-
On 28/11/09 05:44, Benoît Minisini wrote:
>> On 21/11/09 18:43, Benoît Minisini wrote:
>>
>>>> On 20/11/09 17:28, Werner wrote:
>>>>
>>>>> Suse 11.2 came out last week. I seem to remember that it worked fine
>>>>> wit
r if I use Stop Event or not.
Regards
Werner
--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
Gambas-use
On 11/12/09 19:01, Fabien Bodard wrote:
> ok Error from mine :) ... but for one part the min size is fixed at
> the desing but only for windows with ToolBox option at true
>
> And in gambas3 with windows.type at Utility
>
Yes that works for me.
find any constructive comments made by
him anywhere.
He is now in my killfile.
Regards,
Werner
--
Return on Information:
Google Enterprise Search pays you back
Get the fa
u don't know what the task is.
If you think you can write a decent accounting program in 3 man years
you may have something fairly basic to show but only if you got your
priorities right.
Accounting programs are very much underestimated.
You might just want to hook into what's there and be e
nting programs are very much underestimated.
>>
> I agree.
>
> Best Regards
> Kari
>
> It's here:
>
ftp://www.linuxcanada.com/pub/Quasar/1.4.7/
I hope to have conveyed: They are very decent people and it is brilliant
software.
Regards
Werner
-
Integer = 90
> Public HeadUD As Integer = 90
> Public IRLeft As Integer = 0
>
> If I try and use IOvariables1 in a separate module, I receive an unknown
> identifier error?
>
> What am I doing wrong?
>
> Many thanks
>
>
>
>
does
Print IOvariables1.Hea
On 30/12/09 01:01, cwyong1 wrote:
> Hi
> i am thinking of writing an financial system but am confused, should i go
> for Graphical Application of QT or GTK+ Graphical Application
>
> Thank
>
Surely you will find people advocating both sides.
My personal preference is Qt as it is more feature com
iting docs!) :-p see
> http://gambasdoc.org/help/comp/gb.opengl.glsl/gl?v3
>
> Have fun !
>
That's very good news for me. I'm in the process of learning openGL with
the help of the openGL SuperBible.
Thank you very much and a Happy New Year
Werner
---
t;
or
If isNull(txtUserName.Text)
should both work.
Best Regards and Happy New Year (it is now in Hong Kong)
Werner
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Veri
On 01/01/10 02:32, cwyong1 wrote:
> hi.
> Happy new year to you too...
>
>
> Steven revimmo wrote:
>
>> Le vendredi 01 janvier 2010 à 00:47 +0800, Werner a écrit :
>>
>>
>>> Best Regards and Happy New Year (it is now in Hong Kong)
>>>
hPic.H)
>>> hForm.Picture = hPic
>>> hForm.Border = Border.None
>>>
>>>
>>>
>>>
>>> 2010/1/10 k p :
>>>
>>>> I got a button on a form and when I click the button I need the program
>>>> to
>>>
from you on 31.12.2009 with 2 topics in my Inbox:
Installation instructions for openSUSE and
how to get the version number
After that, there's nothing until last Saturday (4 posts).
Regards
Werner
--
This SF.Net ema
. Could this be a small
> error in the serial code (gb.Net) that someone has encountered or rather
> a known issue elsewhere which I have not yet found in my searches?
>
> Thanks,
>
> Anthony
>
We've discussed that about one month ag
On 13/01/10 18:16, Stefan Miefert wrote:
> Hello,
>
> how can i select a row in a TableView? Via code?
>
> Mytableview.row = 1 doesent working:)
>
A TableView is an editable GridView.
http://www.mail-archive.com/gambas-user@lists.sourceforge.net/msg05860.html
--
On 13/01/10 19:45, Stefan Miefert wrote:
> Hello,
>
> this syntax crashed gambas
>
> -Ursprüngliche Nachricht-
> Von: Werner [mailto:wd...@netfront.net]
> Gesendet: Mittwoch, 13. Januar 2010 12:35
> An: mailing list for gambas users
> Betreff: Re: [Gam
t; FOR EACH Element IN Lista
>
> PRINT Lista.Key;; " ";; Lista[Lista.key][1];; " ";;
> Lista[Lista.key][0]
> PRINT Lista.Key;;
'CASE "s:n"
>>> ' CBComm2.Add(Lista.Key)
>>> ' END SELECT
>>> NEXT
>>> -
>>>
>>>
>>>
>>
Resize(thePicture.Width, thePicture.Height)
End
Public Sub DrawingArea1_Draw()
Draw.Picture(thePicture, 0, 0)
End
Public Sub DrawingArea1_MouseMove()
DrawingArea1.X += Mouse.X - Mouse.StartX
DrawingArea1.Y += Mouse.Y - Mouse.
reenY - $MY)
> END
>
ME relates to the form, not the Drawing Area.
Regards,
Werner
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creatin
Regards
Werner
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information s
bas-database-manager.gambas
>> FMain.Form_Open.787: #13: Null object
>>
>>
> The gambas database manager is deprecated in Gambas 3 and will be removed. SO
> that's not important!
>
> Regards,
>
>
I use openSUSE 11.2/64.
Regards
Werner
On 30/01/10 23:03, Alessandro Rinaldi wrote:
> The subject explains everything... I really can't find a way to do that!
> Thank you
>
from http://gambasdoc.org/help/lang/left
PRINT Left$("Gambas", -1)
returns
Gamba
--
r message 'wanted picture, got void instead'.
>
> Any one got any ideas?
>
> Thanks in anticipation.
>
> Richard
>
It works fine here.
Gambas 2.19 on openSUSE 11.2/64 with Qt.
My HBox does not have any real content, I just changed the background. I
can s
an error saying the listbox.text is read only.
>
> What am I missing?
>
You could use Setting for storing default and/or user set values.
http://gambasdoc.org/help/comp/gb.settings/settings
Regards
Werner
---
t;
> what is the 658 at the end if Messagebox output?
>
>
The .658 is the milliseconds.
Presumably Print and Message use a Format$ slightly differently.
See http://gambasdoc.org/help/lang/format
Regards
Werner
arate hi-level logic from lo-level timing,
>>>
>> perhaps through a
>>
>>> library written in C.
>>>
>>>
>>>
>> Yes, I agree. I did a lot of work with parallel ports in
>> the past, b
not attempt a serious application for that job in
>> Gambas.
>>
>> Since I retired, I have been building my own hobby CNC
>> machines, but I
>> just use EMC2. It is GPL, and very efficient, so I figured
>> I had no need
>> to write my own app.
>>
>&g
On 05/05/10 02:03, Benoît Minisini wrote:
>>> I feel something weird in using an integer variable as if it was a
>>> string, and the above snippet does that.
>>>
>> As I said earlier, it is sometimes useful. Datatype is integer because
>> all other usage of that variable is mundane math.
>
s meant to facilitate porting VB
applications from Windows to Linux.
Best Regards
Werner
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourcefor
On 13/05/10 21:59, admhards...@yahoo.ca wrote:
> Ok but, how can I install gambaas for windows , what should I do?
>
> Thanks
> Tomas
> Sent on the TELUS Mobility network with BlackBerry
>
> -Original Message-
> From: Werner
> Date: Thu, 13 May 2010 21:
On 14/05/10 00:41, admhards...@yahoo.ca wrote:
> Ok you are right but I wanna developer an app for a customer in windows,
> because he doesn't know any debian, ubuntu, just windows
> Do you undestood me?
> Tomas
>
If we are talking about a typical scenario in an office where the user
is using
specifically I need GL_UNPACK_ALIGNMENT but it seems all the others are
missing, too.
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit.
gl.CLAMP_TO_BORDER is in the code but not documented.
Regards
Werner
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit
On 09/06/10 22:08, Laurent Carlier wrote:
> Le mardi 08 juin 2010 15:51:56, Werner a écrit :
>
>> specifically I need GL_UNPACK_ALIGNMENT but it seems all the others are
>> missing, too.
>>
>>
> Should be fixed in rev 2997
&
0 no matter if
parameter values are supplied or not. My guess is that's because
Optional can only be used from the second parameter onwards (why?).
How can I make this class do what it should?
Thanks
Werner Dahn
--
On 10/06/10 15:38, Charlie Reinl wrote:
> Am Donnerstag, den 10.06.2010, 14:37 +0800 schrieb Werner:
>
>> I'm trying to implement a simple class that creates a Float[3] array. I
>> would like to give the user of the class an optional opportunity to fill
>> the arra
1 - 100 of 1024 matches
Mail list logo