Search the Gambas Mailinglists

Search for:
Extended
picturebox : 1765, clear : 5443

Results 31-40 of 44 ( 0.032 seconds)
31 [Gambas-user] How to close a modal dialog form?   [ 4.490% Popularity: 0.42478 ]
... thread ] [ subject ] [ author ] Since the language of help documents aren't as clear to me, and I saw no practical example I need your help. I would like to have a ... SUB Messenger(naslov AS String, tekst AS String, slika AS String) DIM imge AS PictureBox DIM conti AS TextLabel DIM butty AS Button keret = NEW Form keret.Width = 500...
https://lists.gambas-basic.org/pipermail/user/2009-December/027553.html - Cached
text/html - 3603 bytes - Tue, 08 Dec 2009, 17:40:48 CET
 
32 [Gambas-user] saving picturebox as video   [ 5.847% Popularity: 0.42489 ]
[Gambas-user] saving picturebox as video Steven James Drinnan steven at ...2097... Thu Oct 22 02:30:31 CEST 2009 Previous message (by thread): [Gambas-user] saving picturebox as video Next message (by thread): [Gambas-user] Mutiple mouse pointers...
https://lists.gambas-basic.org/pipermail/user/2009-October/026678.html - Cached
text/html - 6468 bytes - Thu, 22 Oct 2009, 02:30:31 CEST
 
33 [Gambas-user] saving picturebox as video   [ 5.848% Popularity: 0.42489 ]
[Gambas-user] saving picturebox as video Hartmut Eilers hartmut at ...2307... Thu Oct 22 00:29:23 CEST 2009 Previous message (by thread): [Gambas-user] saving picturebox as video Next message (by thread): [Gambas-user] saving picturebox as video...
https://lists.gambas-basic.org/pipermail/user/2009-October/026677.html - Cached
text/html - 4643 bytes - Thu, 22 Oct 2009, 00:29:23 CEST
 
34 [Gambas-user] saving picturebox as video   [ 5.626% Popularity: 0.42489 ]
[Gambas-user] saving picturebox as video Steven James Drinnan steven at ...2097... Sat Oct 17 09:30:27 CEST 2009 Previous message (by thread): [Gambas-user] saving picturebox as video Next message (by thread): [Gambas-user] saving picturebox as video...
https://lists.gambas-basic.org/pipermail/user/2009-October/026613.html - Cached
text/html - 4814 bytes - Sat, 17 Oct 2009, 09:30:27 CEST
 
35 [Gambas-user] Using an Image in a PictureBox or help with my issue   [ 5.147% Popularity: 0.42489 ]
... ] Thanks Benoit, I now understand why there is both picture and image in the picturebox component. Just one thing: would it make things easier for Robert (original poster) if he used gb.gtk rather than gb.qt; I'm not so clear about that. Budgieboy That's 2008/11/29 Benoit Minisini < gambas at ...1... >...
https://lists.gambas-basic.org/pipermail/user/2008-November/022094.html - Cached
text/html - 6186 bytes - Sun, 30 Nov 2008, 12:21:46 CET
 
36 [Gambas-user] Using an Image in a PictureBox or help with my issue   [ 6.941% Popularity: 0.42489 ]
[Gambas-user] Using an Image in a PictureBox or help with my issue Benoit Minisini gambas at ...1... Sat Nov 29 20:25:21 CET 2008 Previous message (by thread): [Gambas-user] Using an Image in a PictureBox or help with my issue Next message (by thread): [Gambas-user] Using an Image...
https://lists.gambas-basic.org/pipermail/user/2008-November/022090.html - Cached
text/html - 4403 bytes - Sat, 29 Nov 2008, 20:25:21 CET
 
37 [Gambas-user] Picture box problem   [ 4.491% Popularity: 0.42495 ]
... 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
 
38 [Gambas-user] Question about Key in ColumnView   [ 4.492% Popularity: 0.42519 ]
... 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
 
39 [Gambas-user] Menu events in 1.9.34 (attachment)   [ 4.491% Popularity: 0.42498 ]
... 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
 
40 [Gambas-user] RE: Gambas-user digest, Vol 1 #1616 - 5 msgs   [ 4.492% Popularity: 0.42512 ]
... 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