search for: some_length

Displaying 1 result from an estimated 1 matches for "some_length".

Did you mean: name_length
2005 May 06
3
Problems setting image data
...created before and painted (via creation of a Bitmap). So I''m calling .set_data on something that''s been around for a while. This shouldn''t be a problem, right? 2. Memory allocation. The data object is a String, created via something like: ''x = "a"*some_length'' in a method and class far away from where it gets used to set the image''s data. Could this be a garbage collection issue? If so, why only sometimes? Is there a better way to allocate space? 3. Since it''s repeatable with the same image data and the same image processi...