> On Apr 24, 2007, at 7:56 AM, Ed Leafe wrote: > OK, I've spent some time digging deep into the pathing code. Re- > run the connection editor, and save the file again - it should now > store a path relative to the location of the .cnxml file. I've tested it > on Mac and Linux, but not on Windows, so please try it out and let me know if > it works there, too. > > I may still need to tweak it a bit more to handle cross-platform > issues, thanks to Bill G's "innovation" of using a backslash when > every other computing system on the planet uses a regular slash. > > -- Ed Leafe > -- http://leafe.com > -- http://dabodev.com
Hi Ed, The Connection Editor is working like a charm. Tested it in the current directory uphill and downhill. No problems. Got a bug in the Classdesigner though. There's a missing double-colon (I think that's the name for ":") at line 1575 in: [...] 1574 def onSaveRunnable(self, evt): 1575 if not self.wrapSave(self.currentForm.onSaveDesign, evt) 1576 return [...] best, Miguel _______________________________________________________________________________________ Aqueca o seu Inverno com o credito pronto a usar! Saiba mais em http://www.iol.pt/correio/rodape.php?dst=0701181 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
