Re: [Gambas-user] Installing KDE on Cinnamon

2012-12-02 Thread Gregor Burck
Hi, qt4-qtconfig will help you. Bye Gregor -- Keep yourself connected to Go Parallel: DESIGN Expert tips on starting your parallel project right. http://goparallel.sourceforge.net

Re: [Gambas-user] Printing - same code - two machines - two outputs

2012-11-15 Thread Gregor Burck
Hi, forgott it, the problem lay on OSI Layer 8,... In my own settings menu I set the wrong settings,... Bye Gregor -- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in

Re: [Gambas-user] R: Read image from stdin

2012-10-26 Thread Gregor Burck
To bild Or convert the String to Image,... Bye Gregor -- -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for

[Gambas-user] Read image from stdin

2012-10-25 Thread Gregor Burck
Hi, I want to create an barcode with a shell tool which write to stdout. These should be read and displayed. How could I read the stream to an image? Is this possible? Bye Gregor -- -- Everyone hates slow websites

[Gambas-user] Printing, don't see my mistake

2012-10-25 Thread Gregor Burck
True End Public Sub prt_Draw() Paint.Text("Hello World", 200, 200, 300, 50) End I tried out other code with Rectangle and Scale and and and,... The documentation diddn't help me so long, maybe I don't und

[Gambas-user] ValueBox - Strange behavior

2012-10-22 Thread Gregor Burck
Hi, I test ValueBox and there is a strange behavior: When the value is 0 the box doen't show anything. Only when got focus '0,00 €' is shown. The same when i set 0,00 to text or value. Is this

Re: [Gambas-user] Difrent usage from Val() in 2.x and 3.x?

2012-10-18 Thread Gregor Burck
er script)? Bye Gregor -- -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn

Re: [Gambas-user] Difrent usage from Val() in 2.x and 3.x?

2012-10-18 Thread Gregor Burck
the Value of the TextBoxText. As I write in gambas2 has it work. How should I handle that better? I could give up the formated TextboxText, or do some like this?: Val(Replace(txt_Netto_erm_Rechnung.Text, " €", "")

[Gambas-user] gridView1.Rows[0].Height = 0 --> "Außerhalb der Array Grenzen"

2012-10-18 Thread Gregor Burck
rows there are no error. Bye Gregor -- -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn

Re: [Gambas-user] Display tiff with two sides

2012-10-12 Thread Gregor Burck
Hi, thank you for examination. It is not so important but a nice feature. To bind an external library is in the moment not the thing i would practis. Bye Gregor -- -- Don't let slow site performance ruin

Re: [Gambas-user] Display tiff with two sides

2012-10-11 Thread Gregor Burck
Hi, I create an example tiff, Thank you for the help! Gregor -- <>-- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exac

Re: [Gambas-user] Display tiff with two sides

2012-10-10 Thread Gregor Burck
age() to a DrawingArea The question no is, could I display the second image to the drawing aerea? It would be great,... Bye Gregor -- -- Don't let slow site performance ruin your business. Deploy New Relic APM Deplo

Re: [Gambas-user] Solaris?

2012-10-10 Thread Gregor Burck
? Solaris (système d'exploitation) http://fr.wikipedia.org/wiki/Solaris_(système_d'exploitation) -- -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance manageme

[Gambas-user] Solaris?

2012-10-10 Thread Gregor Burck
Hi, did someone use or try gambas on solaris? Bye Gregor -- -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happ

[Gambas-user] Display tiff with two sides

2012-10-10 Thread Gregor Burck
Hi, I start from the example ImageViewer. I can open from the konsole with Args (thank so far), resize the displayed image. but I open an tiff with 2 pictures in it. How could I diplay the second? Bye Gregor

Re: [Gambas-user] Start Programm from konsole, 2 Questions

2012-10-09 Thread Gregor Burck
Hi, > Are you sure of your path ? Yes, seem the 'ä' made problems. > >> ? >> >> The seccond question, could I do something like this: >> >> $ gbr3 Arbeitsfläche/ImageViewer.gambas sample.tiff >> >> How could I get the parameter? >> > http://www.gambasdoc.org/help/comp/gb/application/args?v3 OK af

[Gambas-user] Start Programm from konsole, 2 Questions

2012-10-09 Thread Gregor Burck
eitsfläche/ImageViewer.gambas sample.tiff How could I get the parameter? Thank you, Gregor -- -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and kn

[Gambas-user] Difrent usage from Val() in 2.x and 3.x?

2012-10-08 Thread Gregor Burck
Hi, I've a problem. In an Projekt creae with gambas2 we use Val() to get the Value from a string like "0,00 €". We get 0. the same with gambas3 give me NULL. Is the idea of usage wrong? Ho should I use it

Re: [Gambas-user] Changing hierarchy later

2011-02-19 Thread gregor
I found a solution, but it is not useful. edit the form with a texteditor like kate, you can cut the item and paste it to an other,... Gregor -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE

Re: [Gambas-user] Changing hierarchy later

2011-02-18 Thread Gregor Burck
or in words: After I create a Form I want to group some elements in a frame or Tab. I think the only way is to cut the elements and place them into the new container. I guess to take the hierarchy tree, but I only can move elements in the same hierarchy. By Gregor

Re: [Gambas-user] Changing hierarchy later

2011-02-18 Thread Gregor Burck
Hi Benoît, textbox1 frame1 to frame1 | ->textbox1 I hope it is understandable,... Gregor -- -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading err

[Gambas-user] Changing hierarchy later

2011-02-14 Thread Gregor Burck
Hi, is it possible in gambas2 to change the hierarchy to a later time? There is the hierarchy treeview, but I guess I can't move items to an other branch? Thank you Gregor -- -- The ultimate all-i

[Gambas-user] Print html direct?

2010-11-24 Thread Gregor Burck
t. In this case I want to improve the print of an invoicment, so I need a head, tables blocks,... on idea is to generate the html code with css and open it with the system browser, other is to print html direct from gambas? In the moment I prever the first solution,... Any additional Ideas? G

[Gambas-user] Print, Resolution, Units

2010-11-09 Thread Gregor Burck
),mmToDots(Y,draw.resolution),mmToDots(X2,draw.resolution) ,mmToDots(Y2,draw.resolution)) to be independent from the Printer Resolution. But is there a better way for use the metric system to print? By Gregor -- -- The

Re: [Gambas-user] Blanks in filename and path, problems with shell

2010-05-26 Thread gregor
the KDE enviroment language but I still get the german text,... questions over questions,... Bye Gregor -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] Blanks in filename and path, problems with shell

2010-05-26 Thread gregor
Hi Jorge, I got it, maybe I ask my wife for help, she speak spanish a little bit. Maybee she have time to translate,... in german and russian,... But your projekt isn't set as multilanguage project, G

Re: [Gambas-user] Blanks in filename and path, problems with shell

2010-05-26 Thread gregor
ound\ bg.pdf\ output\ out\ put.pdf' So the function is a little bit senseless? Gregor -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

[Gambas-user] Blanks in filename and path, problems with shell

2010-05-26 Thread gregor
ter way? When I tried it so: inputpath = REPLACE(DirChooser1.Value," ",CHR(92)&" ") I got a String wich seems right, but the function DIR(inputpath) had a problem with it,... Bye Gregor