Hello All,
1.[System]
Gambas=3.7.0
OperatingSystem=Linux
Kernel=3.11.10-25-desktop
Architecture=x86_64
Distribution=openSUSE 13.1 (Bottle)
Desktop=KDE4
Theme=Oxygen
Language=el_GR.UTF-8
Memory=3950M
[Libraries]
DBus=libdbus-1.so.3.8.11
GStreamer=libgstreamer-0.10.so.0.30.0
OpenGL=libGL.so.1.2.0
Qt
Hi Tobi,
Yes No 1 worked fine for me. Probably I should have done it from the
beginning.
Problem Solved!
Thanks
On Thu, Apr 3, 2014 at 1:42 PM, Tobias Boege wrote:
> On Thu, 03 Apr 2014, Vasilis Kanatas wrote:
> > Actually, I run the project and it stops when loading the first cla
lade code before try to open it!
>
> Regards
>
>
> 2014-04-03 10:09 GMT+02:00 Vasilis Kanatas :
>
> > Hello Julio,
> > thanks for replying!
> > I'm opening (or loading as you said) the project with Gambas 3.3.4
> > and get the message : Bytecode too rec
chez wrote:
> Hello Vasilis
> "Is there any other easier way to fix the problem?"
> Yes, Load the project (source) in Gambas 3.3.4, and compile it there again.
> So the executable (or the installation package) that you can use it creees.
>
> regards
>
>
> 2014-04-0
I have made a project on Gambas 3.5.2 (on OpenSuse 13.1) which works fine!
Now I try to open it with Gambas 3.3.4 (on Puppy Slacko 0.5.7) and get the
message:
"Bytecode too recet. Please upgrade Gambas"
I have tried to delete temporary Gambas files from /tmp but nothing!
Unfortunately on Puppy ther
or another!
On Fri, Mar 21, 2014 at 6:18 PM, Tobias Boege wrote:
> 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
form (or any container of this form) and then
print them as I see them?
Actually I only want to place text in Labels and then get a print (a
receipt)
On Fri, Mar 21, 2014 at 1:42 PM, Tobias Boege wrote:
> On Thu, 20 Mar 2014, Vasilis Kanatas wrote:
> > Thanks Rolf-Werner,
> &
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 work
for my issue. Here's what I did (3 steps):
1..I've c
Hello,
I just jumped into Gambas 3 and my printing procedures that worked fine in
Gambas 2 do not work anymore!
Thus, my question is easy. I want to print a form as it is! With its labels
etc..
I have looked the examples and managed to make a printing routine that only
prints white paper!! Why?
Her