Ed Leafe wrote:
> On Dec 17, 2006, at 7:52 PM, Carl Karsten wrote:
>
>> I used the new --OpenAllForms switch (committing soon) and got:
>
> Command-line switches are to be discouraged, since 90% of potential
> users out there run Windows. Yes, I know about cmd.exe and adding
> switches to shortcut definitions, but most people want to double-
> click on an icon and have it work.
So can I change this?
# If we are displaying a splash screen, these attributes control
# its appearance. Extract them before the super call.
self.showSplashScreen = self._extractKey(kwargs,
"showSplashScreen", False)
basepath = os.path.split(dabo.__file__)[0]
img = os.path.join(basepath, "icons", "daboSplashName.png")
self.splashImage = self._extractKey(kwargs, "splashImage", img)
self.splashMaskColor = self._extractKey(kwargs,
"splashMaskColor", None)
self.splashTimeout = self._extractKey(kwargs, "splashTimeout",
5000)
The change would be to make it more unix like with -O|--LongOptionName <value>
instead of KeyWord <value>
C
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev