FILE Path
| Fri, 2007-07-27 07:39 | |
|
Hi All, Z:\\resource\\apps\\AnimExample\\GuitarPlayer.gif; \epoc32\RELEASE\WINSCW\UDEB\Z\Resource\Apps\AnimExample\GuitarPlayer.gif and try to open the file it returns -1 can any one please tell me how to copy the file ? |
|






Forum posts: 14
1. Which is "open" functions used?
2. Z - ROM storage on a device. it means read-only in common case.
Forum posts: 32
Hi,
I have used RFile Class open function..
i want to dispaly a gif file on the screen
for that i am saving the gif file in that path
and giving that path
to SetFileL function of CICLAnimationDataProvider class
but it is throwing system error -1
Forum posts: 26
error is -1 means Unable to find the specified object..so please check it first..
Regards,
Parag
Forum posts: 27
yes - z is read only - try copying to C:\\. You can find this in your SDK under Epoc32\winscw\c\..
Forum posts: 32
I am sorry I am Bit Late
yes all of u r right it should be copied
in C:
it is working fine
Thankx
Can any one know how to scale the animated gif (i.e i want my gif image to occupy the 40% of my screen
at present it is occupy 60% of screen size)
Thanks All
Gopal