Re: [Gambas-user] using a "file system database"

2011-04-17 Thread Kevin Fishburne
On 04/15/2011 04:33 AM, Caveat wrote: > Hi Kevin > If you can find a way to talk to this database, it could provide just > what you're looking for in terms of speed: > > http://hsqldb.org/ > > It's a SQL database, but it can be run entirely in RAM. I've used it > before (although I don't recall us

[Gambas-user] Creating a Variant[] on the fly

2011-04-17 Thread Bruce Bruen
I have a custom gridview control which has a method "Add", which adds a Variant[] array into an internal collection. IOW it exposes the method : PUBLIC SUB Add(dataitem as Variant[], key as String) This allows me to add "any" type of data into the grideview row as the custom control knows how t

Re: [Gambas-user] using a "file system database"

2011-04-17 Thread Kevin Fishburne
On 04/15/2011 03:56 AM, Doriano Blengino wrote: > Kevin Fishburne ha scritto: >> I'm in the early phases of creating a "database" that uses the file >> system for data organization rather than a traditional software database >> such as MySQL, etc. I'm hoping that this could be faster since my >> re

Re: [Gambas-user] using a "file system database"

2011-04-17 Thread Kevin Fishburne
On 04/15/2011 03:50 AM, Rolf-Werner Eilert wrote: > Am 15.04.2011 09:22, schrieb Kevin Fishburne: >> I'm in the early phases of creating a "database" that uses the file >> system for data organization rather than a traditional software database >> such as MySQL, etc. I'm hoping that this could be f

Re: [Gambas-user] Magnify

2011-04-17 Thread richard terry
On Monday 18 April 2011 14:25:05 Shane Powell wrote: > here you go richard > Thanks, I"ll take a closer look tonight. The minimum magnification factor on this one seems too great to be useful, but maybe its adjustable. Regards richard --

Re: [Gambas-user] Magnify

2011-04-17 Thread richard terry
On Monday 18 April 2011 11:42:45 Shane Powell wrote: Shane, would you have time to add Fabiens code to yours and re-issue as 0.0.6? I think this little program should then go into the Gambas Examples as its really cool. Richard > On 18/04/11 06:08, Fabien Bodard wrote: > > Hi Richard, > > > > >

Re: [Gambas-user] Dialog filter

2011-04-17 Thread Shane Powell
On 18/04/11 03:06, Matti wrote: > Hi Shane, > > try something like > Dialog.Filter = ["*.jpg; *.jpeg", ("JPEG files"), "*.jpg;*.jpeg;*.png;*.bmp", > ("All picture files")] > > See wiki: [first pattern, first description, second pattern, second > description, > third...] > > > Am 17.04.2011 11:39,

Re: [Gambas-user] Magnify

2011-04-17 Thread Shane Powell
On 18/04/11 06:08, Fabien Bodard wrote: > Hi Richard, > > > This is a short code that do what you need i think. > > It use a mix of the Draw and paint class... And it is fast > > Best regards, > > > > > -- > Benefiting from

Re: [Gambas-user] Magnify

2011-04-17 Thread richard terry
On Monday 18 April 2011 06:08:07 Fabien Bodard wrote: > Hi Richard, > > > This is a short code that do what you need i think. > > It use a mix of the Draw and paint class... And it is fast > > Best regards, > Thanks, I'll incorporate that into Shanes 0.0.5 and repost as 0.0.6 Richard ---

Re: [Gambas-user] Dialog filter

2011-04-17 Thread Matti
Hi Shane, try something like Dialog.Filter = ["*.jpg; *.jpeg", ("JPEG files"), "*.jpg;*.jpeg;*.png;*.bmp", ("All picture files")] See wiki: [first pattern, first description, second pattern, second description, third...] Am 17.04.2011 11:39, schrieb Shane Powell: > hi list > Is there a

Re: [Gambas-user] Magnify

2011-04-17 Thread richard terry
On Sunday 17 April 2011 22:28:58 Shane Powell wrote: Hi Shane, that's getting pretty cool. Maybe someone on the list can show how to make the magnified inset have an outline like say a magnifying glass! Also I wonder if there is some way to have it expand with the size of the form and still re

Re: [Gambas-user] Magnify

2011-04-17 Thread Shane Powell
On 17/04/11 20:39, richard terry wrote: On Sunday 17 April 2011 19:20:16 Shane Powell wrote: Hi Richard is this more what you are looking for you can now maximise for full screen still some bug e.g. when the mouse cursor moves to the edges ---

Re: [Gambas-user] Magnify

2011-04-17 Thread richard terry
On Sunday 17 April 2011 21:44:07 Caveat wrote: > Just happened across this site, try hovering over the product image :-D > Yes, exactly the same concept we've been doing, except current co-ords a little off, but I think there is another update on the way. Richard > http://www.aliexpress.com/fm-s

Re: [Gambas-user] Magnify

2011-04-17 Thread Caveat
Just happened across this site, try hovering over the product image :-D http://www.aliexpress.com/fm-store/801365/210402976-365646138/Free-shipping-5QTY-Wifi-Bridge-Wireless-Access-Points-AP-for-Dreambox-RJ45-DM800-DM800HD-Dreambox-best.html Regards, Caveat On Sun, 2011-04-17 at 20:39 +1000, ri

Re: [Gambas-user] Magnify

2011-04-17 Thread richard terry
On Sunday 17 April 2011 19:20:16 Shane Powell wrote: > Hi Richard is this more what you are looking for you can now maximise > for full screen > still some bug e.g. when the mouse cursor moves to the edges > > --- > --- Benefi

[Gambas-user] Dialog filter

2011-04-17 Thread Shane Powell
hi list Is there anyway of having all of the dialog filters as a filter e.g. *.png *. jpeg *.gif and then one for all the filters e.g. all supported graphics files -- Benefiting from Server Virtualization:

[Gambas-user] Magnify

2011-04-17 Thread Shane Powell
Hi Richard is this more what you are looking for you can now maximise for full screen still some bug e.g. when the mouse cursor moves to the edges -- Benefiting from Server Virtualization: Beyond Initial Workload Consoli

Re: [Gambas-user] Display TextLabel on Message box

2011-04-17 Thread Ganesh Kumar
Hi Jussi, Thanks for your kindly input for me.. I want shell script output print in the textbox. Thats why i ask... please help me. > No, nothing wrong with the code. > It should display given message with OK button. > > But I don't think you can put TextLabel on Message box. > I think you need