Re: Disposing of Objects.
From: Cor Ligthert (notmyfirstname_at_planet.nl)
Date: 12/26/04
- Next message: Jim Edgar: "Re: ErrorMessage when file is missing"
- Previous message: reidarT: "ErrorMessage when file is missing"
- In reply to: Dennis: "Disposing of Objects."
- Next in thread: Cor Ligthert: "Re: Disposing of Objects."
- Reply: Cor Ligthert: "Re: Disposing of Objects."
- Reply: Dennis: "Re: Disposing of Objects."
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 26 Dec 2004 18:57:43 +0100
Dennis,
Why you make your Image global when you want to dispose it all the time, is
this not more efficient in the way you are using it.
\\\
dim myimage as bitmap
private sub dosomething()
dim myimage as bitmap
myimage = get_imageno1
myimage.dispose
......
end sub
///
Cor
- Next message: Jim Edgar: "Re: ErrorMessage when file is missing"
- Previous message: reidarT: "ErrorMessage when file is missing"
- In reply to: Dennis: "Disposing of Objects."
- Next in thread: Cor Ligthert: "Re: Disposing of Objects."
- Reply: Cor Ligthert: "Re: Disposing of Objects."
- Reply: Dennis: "Re: Disposing of Objects."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading