Re: [Gambas-user] Issue 516 in gambas: bug BSet -1

2014-03-21 Thread gambas
Comment #1 on issue 516 by benoit.m...@gmail.com: bug BSet -1 http://code.google.com/p/gambas/issues/detail?id=516 If r=-1, all bits are set, so BSet will do nothing. Everything is normal, isn't it? -- You received this message because this project is configured to send all issue notificati

[Gambas-user] Issue 516 in gambas: bug BSet -1

2014-03-21 Thread gambas
Status: New Owner: Labels: Version-3.1.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 516 by rezeden...@gmail.com: bug BSet -1 http://code.google.com/p/gambas/issues/detail?id=516 1) Function BSet does not work with negative numbers (не работает с о

Re: [Gambas-user] Yet another simple printing question !

2014-03-21 Thread Vasilis Kanatas
Thanks Tobi!! You are right gb.report is a very flexible way to print reports! I used to work with Gambas 2 and could not imagine it! I had to add gb.report element to my project though! I am not very fond of discovering everything by myself! We all implement our ancestors experience in one way

Re: [Gambas-user] Yet another simple printing question !

2014-03-21 Thread Tobias Boege
On Fri, 21 Mar 2014, Vasilis Kanatas wrote: > Thanks Tobi, > > I tried to find a solution in order to print Labels that I placed into a > ScrollArea. > It is obvious that it only prints the background of the ScrollArea and not > the Labels or Buttons or anything other that I put there in design t

Re: [Gambas-user] Yet another simple printing question !

2014-03-21 Thread Vasilis Kanatas
Thanks Tobi, I tried to find a solution in order to print Labels that I placed into a ScrollArea. It is obvious that it only prints the background of the ScrollArea and not the Labels or Buttons or anything other that I put there in design time. So the problem remains! How can I place data on a

Re: [Gambas-user] Yet another simple printing question !

2014-03-21 Thread Tobias Boege
On Thu, 20 Mar 2014, Vasilis Kanatas wrote: > Thanks Rolf-Werner, > > I tried > Private $hImage As New Image > and had the same result ! Printing white page! > > What I want is to print the labels of a form or ScrollArea!! > > I also tried to change the *Printing Example of Gambas 3* to make it