Picon

Re: HOW TO insert a text into the file?

http://gambas.pro/gambas/gambas-file-management-1.htm
http://gambas.pro/gambas/gambas-temporary-files.htm

Here simple on Russian.

2012/2/1 Jussi Lahtinen <jussi.lahtinen <at> gmail.com>

> http://gambasdoc.org/help/lang/open?v3
> http://gambasdoc.org/help/comp/gb/file?v3
>
> http://gambasdoc.org/help/lang?v3
>
> Jussi
>
>
>
>
> On Tue, Jan 31, 2012 at 22:20, abbat <abbat.81 <at> mail.ru> wrote:
>
> >
> >
> > Public Sub Button1_Click()
> >
> > How to insert a text into existing file (/tmp/file)?
> >
> > --
> > View this message in context:
> >
> http://old.nabble.com/HOW-TO-insert-a-text-into-the-file--tp33239012p33239012.html
> > Sent from the gambas-user mailing list archive at Nabble.com.
(Continue reading)

John Rose | 1 Feb 07:56
Picon

Search tool button for code in IDE

The icon I would like to see is for Find/Replace in the toolbar below
the tabs when a class (i.e. code) file is displayed. There is no icon
for that in the Configure. I realise that there is a Find/Replace
facility in th eproject toolbar which will do this.

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
John Rose | 1 Feb 08:03
Picon

Re: Issue 206 in gambas: Can't compile Gambas3

Matti,

I did 'svn update': it gave Skipped '.'. Does this mean that the
downloaded 'trunk' repository is corrupt?

I've attached the tar.gz of the compile.log.
Attachment (CompileGambas.log.tar.gz): application/x-compressed-tar, 42 KiB
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Gambas-user mailing list
Gambas-user <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
Matti | 1 Feb 08:49
Picon
Favicon

Re: Issue 206 in gambas: Can't compile Gambas3

If you google for 'svn update skipped' you will find a lot of possible errors.

Maybe it is easier to start again and do the 'svn checkout' again.

Am 01.02.2012 08:03, schrieb John Rose:
> Matti,
>
> I did 'svn update': it gave Skipped '.'. Does this mean that the
> downloaded 'trunk' repository is corrupt?
>
> I've attached the tar.gz of the compile.log.
>

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
Ron | 1 Feb 09:00
Picon

Re: extern library

On 31-1-2012 1:09, Benoît Minisini wrote:
> Le 29/01/2012 21:33, Wally a écrit :
>> No other way ?
>>
> Normally the library can be any path, like any data file. So:
>
> - It is searched as a real file (absolute path, or standard library paths).
>
> - If it is not found, then it is searched inside the project.
>
> If you don't succeed in loading your library, please send me a little
> test project.
>
> Regards,
>
I believe storing it anywhere else than a library path didn't work for 
me in my project, but I will check again.
I'm talking about gambas2.

Regards,
Ron_2nd.

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
John Rose | 1 Feb 15:15
Picon

Issue 206 in gambas: Can't compile Gambas3

I deleted everything in my trunk directory and downloaded Gambas3
revision #4445. I then recompiled Gambas3, compile log attached. 

In my view the compile/install is not working properly. When I run the
attached Test project, clicking on the 'Select Directory' button still
brings up the /home directory rather than /home/john when Dialog.Path is
set to Home.User.

/usr/bin/gambas3.gambas is still showing Date Modified as 31 December:
it is the executable linked from  /usr/bin/gambas3 which is the menu
item created for Gambas3. I've noticed that in /usr/local/bin, there are
a number of executables & links (e.g. for gambas3 linking to
gambas3.gambas) with Date modified of today. Even when I
invoke /usr/local/bin/gambas3, it still shows the same version (i.e.
3.0.90 r172). Would the version be the same between the stable 3.0
version & trunk's version (VERSION file contains 3.0.90)?
Attachment (CompileGambas.log.tar.gz): application/x-compressed-tar, 43 KiB
Attachment (Test.tar.gz): application/x-compressed-tar, 13 KiB
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Gambas-user mailing list
Gambas-user <at> lists.sourceforge.net
(Continue reading)

Randall Morgan | 1 Feb 15:23
Picon

Re: Issue 206 in gambas: Can't compile Gambas3

Were you sure to remove the hidden svn files?

You may want to delete the trunk folder itself and then recreate it. In
fact, I'd create new gambas folder.

On Wed, Feb 1, 2012 at 6:15 AM, John Rose <john.aaron.rose <at> gmail.com> wrote:

> I deleted everything in my trunk directory and downloaded Gambas3
> revision #4445. I then recompiled Gambas3, compile log attached.
>
> In my view the compile/install is not working properly. When I run the
> attached Test project, clicking on the 'Select Directory' button still
> brings up the /home directory rather than /home/john when Dialog.Path is
> set to Home.User.
>
> /usr/bin/gambas3.gambas is still showing Date Modified as 31 December:
> it is the executable linked from  /usr/bin/gambas3 which is the menu
> item created for Gambas3. I've noticed that in /usr/local/bin, there are
> a number of executables & links (e.g. for gambas3 linking to
> gambas3.gambas) with Date modified of today. Even when I
> invoke /usr/local/bin/gambas3, it still shows the same version (i.e.
> 3.0.90 r172). Would the version be the same between the stable 3.0
> version & trunk's version (VERSION file contains 3.0.90)?
>
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
(Continue reading)

Jussi Lahtinen | 1 Feb 18:30
Picon

Re: Issue 206 in gambas: Can't compile Gambas3

Where did you get the source? With svn? Or did you downloaded it from some
website?
Next time before compiling anything, delete all gambas binaries to make
sure that next you are using just compiled version.

Also where/how did you get the revision (not version) number?

Jussi

On Wed, Feb 1, 2012 at 16:15, John Rose <john.aaron.rose <at> gmail.com> wrote:

> I deleted everything in my trunk directory and downloaded Gambas3
> revision #4445. I then recompiled Gambas3, compile log attached.
>
> In my view the compile/install is not working properly. When I run the
> attached Test project, clicking on the 'Select Directory' button still
> brings up the /home directory rather than /home/john when Dialog.Path is
> set to Home.User.
>
> /usr/bin/gambas3.gambas is still showing Date Modified as 31 December:
> it is the executable linked from  /usr/bin/gambas3 which is the menu
> item created for Gambas3. I've noticed that in /usr/local/bin, there are
> a number of executables & links (e.g. for gambas3 linking to
> gambas3.gambas) with Date modified of today. Even when I
> invoke /usr/local/bin/gambas3, it still shows the same version (i.e.
> 3.0.90 r172). Would the version be the same between the stable 3.0
> version & trunk's version (VERSION file contains 3.0.90)?
>
>
> ------------------------------------------------------------------------------
(Continue reading)

Picon

Is Image.Balance() uses some library or your algorithm? (to Benoît)

Hi Benoît.
Please tell me:
Is Image.Balance() uses some library or your algorithm?

I develop a photo-editor and would like to know the quality of the
algorithm.

--

-- 
____
Alexey.
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
Bruce Bruen | 2 Feb 11:32

Re: Issue 123

Hi Benoît,

This is driving the 3 of us crazy.
Hint, hint. :-)

Bruce
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Gambas-user mailing list
Gambas-user <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Gmane