Your options: A - Install from working without git:
1) go to https://github.com/dabodev/dabo 2) change branch from 'master' to 'working' 3) click the 'zip' button 4) download the zip and extract it on your machine B - Wait until 0.9.7 C - Step back for a few hours and learn Git Personally, I recommend C. A will get you up and testing this fix as quickly as possible right now though. B is the safest, although I really want you to test this fix for me. Paul On 1/27/13 6:20 AM, Carey Gagnon wrote: > Looks like I'll have to figure git out if I want the fix. > > Thanks > Carey > > > On Sat, Jan 26, 2013 at 9:09 PM, Paul McNett <[email protected]> wrote: > >> On 1/25/13 5:41 PM, Carey Gagnon wrote: >>> I've been using a splash image for some time without any issues. I just >>> started playing with dSecurityManager and finally got it working right. >>> Pulling encrypted passwords from the database and continuing on to the >> form >>> if it's good, and exiting if it's bad (after the 3rd attempt anyway). >>> >>> While working on all this I had to disable my splash screen because once >>> the splash screen timeout was done, when the splash closed so did the >> login >>> dialog box. >>> >>> My app is not hand coded. I am using class designer files and their >>> corresponding xxx-code.py files. I've called the standard >> dSecurityManager >>> which calls the standard login.py file from dabo/ui/dialogs/. (I'll have >>> questions later about how to call a customized login.py file) >>> >>> Anyone else seen this? >> >> The splash screen and the login dialog both display before the main event >> loop >> starts, and the login dialog is modal. Something about this combination >> makes the >> splash screen become the parent of the login dialog, so when the splash >> screen is >> released, the login dialog goes with it. >> >> I'll push a commit to the working branch that seems to fix it shortly. >> >> Paul >> >> _______________________________________________ >> Post Messages to: [email protected] >> Subscription Maintenance: >> http://mail.leafe.com/mailman/listinfo/dabo-users >> Searchable Archives: http://leafe.com/archives/search/dabo-users >> This message: >> http://leafe.com/archives/byMID/[email protected] >> > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users > Searchable Archives: http://leafe.com/archives/search/dabo-users > This message: > http://leafe.com/archives/byMID/camgtpfhga--7nk5xbfwrv81jmjpbq9-xmu0nfypuisvk4t0...@mail.gmail.com > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
