Search the Gambas Mailinglists

Search for:
Extended
picturebox : 1765, clear : 5440

Results 1-10 of 44 ( 0.025 seconds)
1 Question on how to get a pdf in a db blob field using Gambas   [ 5.267% Popularity: 0.42936 ]
... = Picture.Load(Dialog.Path) End This way I can load an imagefile into a picturebox to show and at the same time apparently store the imagefile in a string ... happens rResult.Update DBase.ConLive.Commit Catch DBase.ConLive.Rollback Error.Clear End To load the image from blobfield you recreate the .jpg file from the...
https://lists.gambas-basic.org/archive/user/2024-04/0000211.html - Cached
text/html - 6035 bytes - Fri, 19 Apr 2024, 18:21:01 CEST
 
2 Re: Question on how to get a pdf in a db blob field using Gambas   [ 5.252% Popularity: 0.42641 ]
... = Picture.Load(Dialog.Path) End This way I can load an imagefile into a picturebox to show and at the same time apparently store the imagefile in a string ... happens rResult.Update DBase.ConLive.Commit Catch DBase.ConLive.Rollback Error.Clear End To load the image from blobfield you recreate the .jpg file from the...
https://lists.gambas-basic.org/archive/user/2024-04/0000213.html - Cached
text/html - 6849 bytes - Thu, 18 Apr 2024, 21:21:01 CEST
 
3 [Gambas-user] Images and Pictures   [ 5.201% Popularity: 0.42615 ]
... > Rotate Save Stretch a picture in an Image class and put the result in > a PictureBox. > > Firstly i want the picture from an Image object to put it in a > Picturebox without modify image. > i use the following code: > >...
https://lists.gambas-basic.org/pipermail/user/2010-December/032004.html - Cached
text/html - 3780 bytes - Fri, 31 Dec 2010, 14:43:24 CET
 
4 [Gambas-user] DrawingArea to Picture or Image   [ 4.668% Popularity: 0.42544 ]
... sorted by: [ date ] [ thread ] [ subject ] [ author ] It seems picture of PictureBox doesn't like to be drew on. Not sure why, but we have DrawingArea for that ... DrawingArea1.Height) If Not bPrinter Then Draw.Begin(tmp) Draw.Clear modCrBcode.PrintBarcode(txtBarcode.Text, Val(txtPosX.text), Val(txtPosY.text),...
https://lists.gambas-basic.org/pipermail/user/2014-August/049427.html - Cached
text/html - 4503 bytes - Thu, 28 Aug 2014, 13:55:01 CEST
 
5 [Gambas-user] Question about Key in ColumnView   [ 4.492% Popularity: 0.42527 ]
... Arrangement = Arrange.Horizontal Spacing = 8 Padding = 8 { PictureBox1 PictureBox MoveScaled(1,1,5,5) 'Move(7,7,35,35) Picture = Picture["icon:/32/language"] } ... } { btnClear ToolButton MoveScaled(0,0,3,3) 'Move(0,0,21,21) ToolTip = ("Clear this translation") Text = ("") Picture = Picture["icon:/16/clear"] } {...
https://lists.gambas-basic.org/pipermail/user/2006-September/013663.html - Cached
text/html - 10620 bytes - Sat, 02 Sep 2006, 00:33:06 CEST
 
6 [Gambas-user] RE: Gambas-user digest, Vol 1 #1616 - 5 msgs   [ 4.492% Popularity: 0.42519 ]
... the gb.net.curl class to retrieve the image to /tmp and then load it into the picturebox. Gambas doesn't care what the file extension is... you can name the output ... i = mTxt.Count - 1 TO 0 STEP -1 >>>>>> mTxt[i].Delete >>>>>> NEXT >>>>>> mTxt.Clear >>>>>> >>>>>> This seems to do what I wanted - is it correct, or will it crash...
https://lists.gambas-basic.org/pipermail/user/2005-December/010746.html - Cached
text/html - 18301 bytes - Fri, 23 Dec 2005, 11:19:42 CET
 
7 [Gambas-user] Textbox Methode and TabStrip   [ 4.709% Popularity: 0.42506 ]
... Just like text1.text = "" which is simplified by text1.clear to clear the text. 2. When i enable the control from disabled condition ... true ? The children shouldn't be all enabled. 3. How can i load picture into picturebox ? using the following code doesnt work. Dim b as new picture...
https://lists.gambas-basic.org/pipermail/user/2005-June/008799.html - Cached
text/html - 3270 bytes - Tue, 07 Jun 2005, 06:06:27 CEST
 
8 [Gambas-user] WebForm   [ 4.654% Popularity: 0.42506 ]
... [Gambas-user] WebForm Next message (by thread): [Gambas-user] how control a picturebox create in code... Messages sorted by: [ date ] [ thread ] [ subject ] [ author ... Minisini < gambas at ...1... > a écrit : >> Greetings community, I have no clear how to do it and I'm lost, if I >> could help, I need to create a program that...
https://lists.gambas-basic.org/pipermail/user/2011-October/035686.html - Cached
text/html - 4461 bytes - Tue, 04 Oct 2011, 09:39:14 CEST
 
9 [Gambas-user] Menu events in 1.9.34 (attachment)   [ 4.491% Popularity: 0.42504 ]
... 2) IF IsNull(hCtrl) THEN sName = Name IF sClass = "Image" THEN PRINT "Image -> PictureBox" sClass = "PictureBox" ENDIF hCtrl = CreateControl(sClass, hCtrl, sName) IF ... CControl FOR EACH hCtrl IN Selection hCtrl.UnSelect(ME, TRUE) NEXT Selection.Clear Master = NULL SelectionChange 'RefreshProperty END PRIVATE PROCEDURE...
https://lists.gambas-basic.org/pipermail/user/2006-July/012932.html - Cached
text/html - 48285 bytes - Tue, 25 Jul 2006, 02:33:45 CEST
 
10 [Gambas-user] Picture box problem   [ 4.491% Popularity: 0.42502 ]
... doesn't refresh and shows the last image(maybe cached)itself. I tried to use picturebox.refresh , even main form.refresh, but to no use. I suppose, the picture box ... i've been able to describe my problem. P.s In short, the path given on the picturebox.picture property loads the same image file, even when the picturebox.picture...
https://lists.gambas-basic.org/pipermail/user/2008-February/018227.html - Cached
text/html - 30847 bytes - Fri, 08 Feb 2008, 11:33:31 CET