Re: [Tutor] [tutor] printing bitmap image dynamically reading data inwxpython

2007-10-01 Thread Varsha Purohit
Hi Alan, Thanks for the response. Its not a home work problem its actually a task i need to complete as i am tryin to make some tool which will be helpful to use as a script in arcgis. i kinda got some clue will surely ask help if i get stuck somewhere coz i know its difficult to put down in wor

Re: [Tutor] [tutor] printing bitmap image dynamically reading data inwxpython

2007-10-01 Thread Alan Gauld
"Varsha Purohit" <[EMAIL PROTECTED]> wrote > I want to create a wxpython program where i am reading a list > having > integer values like [1,2,3,4]. and i need to display the output > value as > bitmap image which shd be coloured after reading the values. Like > 1=red, > 2=yellow, 3=orange