Re: [Gambas-user] Some playing on logo redesing

2015-02-28 Thread Fabien Bodard
Le 28 févr. 2015 02:37, Jesus ea7...@ea7dfh.com a écrit :

 El 27/2/15 a las 15:11, Fabien Bodard escribió:

 If you accept my criticism, I will tell you none of these do like to me
 at all... sorry ;-)
What ?... You don't like my job ? 

This is just a try to make a flat square logo in the material style.

It's a game not a goal.

Thank for giving your opinion.

Yes the logo v3 is cool.l


 Also, I think the current logo is nice, and the former gambas2 logo was
 much better in terms of 3D.

 I really appreciate your efforts.

 Regards
 --
 Jesus Guardon


--
 Dive into the World of Parallel Programming The Go Parallel Website,
sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub
for all
 things parallel software development, from weekly thought leadership
blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problems by joining segments and arcs and doing Fill in class Paint

2015-02-28 Thread Gian
Il 28/02/2015 10:14, Dani Futuro ha scritto:
 Hi,

 I'm trying to join arcs and segments with class Paint, and I have some
 problems. You can make dinamic zoom with the mouse wheel in the program
 I attached and see what happens. If you get close enough to vertex with
 the zoom you can see the end of one arc and the contiguous of the
 segment move relatively up and down one from the other.

 I added four little segments in order to close the space between arcs
 and segments, but the problem persist. If you select radiobutton Fill
 you can see what happens.

 I added some Print to visualize the coordenates of four vertex.

 Thanks.

 Regards,

 Pablo



 --
 Dive into the World of Parallel Programming The Go Parallel Website, sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/



 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


I do not know if it can help.
Have you tried with Paint.CurveTo and Paint.ClosePath?
Ciao
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Match operator always matches Null

2015-02-28 Thread Benoît Minisini
Le 27/02/2015 00:34, Tobias Boege a écrit :
 On Fri, 27 Feb 2015, Tobias Boege wrote:
 Hi,

 I feel like I already asked about this but didn't find it in my archives, so
 I probably didn't... We saw that the Match operator always matches the emtpy
 string


 In case you didn't know, the emtpy string is another expression for empty
 string.


Fixed in revision #6919: Now the emtpy string only matches the etpmy 
string. :-)

-- 
Benoît Minisini

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Match operator always matches Null

2015-02-28 Thread Tobias Boege
On Sat, 28 Feb 2015, Beno?t Minisini wrote:
 Le 27/02/2015 00:34, Tobias Boege a ?crit :
  On Fri, 27 Feb 2015, Tobias Boege wrote:
  Hi,
 
  I feel like I already asked about this but didn't find it in my archives, 
  so
  I probably didn't... We saw that the Match operator always matches the 
  emtpy
  string
 
 
  In case you didn't know, the emtpy string is another expression for empty
  string.
 
 
 Fixed in revision #6919: Now the emtpy string only matches the etpmy 
 string. :-)
 

===
--- regexp.c(revision 6918)
+++ regexp.c(working copy)
@@ -170,6 +170,9 @@
CREGEXP tmp;
bool ret = FALSE;

+   if (lsubject = 0)
+   return (lpattern = 0);
+
CLEAR(tmp);
tmp.ovecsize = OVECSIZE_INC;
GB.Alloc(POINTER(tmp.ovector), sizeof(int) * tmp.ovecsize);
===

I don't think it's as simple as that :-) For now

  $ gbx3 -e 'Null Match a*'
  False

but a* is zero or more a's and Null should match it.

Regards,
Tobi

-- 
There's an old saying: Don't change anything... ever! -- Mr. Monk

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Error when trying to access the farm

2015-02-28 Thread Julio Sanchez
Benoît Minisini:

I'm using:

ppa:gambas-team/gambas-daily

(gambas3.6.99+svn6918+build22~ubuntu14.04.1)


I solved the problem by manually modifying the file: gambas3-farm.conf


[General]
FarmList=[gambaswiki.org]
RememberPassword=False '- with TRUE value was produced Error
LastFarm=gambaswiki.org


Regards

Julio




2015-02-28 21:00 GMT+01:00 Benoît Minisini gam...@users.sourceforge.net:

 Le 28/02/2015 20:35, Julio Sanchez a écrit :
  Upload an application to the farm, and save the data password (check
  remember password on the form). Do not know if this has anything to do,
 but
  now when I try to access the farm, gives this error:
 
  This application has raised an unexpected
  error and must abort.
  [6] Type mismatch: wanted String, got Component instead.
  _Desktop_Passwords._get.75
 
  Regards
 
  Julio
 

 Can you try the latest revision?

 --
 Benoît Minisini


 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for
 all
 things parallel software development, from weekly thought leadership blogs
 to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Some playing on logo redesing

2015-02-28 Thread Jørn Erik Mørne
There were some really good shrimp drawings here: 
http://depositphotos.com/vector-images/shrimp.html?2up78v

Den 28. feb. 2015 22:32, skrev Kevin Fishburne:
 shrimp icon


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Some playing on logo redesing

2015-02-28 Thread Kevin Fishburne
On 02/28/2015 07:57 AM, Fabien Bodard wrote:
 Le 28 févr. 2015 02:37, Jesus ea7...@ea7dfh.com a écrit :
 El 27/2/15 a las 15:11, Fabien Bodard escribió:

 If you accept my criticism, I will tell you none of these do like to me
 at all... sorry ;-)
 What ?... You don't like my job ? 

 This is just a try to make a flat square logo in the material style.

 It's a game not a goal.

 Thank for giving your opinion.

 Yes the logo v3 is cool.l

I like the overall design but can think of a couple improvements. It 
needs shading/gradients to give it more definition and body. I also 
think it isn't recognizable as a shrimp/prawn/gambas/camarón/etc. The 
defining characteristics of a shrimp (in order of prominence) are the 
head, tail, segmented body and legs/pincers. Do a Google Images search 
for shrimp icon and you'll get some good ideas of where you can take 
your icon.

Thanks for your feedback on Sylph, by the way. Thought I could pay you 
back here. :)

-- 
Kevin Fishburne
Eight Virtues
www: http://sales.eightvirtues.com
e-mail: sa...@eightvirtues.com
phone: (770) 853-6271


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Error when trying to access the farm

2015-02-28 Thread Julio Sanchez
Upload an application to the farm, and save the data password (check
remember password on the form). Do not know if this has anything to do, but
now when I try to access the farm, gives this error:

This application has raised an unexpected
error and must abort.
[6] Type mismatch: wanted String, got Component instead.
_Desktop_Passwords._get.75

Regards

Julio

[System]
Gambas=3.6.90
OperatingSystem=Linux
Kernel=3.13.0-24-generic
Architecture=x86_64
Distribution=Linux Mint 17 Qiana
Desktop=GNOME
Theme=QGtk
Language=es_ES.UTF-8
Memory=1993M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.43.0.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Error when trying to access the farm

2015-02-28 Thread Benoît Minisini
Le 28/02/2015 20:35, Julio Sanchez a écrit :
 Upload an application to the farm, and save the data password (check
 remember password on the form). Do not know if this has anything to do, but
 now when I try to access the farm, gives this error:

 This application has raised an unexpected
 error and must abort.
 [6] Type mismatch: wanted String, got Component instead.
 _Desktop_Passwords._get.75

 Regards

 Julio


Can you try the latest revision?

-- 
Benoît Minisini

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Official Gambas farm server

2015-02-28 Thread Benoît Minisini
Hi,

I have bought the domain name 'gambasfarm.org' that is now the official 
Gambas software server.

At the moment, 'gambasfarm.org' and 'gambaswiki.org' are actually the 
same server, so there is no difference between using one or the other.

But beware that it may change without notice in the future, i.e. 
gambasfarm.org will be hosted on its own server. So stop remove 
'gambaswiki.org' from your farm server list, and use 'gambasfarm.org' 
instead.

Another point: if your think that your software can be used as a good 
example (because it is well written, readable, and every string is at 
least in english), don't forget to add Example in your tags.

The Example has now a special processing, so that every software 
having that tag appears in the example panel of the IDE welcome dialog.

Regards,

-- 
Benoît Minisini

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user