Re: [Sikuli-driver] [Question #144772]: Python style Dictionary, string as key

2011-06-28 Thread RaiMan
Question #144772 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/144772 Status: Expired = Solved RaiMan changed the question status: has some value -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #144772]: Python style Dictionary, string as key

2011-06-28 Thread RaiMan
Question #144772 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/144772 RaiMan posted a new comment: Here is an example, that makes up a class with some features inheriting its main features from Pythons dictionary class:: - it can collect images - each image has a short name,

Re: [Sikuli-driver] [Question #144772]: Python style Dictionary, string as key

2011-02-25 Thread Launchpad Janitor
Question #144772 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/144772 Status: Open = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

[Sikuli-driver] [Question #144772]: Python style Dictionary, string as key

2011-02-09 Thread eliteSKL
New question #144772 on Sikuli: https://answers.launchpad.net/sikuli/+question/144772 This is how i got a normal python dictionary to work with Sikuli. 1) make and image library. i have created my like this: from sikuli.Sikuli import * ItemToBeClicked = 12345543.png # aka the screen shot

Re: [Sikuli-driver] [Question #144772]: Python style Dictionary, string as key

2011-02-09 Thread RaiMan
Question #144772 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/144772 RaiMan posted a new comment: Oh yes, it is really a good idea, to use a dictionary to store your image references. This gives some more options, than simply having a bunch of img = 12345678.png in the

Re: [Sikuli-driver] [Question #144772]: Python style Dictionary, string as key

2011-02-09 Thread eliteSKL
Question #144772 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/144772 eliteSKL posted a new comment: what you have posted is a great idea. Actually the reason why i haven't created anything as robust as you have suggested is because there hasn't been an immediate need. the

Re: [Sikuli-driver] [Question #144772]: Python style Dictionary, string as key

2011-02-09 Thread RaiMan
Question #144772 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/144772 RaiMan posted a new comment: Totally agreed, I love seeing ideas like yours here, because these are the things, that allow a script to come along as an application. The great new features in Sikuli X