Re: [Gambas-user] Sharing libraries across projects

2016-01-26 Thread Christof Thalhofer
Hi, now I see that this ... Am 26.01.2016 um 10:31 I wrote > You could instead give the author the chance to define a path where to > find own libs at runtime. I would prefer that because I would store libs in > > /usr/lib/$vendor/gambas > > or in > > /usr/local/lib/$vendor/gambas > > so /us

Re: [Gambas-user] About the initial screen

2016-01-26 Thread Jorge Carrión
Gosh! I'm half blind, I guess... Thank you Benoit Best Regards. 2016-01-26 22:31 GMT+01:00 Benoît Minisini : > Le 22/01/2016 10:15, Jorge Carrión a écrit : > > In previous versions the icons of recently opened projects had the > tooltip > > property established as the path of the project. Now,

Re: [Gambas-user] About the initial screen

2016-01-26 Thread richard terry
On 27/01/16 08:31, Benoît Minisini wrote: > Le 22/01/2016 10:15, Jorge Carrión a écrit : >> In previous versions the icons of recently opened projects had the tooltip >> property established as the path of the project. Now, if you open several >> projects with same name (backups in another director

Re: [Gambas-user] About the initial screen

2016-01-26 Thread Benoît Minisini
Le 22/01/2016 10:15, Jorge Carrión a écrit : > In previous versions the icons of recently opened projects had the tooltip > property established as the path of the project. Now, if you open several > projects with same name (backups in another directory) you can't know what > of them is the origina

Re: [Gambas-user] TextEdit on Qt5

2016-01-26 Thread Benoît Minisini
Le 24/01/2016 13:42, Moviga Technologies a écrit : > > > Would it be possible to also have .InsertRichText() ? > > That way one will not have to extract all the RichText, manipulate it > and re-insert it to get tables, images, ul/ol and the like. > I think you can already do that by using the Text

[Gambas-user] [Gambas Bug Tracker] Bug #887: Session is lost, and I don't know why.

2016-01-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.887&from=L21haW4- Comment #6 by Moviga TECHNOLOGIES: Righ now I am building a CMS for a personal website. I suppose I can use the webforms for the admin section! (y) --

[Gambas-user] [Gambas Bug Tracker] Bug #887: Session is lost, and I don't know why.

2016-01-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.887&from=L21haW4- Comment #5 by Benoît MINISINI: Maybe you can try the new 'gb.web.form' component too, if you want to make a web application? -- Site24x7 APM Insight:

[Gambas-user] [Gambas Bug Tracker] Bug #887: Session is lost, and I don't know why.

2016-01-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.887&from=L21haW4- Comment #4 by Moviga TECHNOLOGIES: Aha! OK! Will try that :) -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM

[Gambas-user] [Gambas Bug Tracker] Bug #887: Session is lost, and I don't know why.

2016-01-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.887&from=L21haW4- Comment #3 by Benoît MINISINI: No. It does not work because, by default, WebPage are not buffered. So when the session is created, the cookie cannot be sent to the web browser because the Webpage header has already be sent. Two

[Gambas-user] [Gambas Bug Tracker] Bug #887: Session is lost, and I don't know why.

2016-01-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.887&from=L21haW4- Benoît MINISINI changed the state of the bug to: Rejected. -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM +

[Gambas-user] [Gambas Bug Tracker] Bug #887: Session is lost, and I don't know why.

2016-01-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.887&from=L21haW4- Comment #2 by Moviga TECHNOLOGIES: OK! I found out now that it works with a string, but not a boolean value. The wiki says it can be a Variant, so then I suppose that this is indeed a bug! -

[Gambas-user] Share code across projects

2016-01-26 Thread martin p cristia
I have a module of utils I use on every project. It woud be great if I can use a single file for all of the as I'm always add some new stuff (or fix old one). This is for the IDE. -- Site24x7 APM Insight: Get Deep Visi

[Gambas-user] [Gambas Bug Tracker] Bug #887: Session is lost, and I don't know why.

2016-01-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.887&from=L21haW4- Comment #1 by Moviga TECHNOLOGIES: Here is a more simple project showing the same issue! -- Site24x7 APM Insight: Get Deep Visibility into Application

[Gambas-user] [Gambas Bug Tracker] Bug #887: Session is lost, and I don't know why.

2016-01-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.887&from=L21haW4- Moviga TECHNOLOGIES added an attachment: Session-0.0.1.tar.gz -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile AP

Re: [Gambas-user] Sharing libraries across projects

2016-01-26 Thread Christof Thalhofer
Am 26.01.2016 um 01:31 schrieb Benoît Minisini: > Here is a proposal, tell me what you think. > > 1) When you create a project library, you will have to specify a vendor. Good, but look at the end of my post. > 2) When creating the library executable of a library project, a symbolic > link to t