[Gambas-user] Stupid human that I am...was 'Add objects to a scrollview'
sbungay
sbungay at ...981...
Fri Sep 8 19:35:30 CEST 2006
Never mind... I walked away from things for a few minutes and on
coming back the mistake I made jumpped up and bit me! I was using
bh.picture.Load ... DUH! Of COURSE it wouldn't work... the picturein bh
is NULL. This example works wonderfully.... :)
DIM bh as Button
bh - NEW Button(hpanel1) AS "Button" & CSTR(hpanel1.children.count)
WAIT
bh.picture = picture.load("MyImage.png")
sbungay wrote:
More information about the User
mailing list