|  | Added functions to InputMenu and Cart
|
| Original Message | Added functions to InputMenu and Cart Author Jan Swartling on 06-06-2000 at 14:07 (EST) | After working a while with uShop I found some items I would like to add to a wishlist.
In the 'uShopInputMenyQuantity' I would like the possibility to have different colors for different rows of the items fields. Let say I have an old version of a program that I want to sell out to a lower price. It would then be great if I could mark this row with a different color, letting it stand out from those item selling at full price.
In the same 'uShopInputMenyQuantity' there is a price field. I would like that field to be right aligned.
In the 'uShopCart', the 'Count' version, I think it would be nice if I could change the font size of the count number.
Then in the same 'uShopCart'; what is the 'parameter name=money_sign' doing there? Isn't this parameter obsolete in the 'count' version of uShopCart?
Best regards Jan Swartlling Blue Soft Sweden
|
|
| | Messages In This Discussion |
1. RE: Added functions to InputMenu and Cart Author Bill Weiner on 06-07-2000 at 06:14 (EST) | | Thanks for the suggestions...just a couple responses:
1) The standard Java AWT "Choice" component doesn't allow you change the color of one specific line in the drop-down list...so that would required coming up with an entirely new component type. More than likely, we will not implement that feature...but with uShop 3.0 the API will be released so that you can develop you're own Java Applets AND JAVASCRIPTS to interface with uShop.
2) I think if you just pad the price with leading spaces, you can do that now.
3) That has already been added to version 3.0.
4) The money_sign in the "COUNT" version is there in case someone is only using the "COUNT" version of the cart, but needs the currency symbol changed.
No official release date of uShop 3.0 has been set at this time.
|
|
|
|