![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi all,
imagelist.item(3) = imagelist.item(4) imagelist.item(4) = imagelist.item(3) So, I think I only substitude the adres to design on, because the memory in list holds the same picture all the time, and do not copy memory from one place to another. Is this right? If so, wat is the most easy way to copy image-memory to another image-memory? Put Claude Belgium |
|
|||
|
Cableguy,
The files I loaded in the list stay on place in the list. If I use drawer.New2(imagelist.item(1),B4PObject(5)) to draw on the image it is OK. bmp1.image=imagelist.item(1) 'bmp1 let see imagelist.item(1) drawer.New2(bmp1,B4PObject(5)) 'wil draw on bmp1, but in fact on imagelist.item(1) bmp2.image=imagelist.item(1) 'bmp2 let see imagelist.item(1) drawer.New2(bmp2,B4PObject(5)) 'wil draw on bmp2, but in fact on imagelist.item(1) If I look to bmp2, I see 2 designs, all on imagelist.item(1) |
|
||||
|
If I understand you correctly, You get your imagelist item filled with bothe the original and the drawn image (?), i think this shouldn't be possible....
If you want to make your image "persistant" you have to save it, not quite sure on how to do it...
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD |
|
|||
|
Hi,
I found out many things about graphics now, so I can work now with references and also copy images in memory, replace them, save them, transparency with them, etc... I am out of the problems FOR NOW... :-) HAVE TO TELL AGAIN, HOW AMAZING THIS B4PPC IS: ones you understand a bit, it go fast... never screw up te editor or my programs, never going into the weeds with anything till now.. GREAT STUFF. Put Claude Belgium |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| retrieve images and index | lux1963 | Questions & Help Needed | 3 | 05-18-2008 01:42 PM |
| Homothetic images : is this possible ? | origami | Questions & Help Needed | 3 | 04-28-2008 08:38 PM |
| Embed images in the exe | alfcen | Basic4ppc Wishlist | 2 | 03-22-2008 11:46 AM |
| Images and memory | wolfgang | Questions & Help Needed | 5 | 02-23-2008 05:08 PM |
| Card images | Stellaferox | Code Samples & Tips | 11 | 02-02-2008 03:44 PM |