[Gambas-user] Resizing a form

2009-11-21 Thread John
Hi All
   I have joined this list this morning. 
I have tried to find the answer to the following question.
Sorry if this has been asked many times in the past.

When a user changes the size of a form by dragging its corner or by
clicking on the maximum button I would like the controls on the form to
get bigger or smaller along with the form.

vb.net has the anchor property. vb6 has the form resize event.

What I am asking is how to I do the same in Gambas?

Thank you for your time in reading this E-Mail.
 
-- 
Let us hope we never witness the "Silence Of The Hams"
73 DE John KB2SCS
   Packet:kb2...@wa2pnu,#NLI.NY.USA.NOAM
   E-Mail:kb2...@arrl.net
   Web Page:  http://www.qsl.net/kb2scs


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Please Disregard my last E-Mail

2009-11-21 Thread John
Hi all
   I have just found the form resize event.
So please disregard my last E-Mail
Thanks

-- 
Let us hope we never witness the "Silence Of The Hams"
73 DE John KB2SCS
   Packet:kb2...@wa2pnu,#NLI.NY.USA.NOAM
   E-Mail:kb2...@arrl.net
   Web Page:  http://www.qsl.net/kb2scs


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Resizing a form

2009-11-21 Thread John
Hi Werner
Thank you for your fast reply and your help.
Both are greatly appreciated.
 
On Sun, 2009-11-22 at 00:03 +0800, Werner wrote:
> Hello John and welcome
> 
> When you are in design mode of the ide and you have the form in question
> in front of you please right-click on the form.
> A popup menu will appear, whose second entry is "Event".
> use that and a list of events pertaining to a form come up. 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


-- 
Let us hope we never witness the "Silence Of The Hams"
73 DE John KB2SCS
   Packet:kb2...@wa2pnu,#NLI.NY.USA.NOAM
   E-Mail:kb2...@arrl.net
   Web Page:  http://www.qsl.net/kb2scs


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] FileChooser1

2009-11-27 Thread John
Hi All
   I have on the main form a Wizard1 control and in the first
step of that Wizard1 control I have a Filechooser1 control.
Here is the code

' Gambas class file
PUBLIC Spath AS String
PUBLIC SUB _new()

END

PUBLIC SUB Form_Open()

END
PUBLIC SUB Wizard1_Cancel()
  
  ME.Close
  
END
PUBLIC SUB Wizard1_Change()
  SELECT CASE Wizard1.Index
 CASE 1
   Spath = FileChooser1.SelectedPath
   DEBUG Spath
  END SELECT 
END
Here is what I do when I run the program.
1) choose a file using the Filechooser1 control.
2) click on the next button on the Wizard1 control.

When I do the above the console window shows the following.
VbtogambasFrm.Wizard1_Change.19: 

The variable Spath contains a Null.
What am I doing wrong?




--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] FileChooser1

2009-11-28 Thread John
Hi Benoit
  Please find attached the following file Vbtogambas.tar.gz
The version of Gambas 2.13
The version of operating system Ubuntu 9.10
Hope this is enough information for you.

On Sat, 2009-11-28 at 10:09 +0100, Benoît Minisini wrote:
> > Hi All
> >I have on the main form a Wizard1 control and in the first
> > step of that Wizard1 control I have a Filechooser1 control.
> > Here is the code
> > 
> > ' Gambas class file
> > PUBLIC Spath AS String
> > PUBLIC SUB _new()
> > 
> > END
> > 
> > PUBLIC SUB Form_Open()
> > 
> > END
> > PUBLIC SUB Wizard1_Cancel()
> > 
> >   ME.Close
> > 
> > END
> > PUBLIC SUB Wizard1_Change()
> >   SELECT CASE Wizard1.Index
> >  CASE 1
> >Spath = FileChooser1.SelectedPath
> >DEBUG Spath
> >   END SELECT
> > END
> > Here is what I do when I run the program.
> > 1) choose a file using the Filechooser1 control.
> > 2) click on the next button on the Wizard1 control.
> > 
> > When I do the above the console window shows the following.
> > VbtogambasFrm.Wizard1_Change.19:
> > 
> > The variable Spath contains a Null.
> > What am I doing wrong?
> > 
> 
> Can you provide a full project that shows your problem?
> 
> Thanks in advance.
> 


-- 
Let us hope we never witness the "Silence Of The Hams"
73 DE John KB2SCS
   Packet:kb2...@wa2pnu.#nli.ny.usa.noam
   E-Mail:kb2...@arrl.net
   Web Page:  http://www.qsl.net/kb2scs



Vbtogambas.tar.gz
Description: application/compressed-tar
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Need a Ubuntu/Linux teacher

2009-12-05 Thread John
Hi All
   I am new to Linux. I am using Ubuntu 9.10.
What I am looking for is a kind person to help me off line with Linux
and Ubuntu.
No I do not intend to use this list as my Linux learning aid.
Other than this one message I will never ask this list for this type of
help again.

Yes I could join a Ubuntu mailing list. I am sure there are many very
good Ubuntu mailing lists out there. I just do not want to join yet
another mailing list.

Anyone interested in helping me out please contact me direct.

Just so that you know I do not know Linux but I do know computers.
My first computer was a vic-2o. I like most new Linux users have come
from the Windows world. I can make a Windows box sing. 

Thank you for your time in reading this message.
Again from now on any message I send to this list will be about Gambas
and nothing else.

-- 
Let us hope we never witness the "Silence Of The Hams"
73 DE John KB2SCS
   Packet:kb2...@wa2pnu.#nli.ny.usa.noam
   E-Mail:kb2...@arrl.net
   Web Page:  http://www.qsl.net/kb2scs


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Editor Control

2009-12-13 Thread John
I have a problem with the editor control, I set it to have a grey 
background, but if I load a file it becomes white. Is there a way that I 
can change the background color of modified lines?

If not how can I turn off ShowModifiedLines and ShowCurrentLine?

Thanks,
John

--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Editor control

2009-12-14 Thread John
I have a problem with the editor control, I set it to have a grey 
background, but if I load a file it becomes white. Is there a way that I 
can change the background color for modified lines and the current line?

If not how can I turn off ShowModifiedLines and ShowCurrentLine?

Thanks,
John

Note: I sent this same message yesterday to the list, I am only 
resending it  because the date was wrong on my computer which would bury 
that message on most email clients.
--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Editor control

2009-12-14 Thread John

> Do you use Gambas 3 ? Do you use the latest revision ?
>
>
That would have been useful information to add, sorry. I tried both 
Gambas 2.18 and Gambas 3 svn (updated today).
> Editor.Flags[Editor.ShowModifiedLines] = False
> Editor.Flags[Editor.ShowCurrentLine] = False
>
> Regards,
>
>
That is what I was using, sorry if I am missing something basic.

Here is what I tried, FMain has an Editor control named Editor1 and in the
Form_Open Sub ()
   Editor1.Text = File.Load("test.txt")
   Editor1.Flags[Editor.ShowModifiedLines] = False
   Editor1.Flags[Editor.ShowCurrentLine] = False
End

I wasn't sure if I needed Editor1.Reset, but tried it.

Also I copied the Highlight example and tried to turn off 
ShowModifiedLines, still can't make it work. As soon as it loads a file 
the Editor1 background becomes white.

Thanks,
John


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Editor control

2009-12-14 Thread John
I thought that the Flags must have been on by default, with the 
highlight property set to none the background color changed when a line 
was modified. Thank you so much for straightening me out Benoît.

> As for the background color, the Editor actually does not use it, it uses the
> background color defined in the highlighting style.
>
> So: Editor1.Styles[Highlight.Background].Background = Color.Yellow
>
> As for the flags, there are all off by default, so I don't understand why you
> want to set them off again.
>
> Regards,
>
>


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Gambas Friendly OS

2012-11-06 Thread John
For anyone who may be interested.
 A couple of us users over at White Island are attempting to make a Gambas 
friendly OS to show case what can be done with Gambas. It will be based off of 
Lubuntu 12.04 LTS and have the Gambas runtime installed along with apps/utils 
made with Gambas. It will be called “Orca” do to the fact that we do not own 
the Gambas name.
 The idea came about after watching the larger distros “sit” on the new Gambas 
releases, and the IDE and runtime not getting into users hands. Though I am new 
to programming, I found it frustrating to make apps that no one could run and 
walked away to another form of BASIC. I kept watching for the 3x to hit the 
repositories and when it did, I found that the new stable is at 3.3.3. 
 In frustration I made the remark one day that what we needed was a GambasOS 
for the community that would always be up to date with the newest stable 
release of Gambas. Much to my surprise, users where really up for this idea and 
want it to happen. They make apps to but have no one to use them or give them 
to. One user is making a "Show Case" app that will allow users to download apps 
made only in Gambas, I think that is kinda cool.
 We are still talking if the Gambas IDE should be included in the iso or if 
Synaptic should just have the kendek PPA included with it. The goal is to help 
new Gambas programmers but to also get the iso into normal Linux users hands so 
that they can see what Gambas can do. I have butted heads in the past with 
small distro devs who will not use the Gambas runtime but will not hesitate to 
install an app written in Python..really? I my self like Python but it is 
not a good language for making GUI apps but the battle goes on. Might as well 
make GUI apps in Perl or Bash.
 So in the end, if anyone is interested, you can find us at 
http://www.whiteislandsoftware.com 
 With kind regards -John (konaexpress)
--
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas Friendly OS

2012-11-06 Thread John
Thanks, we will see what we can do to make it a solid distro that users will 
want to use.

 "Glubuntu"..? I will stick with "Orca" for now LMAO! It "rolls" 
better off the tung I think but I am open for suggestions.

 -John

- Original Message -
From: Benoît Minisini
Sent: 11/06/12 02:26 PM
To: mailing list for gambas users
Subject: Re: [Gambas-user] Gambas Friendly OS

 Edit: Glubuntu ? :-) Edit: Good idea. I think: maybe it would be cool then to 
do some sort of "Gambas marketplace", a central repository where you can store 
Gambas applications. I think some sort of Gambas sandboxing would be a good 
idea: i.e. warn and/or allow when a gambas program use an extern function of a 
shared library, open a file, use the network, and so on. Not enough time at the 
moment to deal with that... Regards, -- Benoît Minisini Edit:
--
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] The "Shell" Command

2012-11-08 Thread John
Hi, need some advise.
 I am making a control center for Orca and I have run into a brick wall. The 
app runs fine in the IDE and if I make a control-center.gambas file, though it 
has an annoying box that pops up asking if I want to run it or in a terminal. 
Reading the Gambas.doc site, it tells me to test it outside the IDE when using 
the “Shell” command. OK
 When I package it for Ubuntu/Mint, it will run but not run any of the apps 
that it is linked to. This is what I have tried so far.
 Shell “obconf”
 Shell “obconf &”
 Shell “obconf & disown”
 Shell “gksu obconf”
 Shell “sudo obconf”
 Not sure what to do now, any help will be much appreciated.
 -John
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] The "Shell" Command

2012-11-08 Thread John
Thanks for the reply!

 Sure, whatever will help.err, what would be the best way to do this? I can 
put a link to it from my dropbox account but I am not sure how to package it 
for you. I will go fish around and see what I can come up with.

 Thanks -John

- Original Message -
From: Jussi Lahtinen
Sent: 11/08/12 09:52 AM
To: mailing list for gambas users
Subject: Re: [Gambas-user] The "Shell" Command

 Can you send the project? Jussi On Thu, Nov 8, 2012 at 6:36 PM, John 
 wrote: > Hi, need some advise. > I am making a control 
center for Orca and I have run into a brick wall. > The app runs fine in the 
IDE and if I make a control-center.gambas file, > though it has an annoying box 
that pops up asking if I want to run it or in > a terminal. Reading the 
Gambas.doc site, it tells me to test it outside the > IDE when using the 
“Shell” command. OK > When I package it for Ubuntu/Mint, it will run 
but not run any of the > apps that it is linked to. This is what I have tried 
so far. > Shell “obconf” > Shell “obconf &” > Shell “obconf & disown” > Shell 
“gksu obconf” > Shell “sudo obconf” > Not sure what to do now, any help will be 
much appreciated. > -John > > 
-- 
> Everyone hates slow websites. So do we. > Make your web apps faster with 
AppDynamics > Download AppDynamics Lite for free today: > 
http://p.sf.net/sfu/appdyn_d2d_nov > 
___ > Gambas-user mailing list > 
Gambas-user@lists.sourceforge.net > 
https://lists.sourceforge.net/lists/listinfo/gambas-user > 
-- 
Everyone hates slow websites. So do we. Make your web apps faster with 
AppDynamics Download AppDynamics Lite for free today: 
http://p.sf.net/sfu/appdyn_d2d_nov 
___ Gambas-user mailing list 
Gambas-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] The "Shell" Command

2012-11-09 Thread John
ummm.oops? Sorry, have not had a chance to go back and look at it yet. 
I will today.

 Got side tracked making a VBOX ova file with Lubuntu+GuestAdditions+Gambas 
3.3.3 IDE for some users in another BASIC forum I hang out in. It is kinda 
crazzy how many users can't get the 3.3.3 and GuestAdditions installed in VBox.

 Thanks for the help!

 -John

- Original Message -
From: Fabien Bodard
Sent: 11/09/12 01:18 AM
To: mailing list for gambas users
Subject: Re: [Gambas-user] The "Shell" Command

 just send the tarball (tar.gz) générated by the IDE 
(project->generate->archive) 2012/11/9 John  EDIT:
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Torrent: VBox-OVA file + Gambas 3.3.3 IDE + Lubuntu + GuestAdditons

2012-11-09 Thread John
For anyone who might want this,

 This is for any "NEW" programmers that use VirtualBox to run Linux in. You can 
download this OVA file as a torrent and install it through "file> import 
appliance". It is about 1.31Gb in size so it might take a while as I am the 
only seeder for now.

 This is not the Orca image that I am working on, this is just for programmers 
to start programming with.

 Gambas IDE 3.3.3
 Lubuntu 12.04 LTS
 Synaptic
 Gdebi
 Chromium (book marks to Gambas, Gambas.docs and White Island user forums)
 Gambas programming.pdf on desktop
 DKMS
 GuestAdditions (Ubuntu version)(Full screen, mouse/keyborad, shared files with 
host)


 User name: gambas3
 Password: gambas3

 http://kat.ph/gambaside-lubuntu-guestadditions-ova-t6807065.html";>



 Have fun with this! -John
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] The "Shell" Command

2012-11-09 Thread John
Thanks for the help guys!

 Here is a link to the file in my dropbox account. I am new to programming so 
it might look a mess, any advise is welcome.

 https://dl.dropbox.com/u/41965771/Control-Center-0.0.2.tar.gz

 Thanks again -John
- Original Message -
From: John
Sent: 11/09/12 08:13 AM
To: mailing list for gambas users
Subject: Re: [Gambas-user] The "Shell" Command

 ummm.oops? Sorry, have not had a chance to go back and look at it yet. 
I will today. Got side tracked making a VBOX ova file with 
Lubuntu+GuestAdditions+Gambas 3.3.3 IDE for some users in another BASIC forum I 
hang out in. It is kinda crazzy how many users can't get the 3.3.3 and 
GuestAdditions installed in VBox. Thanks for the help! -John EDIT:
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] The "Shell" Command

2012-11-09 Thread John
Hi and thanks for the help.

 1. I thought that from a usere stand point the the clean look of the text and 
a picture would look better. from a programming point of view, it is alot more 
work and this was my first atempt to make a CC. I will think about the button 
idea, how do you attach a picture to a button anyway?

 2. Doing another project, I learned that it did not need the "&" in it but 
thought "what the heck, lets try it". It did not correct the problem so I will 
go back and delete them.

 3. hmm..not sure what to say about this. Did you try and package it for 
Ubuntu/Mint and then use Gdebi to install/test it? Like I said, it works from 
the IDE but not after installing it as a .deb file. Maybe I did something wrong 
in the packaging of it.

 4. Lubuntu 12.10 and Gambas 3.3.3 in a VBox. I run this on a Mac so I have to 
use VBox.

 Thanks for the help guy, I can really use the input from you guys.

 -John

- Original Message -
From: Jussi Lahtinen
Sent: 11/09/12 11:53 AM
To: mailing list for gambas users
Subject: Re: [Gambas-user] The "Shell" Command

 You can send compressed projects here as attachment. First thing that comes 
into my mind, is why don't you use buttons with picture? Now there is mix of 
labels and pictureboxes, without apparent reason which one to click on. With 
'shell "somecommand &"', the ampersand is not necessary, as execution of shell 
is not waited, unless set otherwise with wait command ( 
http://gambasdoc.org/help/lang/shell?v3 ). I ran it on Xubuntu 12.04 64 bit 
with Gambas 3 rev 5300 without any problems. Not even annoying questions that 
you mentioned. What is your system and Gambas version? Jussi EDIT:
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] The "Shell" Command

2012-11-09 Thread John
This is just so strange, I re installed my version and it still did not work. I 
downloaded your copy and installed it and it works fine! I didn't find the 
button for Synaptic you made but I could see the notes you added in the change 
log when I made a new package with it.

 The Shell command is driving me a bit nuts. I made a log out manager/app and 
the shutdown command does not work but if I copy and paste it in lxterminal, it 
works fine. Got to scratch my head on this one.

 Thanks for the help Willy, see ya in the forums.

 -John



- Original Message -
From: Willy Raets
Sent: 11/09/12 02:13 PM
To: gambas-user@lists.sourceforge.net
Subject: Re: [Gambas-user] The "Shell" Command

 See attached source archive. I added a button with a picture for Synaptic. In 
IDE click the button and check the properties of picture and text on how to do 
it. It is simple. I set border property of button to False. Enjoy.. Willy
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] The "Shell" Command

2012-11-09 Thread John
Umm.

 Holly smokes guy! Sorry if you got the wrong idea, I am really new to 
programming. I downloaded Gambas 3.3.3 from the kendek PPA and installed it 
that way. 

 I did take a look at the Gambas.org site to see how to compile it but got lost.

 I guess I could use the daily build PPA but I was trying to use the stable 
version so that any app I or anyone else made would work in Orca when I finally 
get it done. I have allot of work to do on that thing, artwork and editing the 
menu, then build it for an alpha so users can punch holes in it.

 Hopefully once I get an alpha version up, programmers will start to make apps 
for it. I have to get art work to Willy soon for the app store befor he kills 
me LOL!

 -John

- Original Message -
From: Jussi Lahtinen
Sent: 11/09/12 04:47 PM
To: mailing list for gambas users
Subject: Re: [Gambas-user] The "Shell" Command

 > This is the Screen I get when I try and run the control-center.gambas > 
 > file, is this supposed to happen? > No. Something is wrong. You did compile 
 > Gambas from sources? If so, can you try to recompile Gambas with these 
 > commands: sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 
 > /usr/local/bin/gba3 /usr/local/bin/gbi3 sudo rm -rf /usr/local/lib/gambas3 
 > sudo rm -rf /usr/local/share/gambas3 sudo rm -f /usr/local/bin/gambas3 sudo 
 > rm -f /usr/local/bin/gambas3.gambas sudo rm -f /usr/bin/gbx3 /usr/bin/gbc3 
 > /usr/bin/gba3 /usr/bin/gbi3 sudo rm -rf /usr/lib/gambas3 sudo rm -rf 
 > /usr/share/gambas3 sudo rm -f /usr/bin/gambas3 sudo rm -f 
 > /usr/bin/gambas3.gambas ( ./reconf-all && ./configure -C && make && sudo 
 > make install ) > ~/Desktop/compile.log 2>&1 And if problem persist, compress 
 > and send compile.log here. Jussi 
 > --
 >  Everyone hates slow websites. So do we. Make your web apps faster with 
 > AppDynamics Download AppDynamics Lite for free today: 
 > http://p.sf.net/sfu/appdyn_d2d_nov 
 > ___ Gambas-user mailing list 
 > Gambas-user@lists.sourceforge.net 
 > https://lists.sourceforge.net/lists/listinfo/gambas-user
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] A guide on Installing Gambas 3

2012-11-09 Thread John
Congrats Willy!

 Nice job on this, wish I could have bean more help.

 -John

- Original Message -
From: Willy Raets
Sent: 11/09/12 04:42 PM
To: gambas-user@lists.sourceforge.net
Subject: [Gambas-user] A guide on Installing Gambas 3

 For those new to Gambas, here is a guide for installing Gambas 3 with step by 
step instructions and screenshots for several distributions. 
http://whiteislandsoftware.com/index.php?page=cedi&type=misc&id=2%2F5% 
2F84%2F96%2F97&redirected=1&keep_cedi_root=2&redirected=1 Feedback is welcome. 
Enjoy.. Willy 
-- 
Everyone hates slow websites. So do we. Make your web apps faster with 
AppDynamics Download AppDynamics Lite for free today: 
http://p.sf.net/sfu/appdyn_d2d_nov 
___ Gambas-user mailing list 
Gambas-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] The "Shell" Command

2012-11-12 Thread John
Whoowhee!

 Sorry guys, I have been away from the computer for a few days.

 I tried running the app from the terminal as user and as sudo but it still did 
not work. Do I need to reinstall Gambas 3.3.3? Let me know and I will if I have 
too.

 On a side note, I think I will start over with the control center and program 
it with buttons like you guys suggested. I plan to make the code open souce so 
I want the code to look clean.

 -John

- Original Message -
From: Jussi Lahtinen
Sent: 11/11/12 09:50 AM
To: wi...@earthshipbelgium.be
Subject: Re: [Gambas-user] The "Shell" Command

 OK, I managed to find out reason for this package mess. >From IDE I clicked on 
"About Gambas" to confirm version number of Gambas after installing it from 
Kendek's PPA. That was mistake! IDE do *not* show version number of IDE which 
will produce the actual package (dependencies are in IDEs code), instead it 
will show version number of interpreter! So, I had some old version of IDE left 
in /usr/local/bin/, which looked like new version with correct version number 
etc. I thought I removed everything before new installation, but I guess I 
didn't! I made package (with 3.3.3) from control-center sources, installed it 
and everything works as expected. John, can you try to run your program from 
terminal? Just open terminal and write "Control-Center" to it and hit enter. 
Try to click on the pics and send the result from terminal to here. Jussi
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Release of Gambas 3.3.4

2012-11-19 Thread John
Thanks for the heads up on this.

 I will update the next alpha of the dev iso we are making, hope to have the 
next one out soon.

 -John

- Original Message -
From: Benoît Minisini
Sent: 11/18/12 02:14 PM
To: mailing list for gambas users
Subject: [Gambas-user] Release of Gambas 3.3.4

 Hi, I have just released Gambas 3.3.4. In that release, I have backported 39 
bug fixes from the subversion trunk. All the information are in the release 
notes. http://gambasdoc.org/help/doc/release/3.3.4 Regards, -- Benoît Minisini 
-- 
Monitor your physical, virtual and cloud infrastructure from a single web 
console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud 
infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 
25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov 
___ Gambas-user mailing list 
Gambas-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] The "Shell" Command

2012-11-19 Thread John
OK, back in town now.

 I nuked my install of Lubuntu 12.10 and installed the alpha of GambOS .0.0.1, 
I will see if this works better. I upgraded Gambas to 3.3.4 and will let you 
know if this works.

 -John

 P.S. just so you know, GambOS is the dev version of Orca with the Gambas IDE 
installed along with Gimp 2.8.
- Original Message -
From: Jussi Lahtinen
Sent: 11/12/12 09:19 AM
To: mailing list for gambas users
Subject: Re: [Gambas-user] The "Shell" Command

 You didn't get any messages to terminal? I'm pretty much out of ideas right 
now, but maybe you could try to reinstall Gambas with following commands: sudo 
apt-get purge gambas3 sudo apt-get install gambas3 Purge option will remove 
Gambas completely including it's configs. Jussi
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Need Gambas3 Made Apps.

2013-02-04 Thread John
To anyone that is interested,
We are looking for any programmers that would like to have their apps/programs 
included in the GambOS Linux distribution.
We are looking to replace as many default apps in the OS with Gambas3 made 
apps. Calculator, text editor, photo viewing, you name it. 
Other apps can be put in the regular user distribution that will not have the 
IDE but will have the runtime included. This will go by the name Orca.

 Thanks for your time.

 John



 www.whiteislandsoftware.com
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Need Gambas3 Made Apps.

2013-02-05 Thread John
Thank you for your time and effort. I will take a look at your apps.

John
- Original Message -
From: M. Cs.
Sent: 02/05/13 06:25 AM
To: mailing list for gambas users
Subject: Re: [Gambas-user] Need Gambas3 Made Apps.

Hi John, I can offer you GamCat: http://sourceforge.net/projects/gamcat/ This 
is a versatile cataloging program written in Gambas3. It has a tons of 
features. I can offer you the Nevezz: http://sourceforge.net/projects/nevezz/ 
This is a lightweight batch file renamer written also in G3. I have also a 
standalone Phonebook application, but I need to internationalize it. Csaba 
-- 
Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before 
the end March 2013 and get the hardware for free! Learn more. 
http://p.sf.net/sfu/sophos-d2d-feb 
___ Gambas-user mailing list 
Gambas-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Need Gambas3 Made Apps.

2013-02-05 Thread John
Hi and thanks!

Is the irecorder able to play internet radio? That would be a cool app...

John
- Original Message -
From: John Rose
Sent: 02/05/13 01:21 AM
To: MailingList GambasUsers
Subject: Re: [Gambas-user] Need Gambas3 Made Apps.

I have 2 apps that might be of interest: 1. iRecorder: GUI interface to 
get_iplayer to allow playing & recording of BBC programmes made available to 
iPlayer. .deb is downloadable from: 
http://dl.dropbox.com/u/3928731/irecorder.deb 2. 
MaintainDesktopConfigurationFiles: GUI interface to various command line 
programs for the creation, modification, validation, installation & 
uninstallation of Desktop Configuration Files (to the Dash) under Ubuntu 
Precise onwards. .deb is downloadable from: 
http://dl.dropbox.com/u/3928731/maintaindesktopconfigurationfiles.deb Regards, 
John 
-- 
Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before 
the end March 2013 and get the hardware for free! Learn more. 
http://p.sf.net/sfu/sophos-d2d-feb 
___ Gambas-user mailing list 
Gambas-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gambasshowcase.org online

2013-02-05 Thread John
Sorry about that, the site is under heavy development now so the code for some 
projects might not be up yet.

John

 I looked around the webpage but i could't find any source code whatsoever, for 
any of the projects mentioned in this email. Am I missing something?
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Need Gambas3 Made Apps.

2013-02-05 Thread John
Hi and thanks for the reply...

You will have to forgive me, the page for GambOS is not up yet but the domain 
is. I am a graphics guy so doing all the heavy lifting with the OS and trying 
to learn programming at the same time is killing me time wise. We do have an 
alpha of the OS up for download and testing and hope to get an alpha 3 out with 
some Gambas3 made apps in it to play with.

I look forward to seeing what you guys can make and do with the Gambas IDE. If 
you can code but don't have any ideas as to what to make, let me know. I have 
some things I would like to see in the OS but not the time to go at it myself 
for now.

All help is welcome.

John
- Original Message -
From: Sebastian Kulesz
Sent: 02/04/13 03:18 PM
To: mailing list for gambas users
Subject: Re: [Gambas-user] Need Gambas3 Made Apps.

You might want to take a look at https://launchpad.net/mundus I started it 
about an year ago, it's an app to clean your home folder from unneeded 
configuration files. It has a PPA available, it might make things easier. Do 
you have a website for that distro? Where can i read about it?
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Need Gambas3 Made Apps.

2013-02-06 Thread John
Hi and thanks for the reply,
Thankfully not to much will be needed in the way of apps for GambOS to get it 
out the door. It is intended to get the Gambas IDE into programmers hands with 
the least amount of frustration involved. No downloading the IDE or runtime, no 
compiling the IDE or runtime and no out of date dependencies to deal with.
So some simple apps like a calculator, text editor, terminal and apps to 
replace the default apps would be great. Maybe some small apps that programmers 
would like to use like an internet radio player or things like that. In the 
future I would like to see a first run setup wizard and an installer for the OS 
like what was found in Pardus before it died. 
As I am not a real programmer but a hobbyist, it is hard for me to say what a 
programmer will like to see and use in the OS. Please do not think less of me 
for this, it was never my intent to make this OS but to make an end user OS 
with the runtime only installed for home use so that users could run Gambas 
made apps with out all the frustration involved. I ran into this myself for 
many months. The members in our forum talked me into making GambOS and putting 
Orca on the back burner for now, can’t have an OS without apps.
One app I would like to see for the Orca Project is a way to take a snapshot of 
the installed OS and make a remaster of it. Many users on the internet are 
wanting to make their own OS for various reasons, medical, schools and hobby 
user groups. This would help build a foundation of Linux OS’s with the Gambas 
runtime preinstalled. Unfortunately Gambas is not a high priority for most of 
the big distros so we need to look out for our selves.
Another app I would like to see is a way to package programs that are not made 
with Gambas into .deb packages. One of the biggest needs for any OS is 
packaging of apps and making it as easy as possible for new and enthusiastic 
users to help out is key as I see it. Don’t ever ask users to help the distro 
grow and not give them the tools to do it.
So in the end, what would you as a programmer would like to see in an OS and 
what would your mother, wife, kids like to see in and OS?
Thanks for any help and support.
John
P.S. I do have one small pet project that deals with Conky if anyone would be 
interested in helping out with.
- Original Message -
From: Fabien Bodard
Sent: 02/06/13 12:04 AM
To: mailing list for gambas users
Subject: Re: [Gambas-user] Need Gambas3 Made Apps.

Hi, John... please tell here what are your hurry needs !
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Need Gambas3 Made Apps.

2013-02-06 Thread John
Hi,
GambOS is targeted at new programmers and possibly new users to Linux. An older 
Linux user should not have much problem installing Gambas, this is true. It can 
be a nightmare for a new user though, I know this to be fact or users would not 
have asked me to make GambOS and we would not have PDF files explaining how to 
install it. 
Willy is correct, the idea to replace apps in the OS is to show new programmers 
what can be done with Gambas. I know that Gambas is a programming language and 
is a fantastic IDE but I have never seen an app made in it or with it until I 
started down this road. Look at the repos of the big Linux distros and see how 
many apps are there that are made with Gambas. How many do you count?
Orca is not for programming but for the end user, to get users accustomed to 
seeing apps made with Gambas and to always have the newest runtime installed so 
that they can download and use apps made with Gambas. Why else would some one 
learn to program if not to have users use their apps.
I speak from experience when I say that it is heartbreaking to make your first 
small app and then find out that no one can use it or install it. To make an 
app that people wanted but they ask you to reprogram it in another language 
because they read somewhere or heard from some one that Gambas is not a good 
language to use or that it is a dead project. I almost gave up learning to 
program then and there
Gambas is a great language and I want to make it easier for users to learn to 
program with it and and get non programers used to seeing and using Gambas made 
apps.
John

- Original Message -
From: Tobias Boege
Sent: 02/06/13 12:15 PM
To: wi...@earthshipbelgium.be, mailing list for gambas users
Subject: Re: [Gambas-user] Need Gambas3 Made Apps.

On Wed, 06 Feb 2013, Willy Raets wrote: > On Wed, 2013-02-06 at 09:04 +0100, 
Fabien Bodard wrote: > > Hi, John... please tell here what are your hurry needs 
! > > Hi Fabien, > > Since John hasn't replied yet I'll try to explain. > We 
will take a standard distro and strip if from a lot of applications > to make 
it light weight. We'll have Gambas3 pre installed on the distro and some guides 
in pdf sitting on the desktop. > Next to the Software Center where you can 
install all common application it will have a separate Gambas3 software center 
(see project ShowCase) and a Gambas3 application repository. > >From here 
Gambas3 applications can be installed directly on the distro (think point of 
view of an end user). > > Next we will try to replace applications present on 
the distro by Gambas3 applications. > These applications will of course be 
pre-installed on the distro replacing the original ones and will also be in the 
ShowCase (Gambas3 Software Center so to speak) > > So we would like: > - 
Gambas3 Calculator > - Gambas3 Text Editor > - Gambas3 Image Viewer > - Gambas3 
Pdf Viewer > - Gambas3 Webbrowser > - Gambas3 MoviePlayer > and such.. > > They 
need to be GNU Version 3 licensed. > Developers of the application will of 
course be mentioned as contributors in the GambOS project. > > Any questions, 
just post them.. Hmm. I want to add some point for consideration: What do you 
want to do exactly again? I mean: you talk about "end users" as your target 
group but who would use GambOS/Orca? End users supposedly don't want the 
software they're accustomed to being replaced by unknown software from a small 
community (which indicates that it is most probably not widely tested). At 
least I wouldn't change my preferred, customised editor (etc.) for some other 
one (after all there's a reason why it is my _preferred_ editor). It would take 
lots of time to replace, e.g. Firefox with its features by a "WaterGambas" 
surrogate browser or suchlike - without any use in it because the software was 
already there and the user doesn't really care about the name or programming 
language it was written in. Now, if it's a distribution for (beginning) Gambas 
programmers specifically, I would rather call it a _research project_ among the 
Gambas user community and then you should try to replace as much as you can by 
software written in Gambas whose sources can be as easily downloaded as their 
binaries installed. This seems to be your actual goal to me. (At least that's 
the kind of project I would see a sense in.) And: Don't be so pathetic. You 
don't need to be a guru to install Gambas ;-P Regards, Tobi 
-- 
Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before 
the end March 2013 and get the hardware for free! Learn more. 
http://p.sf.net/sfu/sophos-d2d-feb 
___ Gambas-user mailing list 
Gambas-user@lists.sourceforge.net 
https://li

Re: [Gambas-user] [SPAM] Re: Need Gambas3 Made Apps.

2013-02-07 Thread John
Hi, nice web site.
That photo app looks good, I would like to see it some time.
John
- Original Message -
From: bespalov.ale...@yandex.ru
Sent: 02/06/13 10:23 PM
To: mailing list for gambas users
Subject: [Gambas-user] [SPAM] Re: Need Gambas3 Made Apps.

Hi. Unfortunately the list of software that you can write on Gambas limited. 
Gambas to do well windowed interface (catalogs, programs for the account of the 
money and other). The system utilities, soft for media - possibilities for 
these are limited in Gambas. But for example, I started doing photo editor. 
[1]http://gambas.pro/ Go on Link OUR PROJECTS As a result, encountered problems 
when opening a large number of files or large files. I do not think will be 
created on a Gambas program more efficiently than in C and Python. But the 
shared repository and examples on Gambas think would be in great demand! Excuse 
my English. _ Sincerely, Alexei Bespalov. References 1. 
http://gambas.pro/ 
-- 
Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before 
the end March 2013 and get the hardware for free! Learn more. 
http://p.sf.net/sfu/sophos-d2d-feb 
___ Gambas-user mailing list 
Gambas-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] [SPAM] Re: Need Gambas3 Made Apps.

2013-02-07 Thread John
That would be great!
- Original Message -
From: Fabien Bodard
Sent: 02/06/13 11:35 PM
To: mailing list for gambas users
Subject: Re: [Gambas-user] [SPAM] Re: Need Gambas3 Made Apps.

i can do the calculator :) ...
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Screen Shots of GambOS

2013-02-07 Thread John
Here are a few screen shots of GambOS as it is now, enjoy.

John

http://www.flickr.com/photos/mynetbookos/8453527047/
http://www.flickr.com/photos/mynetbookos/8453527177/
http://www.flickr.com/photos/mynetbookos/8453527287/
http://www.flickr.com/photos/mynetbookos/8454618674/
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Conky Script Manager

2013-02-07 Thread John
Hi,
Not sure how to ask this question so I will just shoot and hope you understand 
what I am trying to do. I am making a small app to manage Conky scripts for two 
reasons, first is to help new users manage their Conky scripts and the second 
reason is to use this project as example code for new programers.
I am wondering what would be the best widget to use to make that center window. 
I need it to look at a file and list all the text/script files in the file. 
Here is a link to a screenshot of what I want it to look like so you will have 
a better idea.

http://www.flickr.com/photos/mynetbookos/8453527523/

Thanks for any and all help in this.

John
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Screen Shots of GambOS

2013-02-07 Thread John
Here ya go.

https://www.sugarsync.com/pf/D0958464_61830866_79566 
I have not put the alpha 3 out yet but it should be soon.
- Original Message -
From: Randall Morgan
Sent: 02/07/13 03:39 PM
To: mailing list for gambas users
Subject: Re: [Gambas-user] Screen Shots of GambOS

Where can I download the latest version of GamBOS?
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Screen Shots of GambOS

2013-02-07 Thread John
Cool, but I almost forgot, the user name is gambas3 and the password is gambas3.

It has DKMS and guest additions installed so it should work just fine in VBox.
- Original Message -
From: Randall Morgan
Sent: 02/07/13 04:46 PM
To: mailing list for gambas users
Subject: Re: [Gambas-user] Screen Shots of GambOS

Thanks I'll download it and install it on a virtual machine to test. On Thu, 
Feb 7, 2013 at 4:31 PM, John  wrote: > Here ya go. > > 
https://www.sugarsync.com/pf/D0958464_61830866_79566 > I have not put the alpha 
3 out yet but it should be soon. > - Original Message - > From: Randall 
Morgan > Sent: 02/07/13 03:39 PM > To: mailing list for gambas users > Subject: 
Re: [Gambas-user] Screen Shots of GambOS > > Where can I download the latest 
version of GamBOS? > 
-- 
> Free Next-Gen Firewall Hardware Offer > Buy your Sophos next-gen firewall 
before the end March 2013 > and get the hardware for free! Learn more. > 
http://p.sf.net/sfu/sophos-d2d-feb > 
___ > Gambas-user mailing list > 
Gambas-user@lists.sourceforge.net > 
https://lists.sourceforge.net/lists/listinfo/gambas-user -- If you ask me if it 
can be done. The answer is YES, it can always be done. The correct questions 
however are... What will it cost, and how long will it take? 
-- 
Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before 
the end March 2013 and get the hardware for free! Learn more. 
http://p.sf.net/sfu/sophos-d2d-feb 
___ Gambas-user mailing list 
Gambas-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Conky Script Manager

2013-02-08 Thread John
Sorry, really new to this.
I thought the form/app was FMain? What I am talking about is the white window 
(list box, view box)in the middle that looks like a big box. I want it to 
show/list all the text/script files that are located in a designated file. 
The big picture is this
I want a user to be able to import a Conky script/text file that they 
downloaded from the internet. When hitting the add/+ button, I want to move 
that file to a “conky-scripts” folder that the list view box will then update 
and show all the files in it that a user can select from (a user made library 
of scripts). 
Hitting the apply button will copy the selected file to memory, rename it to “ 
.conkyrc “ and then place that file in $ /home over writing the existing file. 
Then “killall conky” and then “conky” ( I think that "killall -SIGUSR1 
conky"will do the same thing) to restart Conky so that it will reload the 
script file into Conky.

The minus/ - button will delete the selected file from the list/folder. 
Sorry if this sounds a mess, got to get to the hospital this morning.
Hi John, I do not clearly understand what you mean "center window". Do you mean 
the list in the window, or the "main" window with the list and other gadgets 
inside? If your question is about the window and this window is the main form 
for your project, I would let it be FMain. Otherwise FMain could wait invisibly 
in the background and call this one as a dialog, maybe modal if you like that. 
Switch it to "Border Fixed" if that makes sense. Then you "Me.Center", that's 
it. But if you meant the list, let us have an idea of how the data are 
structured so we can sort out the best way to present them.
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Screen Shots of GambOS

2013-02-08 Thread John
Thanks for the vote of confidences, it is a real learning process for me.
One hope of mine is to get as much example code for new users to look at and to 
use, just not sure how to present it to them or a means of delivery for it. 
Gambas has a lot of documentation but something like this:
[ Process *=* ]  *SHELL*Command [  *WAIT* ] [  *FOR* { {  *READ* |  *INPUT* } | 
{  *WRITE* |  *OUTPUT* } } ] [  *AS*Name ]
means nothing to a new/ hobby programer but this does:
SHELL “killall conky” 
Users like me need to see example code to understand what is going on and some 
times it helps to see it in context with other code to see how it all works 
together.

it could just be me
- Original Message -
From: Christer Johansson
Sent: 02/08/13 08:41 AM
To: 'mailing list for gambas users'
Subject: Re: [Gambas-user] Screen Shots of GambOS

Nice initiative! This will help alot of newcomers to this great dev environment.
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Armhf packages in Gambas3 PPA

2013-02-14 Thread John
Yes, please keep it up.

John
- Original Message -
From: Jorge Carrión
Sent: 02/11/13 02:23 PM
To: mailing list for gambas users
Subject: Re: [Gambas-user] Armhf packages in Gambas3 PPA

Hey Kendek, I want to thank you work. Is very useful for many people (¡me among 
them!). Keep doing the good work! 2013/2/11 Kendek  > Hi > I 
am the maintainer of nemh/gambas3 > 
<https://launchpad.net/~nemh/+archive/gambas3> PPA. From now on armhf > 
architecture packages are also available to Precise, Quantal, Raring and up > 
more in future. I hope that you find it useful, because the compilation > time 
is very long > 
<https://launchpad.net/~nemh/+archive/gambas-pre-releases/+build/4292348> > (~3 
hours to armhf <> ~30 minutes to amd64 or i386). :-) > > Kendek > > > > -- > 
View this message in context: > 
http://gambas.8142.n7.nabble.com/Armhf-packages-in-Gambas3-PPA-tp41074.html > 
Sent from the gambas-user mailing list archive at Nabble.com. > > > 
-- 
> Free Next-Gen Firewall Hardware Offer > Buy your Sophos next-gen firewall 
before the end March 2013 > and get the hardware for free! Learn more. > 
http://p.sf.net/sfu/sophos-d2d-feb > 
___ > Gambas-user mailing list > 
Gambas-user@lists.sourceforge.net > 
https://lists.sourceforge.net/lists/listinfo/gambas-user > 
-- 
Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before 
the end March 2013 and get the hardware for free! Learn more. 
http://p.sf.net/sfu/sophos-d2d-feb 
___ Gambas-user mailing list 
Gambas-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] GambOS Web Site

2013-02-14 Thread John
Well.

The GambOS web site is up and live! Please let us know what you think of it, it 
is a work in progress.

www.gambos.org

John
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Need Gambas3 Made Apps.

2013-02-14 Thread John
Sorry, I must have missed this.

Your app looks great! Would you mind submitting it to Gambas Show Case so that 
it will be an easy download for users. I will have to test it and see about 
including it in the OS maybe

John
- Original Message -
From: J Sundar
Sent: 02/13/13 05:23 PM
To: mailing list for gambas users, i...@eilert-sprachen.de
Subject: Re: [Gambas-user] Need Gambas3 Made Apps.

Here is my contribution.. It is similar to unetbootin but can install multiple 
distros. http://sourceforge.net/projects/multibootusb/ On Fri, Feb 8, 2013 at 
4:11 PM, Tobias Boege  wrote:
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] GambOS Web Site

2013-02-19 Thread John
No, this is not by design. We will look into it, thanks for letting me know.

John
- Original Message -
From: Tobias Boege
Sent: 02/15/13 05:11 AM
To: mailing list for gambas users
Subject: Re: [Gambas-user] GambOS Web Site

On Thu, 14 Feb 2013, John wrote: > Well. > > The GambOS web site is up and 
live! Please let us know what you think of it, it is a work in progress. > > 
www.gambos.org > There is a combobox on the left of the page "The Gambas 
Project Network". If I click on it to select an entry, I'm immediately 
forwarded to whiteislandsoftware.com. There's the same box in your GambasForum, 
too, with the same effect. I hope that's not by design? Regards, Tobi 
-- 
Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before 
the end March 2013 and get the hardware for free! Learn more. 
http://p.sf.net/sfu/sophos-d2d-feb 
___ Gambas-user mailing list 
Gambas-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Need Gambas3 Made Apps.

2013-02-19 Thread John
Thanks for letting us know. We have run in to a small bug and are fixing it 
now, please hold on and we will fix this. It would be a big help if you could 
post bugs in the forums so that we find them faster, thank you.

John
- Original Message -
From: Charlie Reinl
Sent: 02/15/13 01:05 AM
To: mailing list for gambas users
Subject: Re: [Gambas-user] Need Gambas3 Made Apps.

 Salut, I'v tried to use your package but I get a Error: Dependency can not be 
met: gambas3-runtime (> = 3.0.90) Any hint . gambas3 Version 3.4 (r5543)
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian repo on a dedicated server

2013-02-21 Thread John
Well if not a daily build then how about a way to package Gambas IDE and 
runtime and all dep's? This way we could build only when there is a new stable 
version and host the download .deb files our selves.
- Original Message -
From: Sebastian Kulesz
Sent: 02/20/13 11:30 PM
To: wi...@earthshipbelgium.be, mailing list for gambas users
Subject: Re: [Gambas-user] Debian repo on a dedicated server

On Wed, Feb 20, 2013 at 9:44 PM, Willy Raets wrote: 
> Hi all, > > I've seen a discussion passing on a Debian repo I believe Sebikul 
made > for Gambas 3.3.4 (based on Kendeks packages but for ARM ?) > I did, but 
it didn't receive much attention, > > Having no Gambas3 repository with a 
recent Gambas3 version is quite > problematic if you want to distribute user 
installation packages to end > users on Debian. > > Sholzy (the man behind the 
Gambas Forum) has moved all to a dedicated > server. The Gambas Project Network 
(see links in my signature) is also > on the same server. > > Having a 
dedicated server Sholzy wants to set up repositories for > Gambas3 and asked us 
on our needs. > > For Ubuntu and Ubuntu based distros we have Kendek (our 
saviour..) > Fedora has 3.3.4 in official repos > openSuSe has the Mundix repo 
> > Debian Wheezy is stuck at 3.1.1 in it's official repo and for Debian 6.0 > 
you'll have to do with Gambas2 (although I managed using PPA Kendek to > 
install Gambas from 3.3.2 onward) > > So Debian seems what we need most in the 
main distros. But we have no > clue on how to set up a Debian repo, nor how to 
make Gambas packages for > the repo. > > Anyone with experience willing to take 
on this part of setting up a > Gambas3 Debain repo (if needed a Daily builds as 
well) and make the > Gambas packages that go there? > I found the process 
***really*** time consuming. Let me explain, gambas takes about 30-45 minutes 
to build from scratch, even more because you have to build from a chroot, which 
adds some overhead. You have to build a package for each architecture for each 
Debian version (and not screw up, as you would have to rebuild everything 
again). I can't afford having my work PC building a whole day, and me 
controlling the process. Forget about Daily Builds, if you can't find a service 
like Launchpad which provides automatic code imports and a build farm which 
does *all* the work, the repository will fall days behind trunk, and will be a 
pain in the a** to maintain. You would also have to write a lot of scripts to 
automate the process. AND, you would need a dedicated server to build the 
packages, unless you want to toast the server with the first request it gets 
while compiling. Wait!! i'm not saying it's impossible, or that it should't be 
done. What i'm saying is that i found little or no interest at all when i came 
up with the idea, and that i could't use that much time and resources. If you 
really want to go through with this, i'm in !! The only available tool i know 
of that can do the work is reprepro [0]. Beware, it wont be easy to use. Let me 
know what you think. [0] http://mirrorer.alioth.debian.org/ > > We would love 
to have you on the team > > > -- > Kind regards, > > Willy (aka gbWilly) > > 
http://gambasshowcase.org/ > http://howtogambas.org > http://gambos.org > > > > 
> > > > 
-- 
> Everyone hates slow websites. So do we. > Make your web apps faster with 
AppDynamics > Download AppDynamics Lite for free today: > 
http://p.sf.net/sfu/appdyn_d2d_feb > 
___ > Gambas-user mailing list > 
Gambas-user@lists.sourceforge.net > 
https://lists.sourceforge.net/lists/listinfo/gambas-user > 
-- 
Everyone hates slow websites. So do we. Make your web apps faster with 
AppDynamics Download AppDynamics Lite for free today: 
http://p.sf.net/sfu/appdyn_d2d_feb 
___ Gambas-user mailing list 
Gambas-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Debian repo on a dedicated server

2013-02-21 Thread John
Didn't Steve just open an area in the forums for ARM programming useing the 
Gambas IDE? This would be a good place to link to the ARM files don't you think?
- Original Message -
From: Willy Raets
Sent: 02/20/13 04:44 PM
To: gambas-user@lists.sourceforge.net
Subject: [Gambas-user] Debian repo on a dedicated server

 I've seen a discussion passing on a Debian repo I believe Sebikul made for 
Gambas 3.3.4 (based on Kendeks packages but for ARM ?)
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Bug in gtk menu

2010-09-08 Thread John Terry
If you create a menu item with a string for a tag, the tag is not freed when
the form is closed. This only happens with the gtk component.
I've attached a small project that demonstrates the bug and a workaround.
Read the comments.

-- 
  PEACE
  OGRE


menuBug.tar.gz
Description: GNU Zip compressed data
--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Gambas API options

2011-01-15 Thread John Spikowski
Hi List,

Does Gambas provide a API other languages can access? (shared object) I
would like to create the framework for an application in Gambas and
interface with it with ScriptBasic. The .so libraries I did peek at
didn't seem to have anything useful exported.


The following link will show a few examples of scripting libraries and
embedding.

http://www.scriptbasic.org/forum/index.php/topic,211.0.html

John



--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] gb.qte

2011-01-16 Thread John Spikowski
Can someone tell me what the trick is to get gb.gte to pass the
configure script. I'm pretty sure I have all the dependencies required
installed. (libqt3-mt-dev_3.3.8-b-6ubuntu2_i386.deb)


Ubuntu 32 10.10




--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Gambas3 Pointers example - signal #6

2011-01-17 Thread John Spikowski
On Mon, 2011-01-17 at 21:36 +0200, Demosthenes Koptsis wrote:
> On Mon, 2011-01-17 at 13:33 +0100, Benoît Minisini wrote:

> Public Sub Main()
> 
>   Dim pFunc As Pointer
>   Dim sWorkingDirectory As String
> 
> 'get_current_dir_name
>   pFunc = get_current_dir_name()
>   Print pFunc
>   
>   sWorkingDirectory = Str@(pFunc)
>   Print sWorkingDirectory
> 
>   free_ptr(pFunc)
>   pFunc = 0
> 
> End

Isn't pFunc a Gambas variable (memory location) which is maintained by
the Basic? Why would you free it externally? I would think Gambas would
complain about that.




--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Gambas3 Pointers example - signal #6

2011-01-18 Thread John Spikowski
On Tue, 2011-01-18 at 10:08 +0200, Demosthenes Koptsis wrote:
> > 
> > Isn't pFunc a Gambas variable (memory location) which is maintained by
> > the Basic? Why would you free it externally? I would think Gambas would
> > complain about that.
> 
> Yes pFunc is a pointer. A pointer is a variable that holds a memory
> address.
> 
> At line 
> Dim pFunc As Pointer
> i declare the variable.
> 
> But i do not use Alloc() to alocate a memory address with Gambas3.
> 
> i do this because the external function get_current_dir_name() allocates
> a memory address internal.
> 
> This is described in manual
> http://manpages.ubuntu.com/manpages/dapper/en/man3/get_current_dir_name.3.html
> 
> "get_current_dir_name, which is only prototyped if _GNU_SOURCE is
> defined, will malloc(3) an array"
> 
> to free a pointer in such a case i have to use free() function of C.
> 
> Next is the same example but with an error.
> The error is that i allocate memory with Gambas3 and try to Free() the
> memory later. But when i call get_current_dir_name() this function set
> again a new pointer and the address from Gambas3 Alloc() is not
> accesible any more. So when i try to Free() the pointer in fact i try to
> free an unlocated memory!
> 
> ' Gambas module file
> 'char *get_current_dir_name(void);
> Extern get_current_dir_name() As Pointer In "libc:6"
> 
> Public Sub Main()
> 
>   Dim pFunc As Pointer
>   Dim sWorkingDirectory As String
> 
> 'get_current_dir_name
>   pFunc = Alloc(4096)
>   Print pFunc '(Pointer 0x185b918)
>   
>   pFunc = get_current_dir_name()
>   Print pFunc '(Pointer 0x185d780)
>   
>   'notice that address was changed
>   ' from now on the address 0x185b918
>   'is unreachable
>   'and the new address 0x185d780
>   'is not allocated by Gambas3 !
>   'so we cannot free both of them
>   'with Free() function of Gambas3!
>
>   sWorkingDirectory = Str@(pFunc)
>   Print sWorkingDirectory
> 
>   Free(pFunc)
>   pFunc = 0
> 
> End

I was thinking that you were freeing pFunc (using it's VARPTR) rather
than freeing the memory associated to the pointer being returned. I have
to agree with Benoît that working with external memory (variables) and
structures are a 'at your own risk' task in Gambas. (rules vary by what
your trying to access)



--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas API options

2011-01-19 Thread John Spikowski
On Thu, 2011-01-20 at 02:30 +0100, Benoît Minisini wrote:
> > Hi List,
> > 
> > Does Gambas provide a API other languages can access? (shared object) I
> > would like to create the framework for an application in Gambas and
> > interface with it with ScriptBasic. The .so libraries I did peek at
> > didn't seem to have anything useful exported.
> > 
> > 
> > The following link will show a few examples of scripting libraries and
> > embedding.
> > 
> > http://www.scriptbasic.org/forum/index.php/topic,211.0.html
> > 
> > John
> > 
> 
> What do you want to do ?
> 
> Call a ScriptBasic program from a Gambas program?
> 
> Or call a Gambas program from a ScriptBasic program?
> 

Actually both. 

By default, ScriptBasic is an embeddable scripting engine API based on
traditional Basic. Even though written to ANSI C standards, it has an
object API interface. The link I posted show an example of ScriptBasic
embedding into itself. The distribution comes with a command line
interpreter and multi-threaded web server as examples of using the
ScriptBasic API.

My hope is that Gambas has an open interface to it's components that
other (scripting) languages can access and share. I was encouraged when
the term "extensions to the interpreter" was mentioned.   

I looked at a few of the shared objects (components) Gambas uses and it
didn't seem that any useful functions were exported. 

BTW: The scripter is a nice feature and like using ScriptBasic's console
mode interpreter.




--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] 3.0 trunk - makewebsite

2011-01-20 Thread John Spikowski
I'm trying to download the latest for 3.0 version to help the project
out if I can. I was surprised that the trunk includes a copy of the
Gambas website. Is there a way to get the 3.0 release without having to
copy the Gambas website as well?




--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Building 3.0

2011-01-20 Thread John Spikowski
Gambas Developer Team,

I used svn and downloaded the trunk and ran ./reconf-all. I have
installed 3.0 Gambas as a sub-directory in my /home/jrs/gambas-dev/trunk
and ready to build Gambas 3.0. Before I get started I have a few
questions and maybe the answers will help other newbies like me to
Gambas help test the 3.0 release.

1. Do I still need to run ./configure after running ./reconf-all ?

2. I would like to continue to keep the 2.22 release I built as the
default and run 3.0 out of my home directory for testing. Should I use
the prefix option with configure to have the install create the binaries
in /home/jrs/???

3. If I want to refresh the truck and test recent fixes, is there a svn
command to only download the files that have changed since my last truck
request?

4. Is there a way to only recompile a component and install it rather
than doing a complete build from scratch?

5. Is there a better way to report suspected bugs other than the list?

6. What area(s) of Gambas development are most important at this time to
get the 3.0 release out?

Thanks for your help to bring a Gambas newbie developer up to speed.

John



--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Building 3.0

2011-01-20 Thread John Spikowski
On Thu, 2011-01-20 at 21:07 +0100, Ron wrote:
> On Jan 20, 2011 8:59 PM, "John Spikowski"  wrote:
> >
> > Thanks for your help to bring a Gambas newbie developer up to speed.
> >

> Ron_2nd.
> 

Thanks Ron!

Does the command 'build-dist' work and will it creates a .deb package on
my Ubuntu 32 box?





--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Feature request

2011-01-20 Thread John Spikowski
On Thu, 2011-01-20 at 21:43 -0800, vikram wrote:
> Hi,
> 
> I am not sure if its a little late for this but having shrink/expand buttons 
> for code in the IDE would be nice. You know the little + - signs that let you 
> shrink or expand loops and functions.
> 
> P.S.: I've not used Gambas3 yet, so please ignore this mail if it's already 
> got this feature.
> 
> Regards,
> Vikram
> 

Gambas3 has collapsible structure control. They are arrows that either
point to the line when collapsed or point down when the code is
expanded.

I would include an image attachment but I don't know if that's allowed
on this list.




--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Issue 14 in gambas: Draw.Drawing does not work -- Signal #11 error

2011-01-21 Thread John Spikowski
On Fri, 2011-01-21 at 20:35 +, gam...@googlecode.com wrote:

> Jon Nicholson
> 
> nicho...@acegroup.cc
> 
> Attachments:
>   gfxDemo3.tar.gz  14.1 KB
> 

That answers my previous question about the list allowing
attachments. :-(

If there isn't a project (SourceForge) method of submitting test code
from users, I can set something up on www.vbonx.com as a file
repository.

Let me know how I can help.

John


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Issue 14 in gambas: Draw.Drawing does not work -- Signal #11 error

2011-01-21 Thread John Spikowski
On Sat, 2011-01-22 at 00:24 +0100, Benoît Minisini wrote:

> What are you talking about? You can submit attachment to the mailing-list and 
> to the bug tracker.
> 

I never got the attachment or have I seen one since being a member of
the list. 

Good to know about the bug tracker attachment option.





--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Issue 14 in gambas: Draw.Drawing does not work -- Signal #11 error

2011-01-21 Thread John Spikowski
On Sat, 2011-01-22 at 00:24 +0100, Benoît Minisini wrote:

> What are you talking about? You can submit attachment to the mailing-list and 
> to the bug tracker.
> 
My mistake, I didn't get the last attachment (may not have been sent)
and I have seen .png attachemnts in other list posts.

Sorry!





--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Database example - dropbox select issue

2011-01-22 Thread John Spikowski
I have been trying to get up to speed with Gambas by playing with the
examples provided in the distribution. I noticed that the connect screen
for the database example seems to have a problem selecting the first
item from the drop down list. If I click on a item below the first item
it works. I can then select the first item after the drop down has been
populated at less once.

This works without issue in 2.99 Alpha. Are you still taking bug reports
for 2.x Gambas? Would I be smart to use 3 for any new development?









--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] V3 Warning and Message Boxes

2011-01-22 Thread John Spikowski
I get the following messages when starting Gambas 3.


jrs@Laptop:~$ gambas3
Qt: Session management error: None of the authentication protocols
specified are supported
warning: unable to load Qt translation: en_US.utf8
warning: unable to load 16/cancel
warning: unable to load 16/apply
jrs@Laptop:~$ 

When I select a demo to run it says it's already open (it's NOT) and I
have to click force to open the IDE. (work normal on 2.22)


Since I installed Gambas (2.21), I get a ICS failed to authenticate or
start dialog before my desktop even comes up when logging in.


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] list attachments

2011-01-28 Thread John Spikowski
I only seem to be getting image (png) attachments. I have yet to see
a .tar, .zip. ... as an attachment. The only thing that tells me that an
attachment was included is the follow.

Attachments:
popup.tar.gz  4.8 KB


This shows at the end of the user post but before the list footers.




--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] list attachments

2011-01-28 Thread John Spikowski
On Fri, 2011-01-28 at 16:55 +0100, Caveat wrote:

> I dunno why the file isn't getting attached to the email, but I suspect
> it's to do with the fact it's coming through as a notification. (??)
> 
> If someone posts direct to the mailing list, like I am now, I think
> attachments will come through OK.  You'll soon find out, as popup.tar.gz
> *should* be attached to this mail.
> 
I got it this time. First non-image attachment.

John


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Issue 2 in gambas: No native gambas for Windows platforms [OT]

2011-01-28 Thread John Spikowski
On Fri, 2011-01-28 at 19:40 +0100, Caveat wrote:
> The port has already been done, it's called VisualBasic :-P
> 
> 

I had the same concern when using VBonX as my forum handle and
registering the www.vbonx.com domain for a VB to Gambas conversion
service portal. If anyone is interested in partnering with me on that
effort and has both a VB and Gambas background, send me an e-mail.

John


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Localization feature

2011-01-28 Thread John Spikowski
On Sat, 2011-01-29 at 01:56 +0200, Jussi Lahtinen wrote:

> Though I would be perfectly happy if every body would agree to write
> everything in English!

Even though Gambas has European origins and developed by author(s) that
English isn't their/his primary language, the computer revolution has
made English the common spoken language around the world. (thanks to
Microsoft dragging their feet with internalization of their products) I
don't see that trend reversing anytime soon.

I view the Basic language in much the same way.




--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Unable to make lastest build

2011-01-30 Thread John Spikowski
I received the following error when doing a make (after a configure -C)
This is the first time I have been unable to compile 3. (done 1/2 dozen
time in the past)

/usr/bin/moc-qt4 -o CIconView_moc.cpp CIconView.h
moc: CIconView.h: No such file
make[5]: *** [CIconView_moc.cpp] Error 1
make[5]: Leaving directory `/home/jrs/gambas-dev/trunk/gb.qt4/src'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/jrs/gambas-dev/trunk/gb.qt4/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/jrs/gambas-dev/trunk/gb.qt4'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jrs/gambas-dev/trunk/gb.qt4'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jrs/gambas-dev/trunk'
make: *** [all] Error 2
jrs@Laptop:~/gambas-dev/trunk$ 



--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Unable to make lastest build

2011-01-30 Thread John Spikowski
On Sun, 2011-01-30 at 20:03 +0100, Benoît Minisini wrote:
> > I received the following error when doing a make (after a configure -C)
> > This is the first time I have been unable to compile 3. (done 1/2 dozen
> > time in the past)
> >
> When source files are removed, you have to do a ./reconf && ./configure -C 
> before recompiling.

All is well and 3 built fine.

BTW: Doing a "./reconf && ./configure -C" bombed on the configure as
sudo permission wasn't transfered to configure after recong was done.

Thanks Benoît for the help!


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Unable to make lastest build

2011-01-30 Thread John Spikowski
On Sun, 2011-01-30 at 21:03 +0100, Benoît Minisini wrote:

> You must do ./reconf && ./configure -C as a normal user. Only "make install" 
> must be done as root.

I think I painted myself into a corner. I'm unable to ./configure -C as
'jrs'. (permission error)

Is there a quick way to reset my permissions so I can get back on track?

 


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Unable to make lastest build

2011-01-30 Thread John Spikowski
On Sun, 2011-01-30 at 21:38 +0100, Benoît Minisini wrote:

> man chmod / man chown

;-)

I was wondering if only a file or two was affected by my misuse of sudo?
I didn't want to have to do a recursive chmod/chgrp if it wasn't needed.

Thanks, I'll figure it out. 


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] svn automation scripts

2011-01-30 Thread John Spikowski
List,

I'm a little late to the party but excited by how much progress Gambas
has made since my first introduction around 1.7.

I'm also rather new to using svn as a tool to keep in sync with the dev
team of such a large project. What is a reasonable method of updating
your local trunk and doing another recompile?

Is there a way to minimize the build time involved other than the -C for
configure?

In a perfect world, I would like to have a script that checks to see if
there have been any updates and if so continue with an auto build of
Gambas 3. I would also like to have a log of any warnings so I don't
have to read through pages of redirected compiler output searching for
them.

If you have something like this already built and willing to share, it
would save me from recreating another wheel.

John


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] A few questions

2011-01-30 Thread John Spikowski
BTW: I fixed my running as root when I shouldn't have problem. The
following commands will recursively change your owner and group
permissions for files and directories.

*** FILES ***
find . -type f -exec chown -R me {} \;
find . -type f -exec chgrp -R me {} \;

*** DIRECTORIES ***
find . -type d -exec chown -R me {} \;
find . -type d -exec chgrp -R me {} \;

*Note: Change 'me' to 'you'. 

It takes me about 30 minutes on my old 2.88 mhz HP Laptop to build 3. 


Laundry List:

When I start gambas3 from the console command line, I get the following
messages before Gambas starts.

jrs@Laptop:~$ gambas3
Qt: Session management error: None of the authentication protocols
specified are supported
warning: unable to load Qt translation: en_US.utf8
warning: unable to load 16/cancel

Before I can load an example, I get a dialog with the following message.
Why does Gambas think the project is already open when it's not? 

"This project seems to be already opened.

Opening the same project twice can lead to data loss."

[ Do not open ] [ Open after all ]


When I start my system up and after logging in, I get a ICS not
configured or accessible before my desktop even comes up. This started
happening after my first build of Gambas 2.22.

svn info is a quick way to get your current local trunk version but how
do you find out via svn what the remote (master) version (release #) is?

John 






--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Puzzle 1 to 8 Game

2011-01-30 Thread John Spikowski
I noticed the following error messages in the IDE console window.

(Puzzle1To8:23445): GLib-CRITICAL **: g_ascii_strup: assertion `str !=
NULL' failed

(Puzzle1To8:23445): Gdk-CRITICAL **: IA__gdk_keyval_from_name: assertion
`keyval_name != NULL' failed

I was clicking on the squares and typing in a number when these messages
appeared.




--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] make install issue

2011-02-02 Thread John Spikowski
Compiling Database/Database/...
OK
Compiling Database/DataReportExample/...
gbc: error: Component not found: gb.qt


I just finish building 3 from scratch (make uninstall, make clean,
reconf-all, ...)

This could well be the reports component is still too early in
development to mention issues.





--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] make install issue

2011-02-02 Thread John Spikowski
On Thu, 2011-02-03 at 03:08 +0200, Jussi Lahtinen wrote:
> rev 3533?
> 
> Jussi

jrs@Laptop:~/gambas-dev/trunk$ svn info
Path: .
URL: https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk
Repository Root: https://gambas.svn.sourceforge.net/svnroot/gambas
Repository UUID: 96304659-1d19-0410-acd0-aead272a8bd5
Revision: 3533
Node Kind: directory
Schedule: normal
Last Changed Author: gambas
Last Changed Rev: 3533
Last Changed Date: 2011-02-02 13:54:03 -0800 (Wed, 02 Feb 2011)

jrs@Laptop:~/gambas-dev/trunk$ 



--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Saving source > dialog won't create new folder

2011-02-03 Thread John Spikowski
On Fri, 2011-02-04 at 14:38 +1100, richard terry wrote:
> 3533 version
> 
> Saving source the dialog tries to create the folder as I can see it flicking 
> on 
> and off but no folder is created.
> 
> Kubuntu 9.0

Hi Richard,

I made a copy of the examples directory out of my home directory and did
a recursive chmod to allow write permissions. I opened the text edit
example, modified the comment and saved the project. (no problems)

I then created a new project in a project directory I have used in the
past for testing and again, no problems.

Could this be a create/write permission problem on your end?

Path: .
URL: https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk
Repository Root: https://gambas.svn.sourceforge.net/svnroot/gambas
Repository UUID: 96304659-1d19-0410-acd0-aead272a8bd5
Revision: 3533
Node Kind: directory
Schedule: normal
Last Changed Author: gambas
Last Changed Rev: 3533
Last Changed Date: 2011-02-02 13:54:03 -0800 (Wed, 02 Feb 2011)



--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Nightly Builds

2011-02-06 Thread John Spikowski
Benoît,

Do you think there is enough interest in the Gambas 3 effort by users to
offer a nightly build. It takes me about ~30 min. or so to build a fresh
install from the trunk on my old laptop. I'm sure it would be much
faster on the hosting server. 

I would be willing to host this on www.VBonX.com if other list members
would assist in creating the scripts for it.

John


--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Nightly Builds

2011-02-06 Thread John Spikowski
On Mon, 2011-02-07 at 01:16 +0100, Benoît Minisini wrote:
> > Benoît,
> > 
> 
> And what will be the result of that nightly build?
> 
The goal would be a nightly build of a Gambas 3 .deb for Ubuntu 10.10 32
bit.

That is what I understand you are using and one of the most popular
Linux distributions.

This might get more Gambas users to test 3 and give you feedback. If you
feel that the current contributors would rather build their own, I'll
just write it off as a bad idea.

John



--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Nightly Builds

2011-02-06 Thread John Spikowski
On Mon, 2011-02-07 at 01:38 +0100, Benoît Minisini wrote:

> Beware that the package generation from the source was never tested in Gambas 
> 3. I wanted to do the release candidate first.

That's why I asked first.

I'm happy with the development environment we have and was just trying
to get a few more involved.

The CrossOver (Wine commercial effort) has a nightly build page / forum
for their registered advocates. It's a nice resource to have.




--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Nightly Builds

2011-02-06 Thread John Spikowski
On Mon, 2011-02-07 at 02:02 +0100, Benoît Minisini wrote:

> No problem! I just wanted to warn that you will be a beta tester of the 
> debian 
> package generation.
> 

I think I'll stick to the program you have in place for the release of
Gambas 3.

I've been a 'lab rat' too many times in the past with little reward for
the effort to go looking for something to else to struggle with.






--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Nightly Builds

2011-02-06 Thread John Spikowski
On Mon, 2011-02-07 at 02:02 +0100, Benoît Minisini wrote:
> > Beware that the package generation from the source was never tested
> in
> > > Gambas 3. I wanted to do the release candidate first.

Is there a way to 'package' a Gambas 3 runtime to share with others on
the All Basic forum? I would need a script to build a tar.z file. I
would want to include everything that is needed to run Gambas 3 once the
tar is extracted in the same directory structure it was built from.

Gambas requires a fair amount of dependencies and making the user go
hunting for them and maybe installing stuff they don't need could be a
turn off before they even get started using the language.




--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Nightly Builds

2011-02-07 Thread John Spikowski
On Mon, 2011-02-07 at 20:57 +1100, Ian Haywood wrote:
> we've had this discussion before. Including all the dependencies would
> be very big, it would also be quite hard to set up as the gambas
> executable would need to load the shared libraries from the same
> directory as the .tar.gz instead of the standard linux location
> (/usr/lib/)
> All the modern linux distros include a system for automatically
> resolving and loading complex dependencies, so the only real solution
> is a packaging for the various distros.
> 
>  https://launchpad.net/~ihaywood3/+archive/gambas3
> contains ubuntu packages which work on debian testing and probably
> most other .deb based distros (Linux Mint, Mepis, etc)
> I update about once a fortnight or so from svn, but if someone wants
> to take over and extend to use some nightly autobuild system that
> would be good.

Ian,

I didn't know you were already doing this. How much of your time does it
take to build a release with this setup?

I guess if your going to beta testing a new release, you should probably
build it on your own system to for validity and review of the changes. 

Thanks for the heads up and your efforts.

John


--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas API options

2011-02-15 Thread John Spikowski
On Tue, 2011-02-15 at 21:38 +0100, Fabien Bodard wrote:
> have you tested gbs3 ?

Yes. I have both 2 & 3 of Gambas installed on my Ubuntu 10.10 32 bit OS.

> 
> the gambas scripter...
> 

Yes. It works very much like ScriptBasic in this mode.


> and i don't understand what you want ... did you want a way to acceed
> to the current program varables and functions from a user level script
> ?

I'm looking for help on what it would take to create a gb.script module
and embed ScriptBasic in Gambas at runtime.



--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Undo & redo in GTK+ TextArea widgets

2011-02-15 Thread John Spikowski
On Wed, 2011-02-16 at 02:40 +0100, Benoît Minisini wrote:
> Hi,
> 
> I have implemented in the revision #3575 something that does not even exist 
> in 
> GTK+ 3.0 (AFAIK)... Undo and redo in the multine text edit control! 
> 
> I added the standard shortcuts too (CTRL+C, CTRL+V, CTRL+X, CTRL+A, CTRL+Z 
> and 
> CTRL+Y). But the popup menu was left unchanged.
> 
> Enjoy it!
> 

Thank You !

That is a nice feature I'm sure to use.




--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Showmodal causes invalid object!

2011-02-17 Thread John Spikowski
On Fri, 2011-02-18 at 00:39 +0100, Benoît Minisini wrote:

> What do people think?

I think the parent / child relationship must be maintained. If you
terminate the parent, all child controls, memory and processes are
terminated as well. 

If a orphan window/dialog uses another windows message handler, then
it's Benoît call what is the sane thing to do is.

I use GTK-Server with ScriptBasic and I can have multiple windows using
a common event loop. All required events must be defined. There are a
few standard events like closing the window from the title bar button
but in general only expected events trigger an event otherwise
processing continues within Gtk internals. GTK-Server is a high level
interface to Gtk but it works well for interpreters and scripting
environments. (Interfaces: DLL/SO, TCP, FIFO and named pipes)

Event processing has always been an area I leave to those more
knowledgeable then me.






--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] System information hidden in FAbout

2011-02-27 Thread John Spikowski
On Sun, 2011-02-27 at 21:13 +0100, Matti wrote:
> Do we really want to orientate this on the sometimes weird Microsoft's 
> standards?
> Would be nice if it could be found more easily.

Matti,

Even though you might not like Microsoft and their dominance of the
industry, they have created standards we all have gotten use to and
that's the way system info is typically shown. I think it is fine the
way it is and you should let this go.

John 


--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] gb.info

2011-03-05 Thread John Spikowski
||
|| Unable to compile gb.info
||


I just built 3638 and noticed this message in the make install phase of
the build. Is this something that needs to be reported?




--
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Polynom Benchmark

2011-03-06 Thread John Spikowski
I tried to run the Polynom benchmark with Gambas 3 (# 3638) and it
returned this error.

jrs@Laptop:~/benchmark$ time ./polynom.gbs
CComponent.InitComponent.166: #6: Type mismatch: wanted Integer, got
String instead
0: CComponent.InitComponent.166
1: CComponent._init.212
2: MMain.MakeVirtualProject.191
3: MMain.Main.93

http://gambasdoc.org/help/doc/benchmark/polynom?v3




--
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Polynom Benchmark

2011-03-06 Thread John Spikowski
On Sun, 2011-03-06 at 20:15 +0100, Benoît Minisini wrote:
> > I tried to run the Polynom benchmark with Gambas 3 (# 3638) and it
> > returned this error.
> > 
> > jrs@Laptop:~/benchmark$ time ./polynom.gbs
> > CComponent.InitComponent.166: #6: Type mismatch: wanted Integer, got
> > String instead
> > 0: CComponent.InitComponent.166
> > 1: CComponent._init.212
> > 2: MMain.MakeVirtualProject.191
> > 3: MMain.Main.93
> > 
> > http://gambasdoc.org/help/doc/benchmark/polynom?v3
> > 
> 
> Fixed in revison #3640.
> 
> Regards,
> 
Thanks Benoît, that fixed the problem.

I ran the Polynom benchmark on my old HP laptop (2.8 ghz) under Ubuntu
10.10 (32 bit) comparing Perl, ScriptBasic, Python and Gambas 3. I'm
assuming at this point that ScriptBasic being typeless and dynamically
creating it's work array is the reason for the disparity.

Note: I changed N in all programs to be 5 from 50.

<<< Perl >>>

jrs@Laptop:~/benchmark$ time ./polynom.pl
125000
125000
125000
125000
125000
125000
125000
125000
125000
125000

real0m53.441s
user0m51.199s
sys 0m0.104s
jrs@Laptop:~/benchmark$ 

<<< ScriptBasic >>>

jrs@Laptop:~/benchmark$ time ./polynom.sb
125000
125000
125000
125000
125000
125000
125000
125000
125000
125000

real3m19.787s
user3m11.804s
sys 0m0.420s
jrs@Laptop:~/benchmark$

<<< Python >>>

jrs@Laptop:~/benchmark$ time ./polynom.py
125000.0
125000.0
125000.0
125000.0
125000.0
125000.0
125000.0
125000.0
125000.0
125000.0

real0m50.074s
user0m46.415s
sys 0m0.152s
jrs@Laptop:~/benchmark$ 

<<< Gambas 3 >>>

jrs@Laptop:~/benchmark$ time ./polynom.gbs
125000
125000
125000
125000
125000
125000
125000
125000
125000
125000

real   0m32.326s
user   0m30.122s
sys   0m0.068s
jrs@Laptop:~/benchmark$ 



--
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Redesigning the web site for Gambas 3

2011-03-20 Thread John Spikowski
On Sun, 2011-03-20 at 21:00 +0100, Benoît Minisini wrote:
> > Benoit,
> > I always liked PHP's pages, how it's laid out, and code
> > suggestions/snippets
> > 
> 
> What are you talking about exactly?
> 
I think this list member is suggesting that php be used in the design of
the new Gambas website. I also got from the post that he thinks the vast
amount of already available code might make the job easier.




--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] the math behind full screen rotation

2011-03-23 Thread John Spikowski
On Wed, 2011-03-23 at 23:03 -0400, Kevin Fishburne wrote:

> That will probably work, but there should be a mathematical way to 
> compensate for not cropping the image twice, or even once. As long as 
> the entire image is preserved by the rotation function (it is) and it 
> behaves in a predictable manner (it does), the camera's coordinates 
> should be able to be translated and rotated so that they are in the same 
> position in the rotated image as they were in the non-rotated image. For 
> the sake of efficiency that is what I'm trying to accomplish.
> 
This thread might help. (or not)

http://forums.libsdl.org/viewtopic.php?t=2983&sid=1d2c6a94470c0fd56f3f542cd702ec37




--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] New Gambas website design

2011-04-03 Thread John Spikowski
On Mon, 2011-04-04 at 00:47 +0200, Benoît Minisini wrote:

> I am not satisfied with the image in the middle of the page. 

I think it looks fine and helps the 'branding' aspect of Gambas.





--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] New website

2011-04-04 Thread John Spikowski
On Tue, 2011-04-05 at 00:49 +0200, Benoît Minisini wrote:

> The new website has been uploaded to sourceforge.

It would be great if you could get a few Gambas 3 screen shots in the
gallery. It's a bit dated as it stands.




--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problems with gbs

2011-04-06 Thread John Spikowski
On Wed, 2011-04-06 at 21:12 +0300, Jussi Lahtinen wrote:
> I created file named testscript, then I pasted code from
> http://www.gambasdoc.org/help/doc/benchmark/polynom .
> But I don't think it really matters since I can't run any code.
> Even simple code as following fails with same errors;
> 
> #!/usr/bin/env gbs3
> Print "Hello?"

DIM x AS Integer

FOR x = 1 TO 10
  PRINT x
NEXT


jrs@Laptop:~/gambas/test$ gbs3 scriptest.gambas
1
2
3
4
5
6
7
8
9
10
jrs@Laptop:~/gambas/test

Path: .
URL: https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk
Repository Root: https://gambas.svn.sourceforge.net/svnroot/gambas
Repository UUID: 96304659-1d19-0410-acd0-aead272a8bd5
Revision: 3735
Node Kind: directory
Schedule: normal
Last Changed Author: ldnp
Last Changed Rev: 3735
Last Changed Date: 2011-04-05 08:54:14 -0700 (Tue, 05 Apr 2011)



--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problems with gbs

2011-04-06 Thread John Spikowski
On Wed, 2011-04-06 at 23:20 +0300, Jussi Lahtinen wrote:
> I tried your example, doesn't work with my system.

> What is your system?

Ubuntu 10.10 32 bit.


--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Gambas Script

2011-04-13 Thread John Spikowski
What files / dependencies would be  needed if I wanted to use gbs as a
general purpose scripting language? I would like to use the MySQL and
cURL extensions as well. (console mode utilities)











--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] an "Is this possible question" about images

2011-04-14 Thread John Spikowski
On Fri, 2011-04-15 at 13:15 +1000, richard terry wrote:
> Let say you have a photograph and you have a hand-held magnifying glass, you 
> run it over the fine print and you see what is magnified in the glass.

I have seen that concept on a Qt Mobile version of Maemo 5.

http://www.youtube.com/v/fw-c8iHZBd4&hl=en_US&feature=player_embedded&version=3




--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Gambas 3 (64 bit)

2011-04-23 Thread John Spikowski
I was able to compile from svn Gambas 3 on Ubuntu 10.10 64 bit.

Everything seems to have gone well and the examples I ran worked as
expected. I now have a 32 bit and 64 bit version I will be maintaining.

Does anyone have a step-by-step guide to building a .deb that would
install dependencies if needed? I would like to get Gambas 3 in the
hands of some of the seasoned Basic programmers I know to take a look
and provide some feedback. Asking them to build it from scratch for an
evaluation may be asking too much.




--
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas 3 (64 bit)

2011-04-23 Thread John Spikowski
On Sat, 2011-04-23 at 13:19 +0200, Olivier Cruilles wrote:
> Hello,
> 
> You can see at this URL for example:
> 
> http://ubuntuforums.org/showthread.php?t=51003

Thank You !


--
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas 3 working on Ubuntu Natty with Unity interface

2011-04-23 Thread John Spikowski
On Sat, 2011-04-23 at 14:38 -0400, Kevin Fishburne wrote:
> I made the mistake of upgrading from 10.10 to 11.04 and ended up having 
> to reinstall 10.10. Even using the "Classic" interface wasn't enough. 
> With Canonical's Unity and the GNOME team's GNOME 3, we're stuck between 
> a rock and a hard place. Unity and GNOME 3 are utterly horrible. So 
> horrible, in fact, that I think the combination is going to spell very 
> bad things for Linux users everywhere. Unless they allow both to be as 
> configurable as GNOME 2 (or someone forks GNOME 3), I think we're in 
> some seriously deep shit.
> 
Until I see a post by Benoît that he is developing under Unity, I'm
staying right where I'm at.

Last time I looked, I didn't have a tail and I don't look like a
hamster.  ;-)


--
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] How to build Gambas - web page needs updating

2011-04-26 Thread John Spikowski
>
Package list

Here is the list of all packages that must be made:

gambas2-devel gambas2-examples gambas2-gb-chart gambas2-gb-compress
gambas2-gb-crypt gambas2-gb-db gambas2-gb-db-firebird gambas2-gb-db-form
gambas2-gb-db-mysql gambas2-gb-db-odbc gambas2-gb-db-postgresql
gambas2-gb-db-sqlite2 gambas2-gb-db-sqlite3 gambas2-gb-desktop
gambas2-gb-form gambas2-gb-form-dialog gambas2-gb-form-mdi
gambas2-gb-gtk gambas2-gb-gui gambas2-gb-image gambas2-gb-info
gambas2-gb-net gambas2-gb-net-curl gambas2-gb-net-smtp gambas2-gb-opengl
gambas2-gb-option gambas2-gb-pcre gambas2-gb-pdf gambas2-gb-qt
gambas2-gb-qt-ext gambas2-gb-qt-kde gambas2-gb-qt-kde-html
gambas2-gb-qt-opengl gambas2-gb-report gambas2-gb-sdl
gambas2-gb-sdl-sound gambas2-gb-settings gambas2-gb-v4l gambas2-gb-vb
gambas2-gb-web gambas2-gb-xml gambas2-gb-xml-rpc gambas2-gb-xml-xslt
gambas2-help gambas2-ide gambas2-runtime gambas2-script
>

Shouldn't this list show Gambas3 modules on this page.

http://gambasdoc.org/help/howto/package


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


  1   2   3   4   5   >