Re: [Gambas-user] Sending a landscape PDF to printer

2015-12-01 Thread Rolf-Werner Eilert
Am 01.12.2015 22:37, schrieb wi...@develop.earthshipeurope.org: > On 2015-12-01 15:40, Rolf-Werner Eilert wrote: >> Without waiting for an answer, I found a workaround for this: >> >> pdftk will rotate any landscape documents "1-endwest", so they are >> printed as usual. >> >> If anyone here is in

[Gambas-user] gb.report

2015-12-01 Thread Buster Seven
i'm using gb.report and I would like to save a pdf file automatically generated from my program without out user input ! is this possible? thanks Shane -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your

[Gambas-user] Egads! A new (nasty) error message

2015-12-01 Thread adamn...@gmail.com
Generally lately, I'm getting the following error in "random" places: [42] System error #27: File too large. Que? bruce -- B Bruen -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mo

Re: [Gambas-user] Wizard question

2015-12-01 Thread adamn...@gmail.com
On Wed, 2 Dec 2015 00:12:16 +0100 Tobias Boege wrote: > On Wed, 02 Dec 2015, Moviga Technologies wrote: > > Can't you just find the .children[] index and hide it? > > Whenever I see somebody doing this, part of me wants to commit a silly > change (like changing the name of a control, or whateve

Re: [Gambas-user] Wizard question

2015-12-01 Thread Moviga Technologies
> Whenever I see somebody doing this, part of me wants to commit a silly > change (like changing the name of a control, or whatever bit of > information > their algorithm uses to find the correct child) and break their > application > with the next release. I'd say, discipline that part and list

Re: [Gambas-user] Wizard question

2015-12-01 Thread Tobias Boege
On Wed, 02 Dec 2015, Moviga Technologies wrote: > Can't you just find the .children[] index and hide it? Whenever I see somebody doing this, part of me wants to commit a silly change (like changing the name of a control, or whatever bit of information their algorithm uses to find the correct chil

Re: [Gambas-user] Wizard question

2015-12-01 Thread Moviga Technologies
Can't you just find the .children[] index and hide it? -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HT

Re: [Gambas-user] Sending a landscape PDF to printer

2015-12-01 Thread willy
On 2015-12-01 15:40, Rolf-Werner Eilert wrote: > Without waiting for an answer, I found a workaround for this: > > pdftk will rotate any landscape documents "1-endwest", so they are > printed as usual. > > If anyone here is interested in the code, you're welcome of course :) > > Regards > Rolf

Re: [Gambas-user] Wizard question

2015-12-01 Thread willy
On 2015-12-01 17:02, Tobias Boege wrote: > On Tue, 01 Dec 2015, wi...@develop.earthshipeurope.org wrote: >> Hi all, >> >> I'm currently working on a Wizard and have a question. >> >> The thing with this specific wizard is that once a user starts the >> wizard, he/she should run through the whole

Re: [Gambas-user] Wizard question

2015-12-01 Thread willy
On 2015-12-01 14:32, Johny Provoost wrote: > Op 01-12-15 om 12:36 schreef [1]wi...@develop.earthshipeurope.org: > > Hi all, > > I'm currently working on a Wizard and have a question. > > The thing with this specific wizard is that once a user starts the > wizard, he/she should run through the wh

Re: [Gambas-user] Wizard question

2015-12-01 Thread Tobias Boege
On Tue, 01 Dec 2015, wi...@develop.earthshipeurope.org wrote: > Hi all, > > I'm currently working on a Wizard and have a question. > > The thing with this specific wizard is that once a user starts the > wizard, he/she should run through the whole wizard, so no canceling > halfway. > > For thi

Re: [Gambas-user] Sending a landscape PDF to printer

2015-12-01 Thread Rolf-Werner Eilert
Without waiting for an answer, I found a workaround for this: pdftk will rotate any landscape documents "1-endwest", so they are printed as usual. If anyone here is interested in the code, you're welcome of course :) Regards Rolf Am 30.11.2015 12:24, schrieb Rolf-Werner Eilert: > Gambas can p

Re: [Gambas-user] R: GridView and RichText

2015-12-01 Thread Rolf-Werner Eilert
Thanks for your answer, this was what lead me to the solution: Am 27.11.2015 13:32, schrieb Ru Vuott: > If (Row = 1) And (Column = 1) Then GridView1.Data.Background = > Color.SetAlpha(&FF, 240) > If (Row = 1) And (Column = 2) Then GridView1.Data.Background = > Color.SetAlpha(&00,

Re: [Gambas-user] Wizard question

2015-12-01 Thread Johny Provoost
Op 01-12-15 om 12:36 schreef [1]wi...@develop.earthshipeurope.org: Hi all, I'm currently working on a Wizard and have a question. The thing with this specific wizard is that once a user starts the wizard, he/she should run through the whole wizard, so no canceling halfway. For this I would

[Gambas-user] Wizard question

2015-12-01 Thread willy
Hi all, I'm currently working on a Wizard and have a question. The thing with this specific wizard is that once a user starts the wizard, he/she should run through the whole wizard, so no canceling halfway. For this I would need to be able to disable (or even better make invisible) the Cancel