Yeah, I just noticed that too. Thanks.
What about for the other half of the question - does anyone know if there's a way to check a file's size within the filesystem through Python?
For...
Type: Posts; User: uh...ok; Keyword(s):
Yeah, I just noticed that too. Thanks.
What about for the other half of the question - does anyone know if there's a way to check a file's size within the filesystem through Python?
For...
Does anyone know if an API exists for working with the filesystem as far as checking for filesizes and how much space is left?
Thanks.
Hi,
Has anyone gotten the pickle module to work? I run across this error when trying to unpickle objects:
File "E:\system\libs\pickle.py", line 985 in load_string
...
That's what I was trying to avoid - but it seems like I'll have to implement something like that anyway.
The problem still is, though, that the class doesn't offer an observer method that tells me...
I'm trying to implement an image viewer (that has zooming and panning capabilities) where I can place a "dot" or some sort of graphics thing over a specific part of the bitmap.
Of course if the...
The examples I've found are a bit complicated and seem to be aimed at more difficult goals (like tabs on the navigation pane).
I was sort of hoping to not have to use NavigationControlContainer,...
I've searched the forums and SDKs for some examples of just putting a line of text in the Navigation Panel in the Status Pane without much luck... I'm trying to use SetTextL() but I'm not having much...
EDIT: figured it out :)
For those who are curious, I was implementing an image viewer using CPAlbImageViewerBasic using the ImageConverter example on this site as a reference. I couldn't figure...
Hi,
Does anyone know if classes or methods exist for traversing a large image? Say I wanted to implement a viewer with features like zooming in and out, and scrolling through the image... is this...
Hi,
I'm trying to write a simple Java applet that handles loading and viewing images (much like the built in Gallery applet). Right now I'm stuck on the part where you actually select an image to...
Hi,
I'm trying to use KToolbar to create a project that I made from Eclipse. What I did was copy the project directory into the apps folder of WTK21, and then ran the build. Everything builds...
Hmmm I guess then my followup question would be: where can I find such jpeg viewers? :)
Hi,
Does anyone know of any open-source S60 GIF viewers that are lying around? Typical searches seem to fail on this, so I figured I could try my luck in here.
Thanks.