Re: How to create screen capture of website

2013-06-18 Thread codingdaddy
scroll to different parts of the page using this: > driver.execute_script("window.scrollTo(x, y);") # specify x and y > > I believe this code only works on Linux and you will need xvfb installed. > > > On Sun, 2013-06-16 at 04:04 -0700, codingdaddy wrote: > > Hi, > &g

How to create screen capture of website

2013-06-16 Thread codingdaddy
Thanks for your time in advance. codingdaddy -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this

Re: Layered Dropdown List

2012-12-24 Thread CodingDaddy
;> Hi, >> >> Le 24 déc. 2012 à 08:43, CodingDaddy >> > >> a écrit : >> >> I would like to ask your advice on how I can implement layered dropdown >> list. >> Let's say I have three tables, one called Country, another called State, >>

Re: Layered Dropdown List

2012-12-24 Thread CodingDaddy
Hi, Xavier, Thank you for pointing that out. I was not specific enough but what I want to do is to dynamically create this nested select from DB table. In that case, the documentation pointed out to use Foreign Key instead. CodingDaddy On Tuesday, December 25, 2012 1:47:24 AM UTC+9, Xavier

Layered Dropdown List

2012-12-24 Thread CodingDaddy
Hello, I would like to ask your advice on how I can implement layered dropdown list. Let's say I have three tables, one called Country, another called State, and the other called 'City' And you are adding information about a particular city in admin site. So I want to have a dropdown like thie