Message 1 of 5

Not applicable
05-14-2017
04:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I want to add a slide image to dialog box. However I have a white screen on the box.
Can anyone help me add the image?
Thanks in advance.
(setq x (dimx_tile "picture") y (dimy_tile "picture")) (start_image "picture") (slide_image 0 0 x y "2ddraw") (end_image)
Solved! Go to Solution.