B
Brian H
Hi all,
I've been encouraged by a few users of a freeware app I've written to submit
it to this Mobile2Market competition. I'm going over the requirements for
logo certification a bit, and would like a few clarifications. First the
easy one:
1. Since my app is mainly in the CF, the exemptions section seems to
inficate that:
- tooltips on the command bar are not needed.
- it is ok for CF apps to have a different help mechanism and display a way
for the user to invoke this help.
Regarding the help, I simply CreateProcess an iexplore instance to disaply a
help.html file. Would this be allowable?
2. Fonts. I allow the user to configure the fonts the application uses when
drawing info to the screen. The docs state that when displayed, these
options must appear in this order, left to right: style, font, font size,
bold, italic, underline.
In my case, I have several comboboxes on the left side of my form. One
combobox for the font, and under it, one for font size. On the other right
side of my form, I have the checkboxes for Bold, Italic, Underline, from top
to bottom. It follows the "flavor" of the requirement but is not left to
right. Is this ok? There's no logical way to make these options go left to
right.
3. Clarification: when I show a dialog box for settings, I must keep the
application name as the form's text property? (IE, myform.text = <app
name>). It seems fairly strict against truncating the text, so I suppost
"<app name>: Fonts" would likely be out.
4. Finally, is there a way to execute code should the app be uninstalled?
I have an option that allows the app to run for certain events
(CeRunAppAtEvent) and, should the user elect this option, but then uninstall
the app, I'm uncertain how this should get cleaned up. Right now I simply
state, in the help, to make sure these options are disabled before
uninstalling, but I'm not sure if this would pass logo certification.
Thanks for reading, I'd appreciate some qualified input!
Regards,
Brian
I've been encouraged by a few users of a freeware app I've written to submit
it to this Mobile2Market competition. I'm going over the requirements for
logo certification a bit, and would like a few clarifications. First the
easy one:
1. Since my app is mainly in the CF, the exemptions section seems to
inficate that:
- tooltips on the command bar are not needed.
- it is ok for CF apps to have a different help mechanism and display a way
for the user to invoke this help.
Regarding the help, I simply CreateProcess an iexplore instance to disaply a
help.html file. Would this be allowable?
2. Fonts. I allow the user to configure the fonts the application uses when
drawing info to the screen. The docs state that when displayed, these
options must appear in this order, left to right: style, font, font size,
bold, italic, underline.
In my case, I have several comboboxes on the left side of my form. One
combobox for the font, and under it, one for font size. On the other right
side of my form, I have the checkboxes for Bold, Italic, Underline, from top
to bottom. It follows the "flavor" of the requirement but is not left to
right. Is this ok? There's no logical way to make these options go left to
right.
3. Clarification: when I show a dialog box for settings, I must keep the
application name as the form's text property? (IE, myform.text = <app
name>). It seems fairly strict against truncating the text, so I suppost
"<app name>: Fonts" would likely be out.
4. Finally, is there a way to execute code should the app be uninstalled?
I have an option that allows the app to run for certain events
(CeRunAppAtEvent) and, should the user elect this option, but then uninstall
the app, I'm uncertain how this should get cleaned up. Right now I simply
state, in the help, to make sure these options are disabled before
uninstalling, but I'm not sure if this would pass logo certification.
Thanks for reading, I'd appreciate some qualified input!
Regards,
Brian