Am Dienstag, 22. Juli 2008 18:22:05 schrieb Dan Sully:
> * Dirk Meyer shaped the electrons to say...
>
> >"Chandan Pitta" wrote:
> >> Sorry for hijacking this thread again, but I found out that the setup.py
> >> in kaa does not install candy by default. Was that intentional?
> >
> >Yes, because kaa
* Jason Tackaberry shaped the electrons to say...
>Dan Sully wrote on 22/07/08 12:22 PM:
>> Why not just svn delete it? It's very confusing to have stuff that's not used
>> anymore in the svn repo. The whole point of source control is that one can go
>> back to the revision where something existed
Dan Sully wrote on 22/07/08 12:22 PM:
> Why not just svn delete it? It's very confusing to have stuff that's not used
> anymore in the svn repo. The whole point of source control is that one can go
> back to the revision where something existed if you need it again.
I can't believe anyone would be
* Dirk Meyer shaped the electrons to say...
>"Chandan Pitta" wrote:
>> Sorry for hijacking this thread again, but I found out that the setup.py in
>> kaa does not install candy by default. Was that intentional?
>
>Yes, because kaa.candy is more or less just added from WIP. Sometime
>the next weeks
"Chandan Pitta" wrote:
> Sorry for hijacking this thread again, but I found out that the setup.py in
> kaa does not install candy by default. Was that intentional?
Yes, because kaa.candy is more or less just added from WIP. Sometime
the next weeks I will move kaa.canvas to DEPRECATED (maybe also
k
Sorry for hijacking this thread again, but I found out that the setup.py in
kaa does not install candy by default. Was that intentional?
On Sun, Jul 20, 2008 at 8:10 AM, Dirk Meyer <[EMAIL PROTECTED]> wrote:
> "Chandan Pitta" wrote:
> > On Sun, Jul 20, 2008 at 2:02 AM, Dirk Meyer <[EMAIL PROTECT
"Chandan Pitta" wrote:
> On Sun, Jul 20, 2008 at 2:02 AM, Dirk Meyer <[EMAIL PROTECTED]> wrote:
>
>> "Chandan Pitta" wrote:
>> > More questions (sorry I decided to use my weekend to understand candy). I
>> am
>> > trying to create a grid of Text widgets, but Grid requries a template.
>> What
>> > i
On Sun, Jul 20, 2008 at 2:02 AM, Dirk Meyer <[EMAIL PROTECTED]> wrote:
> "Chandan Pitta" wrote:
> > More questions (sorry I decided to use my weekend to understand candy). I
> am
> > trying to create a grid of Text widgets, but Grid requries a template.
> What
> > is that? Can't I simply pass None
Jason Tackaberry wrote:
> On Sat, 2008-07-19 at 12:32 -0700, Chandan Pitta wrote:
>> Never mind I got it. Use (255, 255, 255, 255) instead of 0xff
>
> dischi: feature request above. :)
Done. I need a kaa.candy.Color object and in case it is none, I
transform it into one. kaa.candy.Color accept
"Chandan Pitta" wrote:
> More questions (sorry I decided to use my weekend to understand candy). I am
> trying to create a grid of Text widgets, but Grid requries a template. What
> is that? Can't I simply pass None?
A grid _does_not_ take a list of widgets to be shown, it gets a list
of somethin
More questions (sorry I decided to use my weekend to understand candy). I am
trying to create a grid of Text widgets, but Grid requries a template. What
is that? Can't I simply pass None? I tried this and it did not work. By the
way how do you create templates?
from kaa.candy import Font
On Sat, 2008-07-19 at 12:32 -0700, Chandan Pitta wrote:
> Never mind I got it. Use (255, 255, 255, 255) instead of 0xff
dischi: feature request above. :)
Original canvas/candy did support colors specified as 0xrrggbbaa or
0xrrggbb (in which aa would default to 255).
---
Never mind I got it. Use (255, 255, 255, 255) instead of 0xff
On Sat, Jul 19, 2008 at 12:27 PM, Chandan Pitta <[EMAIL PROTECTED]>
wrote:
> Another quick question. I am trying to create a Text widget in candy like
> so:
> Text(None, None, "hello world", font, 0xff, None)
>
> and I get thi
Another quick question. I am trying to create a Text widget in candy like
so:
Text(None, None, "hello world", font, 0xff, None)
and I get this exception:
File
"/home/chandanp/workspace/usr/local/lib/python2.5/site-packages/kaa/candy/widgets/text.py",
line 84, in set_color
super(Text, sel
On Sat, Jul 19, 2008 at 11:12 AM, Dirk Meyer <[EMAIL PROTECTED]> wrote:
> "Chandan Pitta" wrote:
> > This is so silly, but I am not able to understand how to add an image to
> a
> > candy stage. Here is the code I used:
> >
> > kaa.candy.init()
> > window_size = (1360, 768)
> > stage = kaa.candy.S
"Chandan Pitta" wrote:
> This is so silly, but I am not able to understand how to add an image to a
> candy stage. Here is the code I used:
>
> kaa.candy.init()
> window_size = (1360, 768)
> stage = kaa.candy.Stage(window_size)
> img = kaa.candy.widgets.Image(None, None, skin.get_background_image()
This is so silly, but I am not able to understand how to add an image to a
candy stage. Here is the code I used:
kaa.candy.init()
window_size = (1360, 768)
stage = kaa.candy.Stage(window_size)
img = kaa.candy.widgets.Image(None, None, skin.get_background_image())
stage.add(img)
And here is what I
17 matches
Mail list logo