yep, that worked, cheers for that, the only major problem is how do you get it to close down after you have moved the window, I suppose I could do a nasty hack and just wait for a second and kill the process, bit icky though.
also, does it have to be that big? does anyone actually do any development on it these days? I'm a bit hesitant to rely on something that is at a dead end development wise. cheers Miles -----Original Message----- From: Damion de Soto [mailto:[EMAIL PROTECTED] Sent: Wednesday, 3 September 2003 04:28 p.m. To: Miles Roper Cc: Blackbox Mailing List; 'Fran' Subject: Re: bbappconf Problems/Bugs Miles Roper wrote: > Hi, > > I'm looking at using bbappconf in http://thinstation.sourceforge.net I have > it working to a degree, but are having a couple of problems. > > When you do a bbappconf -help it shows you can do > > bbappconf -display <display name> > > This doesn't seem to work though, when I try from a console shell > > bbappconf -diaplay :0 > this is probabaly the same bug i fixed in bbsload. if you've got the source, look for something like: Basewindow::Basewindow(int argc,char **argv,struct CMDOPTIONS *options) : BaseDisplay(options->display_name) { and change it to: Basewindow::Basewindow(int argc,char **argv,struct CMDOPTIONS *options) : BaseDisplay(argv[0], options->display_name) { (or you could have a completely different problem :) i still haven't found enough motiviation to install bbappconf myself yet. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Damion de Soto - Software Engineer email: [EMAIL PROTECTED] SnapGear --- ph: +61 7 3435 2809 | Custom Embedded Solutions fax: +61 7 3891 3630 | and Security Appliances web: http://www.snapgear.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
