Re: [Gambas-user] [Gambas Bug Tracker] Bug #1114: Agregar "Insertar fecha"

2017-06-08 Thread K-P Richter
-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Gambas-user mailing list Gambas-user@lists.sour

[Gambas-user] String and textboxes

2011-03-08 Thread k p
> When doing the following: > TextLabel1.Text = "i"& TextBox1.Text& " "& " iEQU"& " "& "0" > > I expect a string in a text box, which I get. > However the length of the spacing stays the same no matter how many spaces I > put between the " " > > What I'm trying to achieve is that the ou

[Gambas-user] Text Boxes

2011-03-08 Thread k p
When doing the following: TextLabel1.Text = "i" & TextBox1.Text & " " & " iEQU" & " " & "0" I expect a string in a text box, which I get. However the length of the spacing stays the same no matter how many spaces I put between the " " What I'm trying to achieve is that the output string fo

[Gambas-user] How to generate a new frame or pic box when a button is pressed

2010-01-09 Thread k p
I got a button on a form and when I click the button I need the program to load a new frame/picture. Also I would like to be able to move the new frame/pic around on the screen to suit. How do I go about the above ? Cheers kim -