Re: [Gambas-user] Grab command

2012-04-19 Thread trat50
I found this older post that deals with the same problem... ...this sounds like it would work - but how does one do this? Is this just a matter of copying the DrawingArea to a PictureBox? (Björn Röder - are you still here?) Björn Röder wrote: > > Hello everyone! > > I found the solution for

Re: [Gambas-user] Grab command

2012-04-19 Thread trat50
Here is what I tried: PUBLIC SUB ToggleButton1_Click() 'The SAVE CALENDAR button DIM HolyCal AS NEW Picture Sky.Grab().Image.Save("HolyCal.jpg") The DrawingArea named "Sky" is saved... ...but the bottom of the picture (that is too tall for the monitor) is blacked out. http://old.nabble.com/fil

[Gambas-user] Documentation

2012-04-19 Thread Steve
Are there any docs to help To try out gambasforge example How to setup a gambas cgi webserver Steve -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your

Re: [Gambas-user] [Feature Request] Offline Documentation

2012-04-19 Thread Randall Morgan
Couldn't this be done simply running a simple web server as localhost on an unused port and downloading the site using a site copier like HTTtrack for the local version. Then simply allowing user to choose online or offline documentation via a menu item that simply choose the real domain or localho

[Gambas-user] Grab command

2012-04-19 Thread trat50
I would like some help the syntax of the Grab command. I want to save a DrawingArea as a png or jpg file. Would someone please post a short example. Thank you. -- View this message in context: http://old.nabble.com/Grab-command-tp33715676p33715676.html Sent from the gambas-user mailing list arc

Re: [Gambas-user] [Feature Request] Offline Documentation

2012-04-19 Thread Randall Morgan
HTTtrack will change the links for you and download all the images and sample code if told to do so... But the size of the site is very large. It would be nice if it was compressed locally but I have a large hard drive so I didn't do that. It does take a long time to download the site even with a h

Re: [Gambas-user] [Feature Request] Offline Documentation

2012-04-19 Thread No Way
I have already created an "off line" documentation package 2 months ago. This was no small task as there are over 600 folders and over 9000 files for just the English version. You also need to change where the links point to, all 2 of them. I posted on my forum about this back in February i

Re: [Gambas-user] [Feature Request] Offline Documentation

2012-04-19 Thread Randall Morgan
HTTtrack can be used to download the docs from the web. As Demosthenes explained it simply copies the site to a local directory and modifies all links so they work locally. What is needed in the IDE is code to check at startup for a web connection and if it exists, use the online version. If it doe

[Gambas-user] gambas3 library pathes

2012-04-19 Thread Andreas Fröhlke
Hello, we read in a forum, that gambas3 searches in 2 pathes for gambas libraries. Is there a way to add pathes or edit them? If not, is gambas3 searching recursively, so we can put our library in a subfolder? Regards Andreas Fröhlke ---

Re: [Gambas-user] [Feature Request] Offline Documentation

2012-04-19 Thread Demosthenes Koptsis
On 04/19/2012 09:24 AM, John Spikowski wrote: > On Thu, 2012-04-19 at 08:09 +0200, Rolf-Werner Eilert wrote: >> Could you explain this a bit more in detail? >> >> Thanks >> Rolf >> >> Am 18.04.2012 19:08, schrieb Randall Morgan: >>> Oh, I solved my offline document use with HTTtrack and simply copi