[Gambas-user] [Gambas Bug Tracker] Bug #892: ~/.local/share/gambas3/lib is empty

2016-02-03 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.892&from=L21haW4- bruce BRUEN reported a new bug. Summary --- ~/.local/share/gambas3/lib is empty Type : Bug Priority : High Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description --

[Gambas-user] [Gambas Bug Tracker] Bug #891: IDE crash if new library path does not exist

2016-02-03 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.891&from=L21haW4- bruce BRUEN reported a new bug. Summary --- IDE crash if new library path does not exist Type : Bug Priority : High Gambas version : 3.8.90 (TRUNK) Product : Development Environment Descripti

[Gambas-user] wiki : frombase64 are since 3.2 or 3.7 ? correction on wiki

2016-02-03 Thread PICCORO McKAY Lenz
in string function table said that are since 3.7 in individual page sais that are since 3.2 ( http://gambaswiki.org/wiki/lang/frombase64 ) seems the FromBase64 are a alias to *UnBase64 so wiki must be paste that code?* [[ info @{since 3.7} The FromBase64 its and alias for. ]] Lenz McKAY Gerardo

Re: [Gambas-user] Working printsample with more than one page

2016-02-03 Thread Roel Touwen
Many, many thanks. I all makes sense now. Best regards, Roel Op 03-02-16 om 16:59 schreef Rolf-Werner Eilert: > What I meant is the Return command. Sorry, somewhat unfocused... > > Somewhere you start, e. g. in a Sub Start (). There you collect your > data and stuff and build the printer object

[Gambas-user] [Gambas Bug Tracker] Bug #890: Wrong Value on IDE

2016-02-03 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.890&from=L21haW4- Comment #1 by Jorge CARRIÓN: This is a small project. Run it and stop it on Print line, then highlight the c.sqlstring property and the value showed is wrong. ---

[Gambas-user] [Gambas Bug Tracker] Bug #890: Wrong Value on IDE

2016-02-03 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.890&from=L21haW4- Jorge CARRIÓN added an attachment: project1-0.0.1.tar.gz -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + R

[Gambas-user] [Gambas Bug Tracker] Bug #890: Wrong Value on IDE

2016-02-03 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.890&from=L21haW4- Jorge CARRIÓN reported a new bug. Summary --- Wrong Value on IDE Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description --- Runing a project step by step

Re: [Gambas-user] Working printsample with more than one page

2016-02-03 Thread Charlie Reinl
Am Mittwoch, den 03.02.2016, 12:03 +0100 schrieb Roel Touwen: > Hi all, > > I'm converting software from Gambas 2 to 3. Printing seems to be very > very different in Gambas 3. > > Has anyone a sample of printing more pages? So also clearing the page etc. > > Thanks for now. > > Best regards, >

Re: [Gambas-user] Working printsample with more than one page

2016-02-03 Thread Rolf-Werner Eilert
What I meant is the Return command. Sorry, somewhat unfocused... Somewhere you start, e. g. in a Sub Start (). There you collect your data and stuff and build the printer object, e. g. myPrinter. Then you say myPrinter.Print which will jump to Sub myPrinter_Begin(). Now you have everything runn

Re: [Gambas-user] Working printsample with more than one page

2016-02-03 Thread Rolf-Werner Eilert
Basically, I think that is easy here: Just send a Return when the "last" row has been reached, and it will leave the printing and start a new page. Still, you have to define the number of page to be printed in order to be able to start printing. That makes it somewhat... errr ;) Rolf Am 0

[Gambas-user] [Gambas Bug Tracker] Bug #880: gambas-gb-pdf will not install

2016-02-03 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.880&from=L21haW4- Comment #6 by John FORTEY: I tried 'apt-get update' but it made no difference; gb.pdf still wanted libpoppler19. So I uninstalled Gambas, and removed the PPA entry from Muon's sources, and updated the sources. At this point gb

Re: [Gambas-user] Working printsample with more than one page

2016-02-03 Thread Roel Touwen
Hi Rolf, Sounds easy, but (maybe a stupid question) but where do I send the return? Grtz Roel op 03-02-16 16:19, Rolf-Werner Eilert schreef: > Basically, I think that is easy here: Just send a Return when the "last" > row has been reached, and it will leave the printing and start a new page.

Re: [Gambas-user] Working printsample with more than one page

2016-02-03 Thread Roel Touwen
Hi Rolf, In my software I print invoice, lists, whatever. When I print invoices I print the lines with a function which calculates where it has to print on the page: Public Sub PrintAt(Row As Float, Col As Integer, Txt As String) txtWidth = Draw.Font.TextWidth(txt) txtHeight = Draw.

Re: [Gambas-user] Working printsample with more than one page

2016-02-03 Thread Rolf-Werner Eilert
Hi Roel, The way printing is managed in Gambas3 is completely different in one way: You have to tell the number of pages beforehand, then printing runs automatically page for page. There is one help page that gives a rough overview. Why do you want to clear a page? Your code will have to chec

[Gambas-user] [Gambas Bug Tracker] Bug #873: [Project Property dialog] Library item have big size when the "library not found"

2016-02-03 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.873&from=L21haW4- Comment #2 by Zainudin AHMAD: yes it's better with r7601, I will learn first the new library management. -- Site24x7 APM Insight: Get Deep Visibility i

[Gambas-user] [Gambas Bug Tracker] Bug #889: new library management

2016-02-03 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.889&from=L21haW4- Charlie REINL added an attachment: Bildschirmfoto vom 2016-02-03 12:27:15.png -- Site24x7 APM Insight: Get Deep Visibility into Application Performance

[Gambas-user] [Gambas Bug Tracker] Bug #889: new library management

2016-02-03 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.889&from=L21haW4- Comment #6 by Charlie REINL: uuidgen as library work now. So also the Error do not raise anymore. the multiplication of the libraries comes from the past, I removed all double and the project still run Question: I don't see th

[Gambas-user] Working printsample with more than one page

2016-02-03 Thread Roel Touwen
Hi all, I'm converting software from Gambas 2 to 3. Printing seems to be very very different in Gambas 3. Has anyone a sample of printing more pages? So also clearing the page etc. Thanks for now. Best regards, Roel ---