Apr 29
Digg
Stumbleupon
Technorati
Delicious

Creating a listbox on canvas for XM 5800

Since Python 1.9.4 does not have scrollbars in listbox yet, it is impossible to use this component when programming for touch devices like XpressMusic 5800. I started to port my listbox on canvas for XM 5800, enabling applications like WordMobi that depends on this component. When scrollbars become available it will be simple to remove [...]

Author: Marcelo Barros
Apr 29
Digg
Stumbleupon
Technorati
Delicious

1.9.4 Nokia signed scriptshell now available

Following the official PyS60 1.9.4 release statement by Nokia PyS60 team on the 24th April, I am afraid there are many things that are buggy. The PyS60 1.9.4 SDK is still uninstallable and therefore unusable. It is unbelievable that PyS60 team did not notice this while testing. Hopefully, this should be fixed soon.
Today PyS60 team [...]

Author: Pankaj Nathani
Apr 27
Digg
Stumbleupon
Technorati
Delicious

Network programming for PyS60 (VI)

Before presenting some server code it is important to discuss about access points selection. When some socket calls like connect() are executed, a dialog is presented, allowing users to choose which connection they want to use. To avoid further connection dialogs or even for specifying exactly where you want to put your server, it is [...]

Author: Marcelo Barros
Apr 27
Digg
Stumbleupon
Technorati
Delicious

Unleash the power of PNG transparency with masks

Although PyS60 is not able to deal with images with alpha information (32-bit or RGBA), there is one way to show transparent GIF and PNG images using the mask parameter on Image class.
Suppose you have drawn a very cool clock with Inkscape having a transparent background and that you have exported it to PNG and [...]

Author: José Antonio Oliveira
Apr 25
Digg
Stumbleupon
Technorati
Delicious

PyS60 1.9.4 is now here!

As predicted here, PyS60 team releases one more PyS60 dot release in the series of 1.9.x releases.
Some additions as below, and as said earlier, baby steps are always good.
New features with PyS60 1.9.4

A single Nokia signed runtime package which can be installed on all S60 3rd ED and above devices is available.(size with dependencies=2.8MB, actual [...]

Author: Pankaj Nathani
Apr 24
Digg
Stumbleupon
Technorati
Delicious

Will PyS60 1.9.4 come today?

It has been a month since the last release of Python for S60 and it is likely that a newer version of PyS60 is expected either today or early next week. No official announcements by Nokia PyS60 team, but we do have a calculation for expecting the release
24 December 2008: Python for S60 [...]

Author: Pankaj Nathani
Apr 24
Digg
Stumbleupon
Technorati
Delicious

Nixie Watch v1.00

Last evening I read Lifehacker interview of Steve Wozniak. He said “I do have a Nixie Tube watch“… Uh, sorry? Was that Nokia 5800, which was codenamed “Tube”? As a watch?
After some googling I discovered an amazing analog watch, in the wrist of Steve Wozniak. I wanted one immediately, but couldn’t have. So the next [...]

Author: Jouni Miettunen
Apr 21
Digg
Stumbleupon
Technorati
Delicious

Featured #14 + Interview of the author!

The prominent aim of the Featured PyS60 Applications section is to help the developers of PyS60 build standalone applications on PyS60.
It has been many months now that we introduced “Featuring an PyS60 Application” here on Croozeus. This time we are also publishing an interview of the author of application. Since the touch support for PyS60 [...]

Author: Pankaj Nathani
Apr 21
Digg
Stumbleupon
Technorati
Delicious

Network programming for PyS60 (V)

Before some more practicing, it is time to finish the last post about IP addressing. One important concept is missing: network masks.
After CIDR adoption, the network mask became essential for splitting the IP address in network ID and host ID. This way, the default masks for classes A, B and C could be increased (typical [...]

Author: Marcelo Barros
Apr 21
Digg
Stumbleupon
Technorati
Delicious

Creating a customized Ticker Component in Flash Lite

The Ticker is essentially a scrolling text that can be used to display advertisements, news headlines, stock quotes and many more. Ticker component is one of the simplest components to create on Flash Lite. Such a component is however, not available in the standard components set. Hence, in this article, we discuss how to create [...]

Author: Manikantan