Message 1 of 3
image_button problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a problem in a 64 bit dcl that the image sometimees is filled and others don't without any reason
Even more it seems the square to be filled seems to doesn't exists,
I have read that is a problem with 64 bits system, any idea about how to make it works normally
Offcourse to fill it I do with:
(start_image sld)
(fill_image 0 0 (dimx_tile sld) (dimy_tile sld) color)
(end_image)
so is not a code problem
Thanks in advance