Guyub adalah perusahaan TI berpusat di Palembang dengan fokus pada F/OSS Produk-produk >> Layanan-layanan >>
Rss Posts
May 28, 2010
pIn the last post I’ve shown how to create keyrings using python and mentioned a slightly difference from the seahorse password storing process. Well, it happens that, when we start to dig this difference isn’t so small. Using seahorse every keyring item is created with the Update if Exists flag as False, so you can create identical keyring items. This is not a safe approach and can result in an inconsistent keyring. But as we use the Update if Exists flag set as True, something uRead More…
Jan 05, 2010
pExample Clutter program which will load a png and create a clickable button out of it./pimport clutterbr /br /#create a clutter stage and set the display sizebr/stage = clutter.Stage()br /stage.set_size(400, 400)br /br /#load the image for the buttonsbr /img=clutter.cogl.texture_new_from_file(‘button.png’,clutter.cogl.TEXTURE_NO_SLICING, clutter.cogl.PIXEL_FORMAT_ANY)br /br /#example create button from class startbr /br /class button(clutter.Texture):br / def __init_Read More…