rolandha
2 messages 2009-05-06 |
No answer is also an answer ...
|
|
Tuukka
46 messages 2009-04-25 |
Our firm is also considering to purchase your product for the base of our own products. Missing roadmap and slow response times to help requests on the forums make us think twice, though. Please shed some light on how you plan to proceed with Kuix and how certain can we be that this product will still exist and have support in, say, two years?
|
|
rolandha
2 messages 2009-04-16 |
hello,
searching your homepage, i am missing a KUIX roadmap. what are your plans for the future? will there be a future?
do you plan to support platforms like android? if so, then when?
it is crucial, when making a decision on a framework, to know where it is going.
how do you decide on feature requests? is this a community driven process?
could you please share some insights on that?
thanks!
roland
|
|
nagkumar
51 messages 2009-02-13 |
Hi,
The change log is showing the year as 2008. Is it correct or mistake
Regards,
Raja Nagendra Kumar,
C.T.O
www.tejasoft.com
|
|
Bo
Moderator
337 messages 2009-02-10 |
- See changelog
- With this new version of Kuix, the commercial multi licence ha been removed to be replaced by a Corporate licence with an unlimited number of application.
|
|
Bo
Moderator
337 messages 2009-02-10 |
Finaly the next Release of Kuix will be named 1.1.0 because of non retro compatibility with the 1.0.1 on some features like PopupBox, etc ...
|
|
Bo
Moderator
337 messages 2009-01-30 |
Now available in beta state on the SVN, the next release of Kuix / Kutil will be available on 2009-02-10.
Kuix 1.1.0 Changelog
- Bug fix : avoid the bug when setting a very small value in Gauge - Bug fix : avoid a NullPointerException when define null border multi color - Bug fix : avoid lack of clean up in Menu widget when calling the removeAll() method - Bug fix : avoid TextField tooltip style inheritance problem - Bug fix : '/' character are no more ignored while CSS parse - Bug fix : action parameters can now contains space characters
- The Tablelayout was rewrited to use correctly the weight values - weight style property not need fixed-point integer values (ie. 0.5 for 50%)
- Remove all deprecated methods/functions - Remove all static method in KuixConverter. Use Kuix.getConverter() instead. - Remove the ScrollPane **useMarkers** attribute. This notion is now manged automaticaly - Replace *focusedwidget* keyword detection in Kuix.parseMethod() function by a default *focusedwidget* read only attribute on all widget. Example : onAction="doMyAction(#myRootWidgetId.focusedwidget)
- Add a new Jad attribute : **KUIX-Deskop-Bounds** to customize the desktop size and position (the value is something like : *x,y,w,h*) - Add *widget path* capabilities in Kuix.parseMethod(..) function. It's now possible to do : - Add KuixCanvas.addUnpaintableWidget(Widget widget), KuixCanvas.removeUnpaintableWidget(Widget widget)and KuixCanvas.clearUnpaintableWidgets() methods to mask region of display from Kuix repaint process.
- Add a new **transform** attribute to the Picture widget to be able to apply rot and mirror transform on the source image - Add a new **autoscroll** attribute to the ScrollPane widget. The autoScroll attribute force the scroll position to the max value each time the {@link ScrollPane} content change or is invalidated. - Add a new **editonallkeys** attribute to the TextField widget. The editOnAllKeys attribute define if the J2ME native edit dialog is opened when any valid key is hit when the widget has the focus. - Add a new **title** attribute to the Choice widget. The title is used as title of the choice screen. - Picture src attribute accept now clipped image like url(x,y,width,height,transform) in css file
- Add a new **greyed-color** style property on all widget used when the is displayed as popup.
- StyleProperty now convert its value (Color, Margin, Layout, ...) only on first use to save some memory
- The PopupBox widget has been completly rewrited. It works now more than a Screen widget with a BottomBar were buttons are placed. - A popupBox can now be defined from an XML definition like <code> <popupBox> My content here <popupBoxFirstMenuItem>Ok</popupBoxFirstMenuItem> </popupBox> </code> - new Kuix.showPopupBox(InputStream, Dataprovider) and Kuix.showPopupBox(String, Dataprovider) - new Kuix.customizeAlertLabels(ByteArrayInputStream, ByteArrayInputStream, ByteArrayInputStream, ByteArrayInputStream) to customize alert labels with special rendrers (XML input streams) (Ok, cancel, yes, no). - new Kuix.customizeScreenMenuLabels(Widget, Widget) to customize screen menu labels with special rendrers (XML input streams) (select and cancel).
Kutil 1.0.3 Changelog
- NumberUtil can now manage long integer type - Rewrite the Encoder.encode64(...) and Encoder.decode64(...) methods
|
|
Bo
Moderator
337 messages 2008-11-10 |
|
|
Bo
Moderator
337 messages 2008-11-10 |
Hmmm ... yes it seems that there is a problem there, you've got the result of Doc search instead of Forum.
|
|
krebbl
3 messages 2008-11-10 |
Nice feature, if it works correctly.
It would be nice, if someone can fix the forum search. So that it is possible to see all search results, not only the first page...
Thx!
Nevertheless, Kuix is great!
|
|
Bo
Moderator
337 messages 2008-10-24 |
We are pleased to announce you that you can now contribute by posting you own snippets on each project.
For example, you can acces to the Kuix snippets contribution page, here.
|
|
Bo
Moderator
337 messages 2008-10-01 |
Kuix 1.0.1 and Kutil 1.0.2 is now officialy released.
Check changelog to know all changes between previous release.
|
|
Bo
Moderator
337 messages 2008-08-22 |
As you can see, a top input as appear on top of the forum.
|
|
Bo
Moderator
337 messages 2008-08-18 |
Kuix 1.0.1 (now available on SVN)
- Bug fix : avoid the OutOfMemoryException while closing a MenuPopup
- Add **Blackberry** platform detection support and Soft keys emulation through action menu. - Add a processDebugInfosKeyEvent() method to KuixMIDlet to be able to customize debug infos key event action. By default it displays Kuix debug infos on the screen. - Add KuixMIDlet.fatal(String) and KuixMIDlet.fatal(String, Throwable) methods to display fatal error LCDUI alert messages. - Add default kuix actions available in xml actions (like onAction="...") : - *!exit* : exits the application by calling KuixMIDlet.getDefault().destroyImpl() - Add onselect and onunselect method attribute on CheckBox, RadioButton and TabItemButton. - Add animation capabilities on Picture accessible from new attributes (frameWidth, frameHeight, frameSequence, frameDuration). - Add "Multi" DataProvider capabilities. A DataProvider can now be a slave of an other, to be able to load a Screen with more thant one data model. - Add backwardTabKey and forwardTabKey attribute on TabFilder widget to be able to change the default left and right keys of tab navigation. - Add multi border-color capabilities on widgets. You can now set a different color for the 4 borders. - Add Kuix.loadMenuContent(Menu, String, DataProvider) and Kuix.loadMenuContent(Menu, InputStream, DataProvider) methods to reload menu content on the fly.
- Add a new KuixInitializer interface which KuixMIDlet implements to be able to use Kuix engine without creating a KuixMIDlet. @see org.kalmeo.kuix.core.KuixInitializer javadoc comment for further informations.
- Kuix.loadWidget(...) functions now return the real loaded XML root widget.
- Remove unuseful List.newItemWidgetInstance(DataProvider item) method. Dynamic list can now be any kind of widget. - Remove unuseful Widget.drawBorder(...) and Widget.drawBackground(...) methods. - Remove unuseful MenuItem.hideMenuTree() method
- Default "Please select" text is displayed when a Choice has no selected radioButton. - Methods **refactoring** : - Kuix.extractStyleSheets(...) *has been moved to* KuixConverter.convertStyleSheets(...) - Widget.bringToBack(...) *become* Widget.sendToBack(...) - Widget.getBorderColors(...) *now returns* a Color[] (array length is 4) - Widget.getBorderImages(...) *become* Widget.getBorderImage(...) to be conform to the style property name. - Widget.getBorderAlignments(...) *become* Widget.getBorderAlign(...) to be conform to the style property name. - Widget.getBackgroundAlignment(...) *become* Widget.getBackgroundAlign(...) to be conform to the style property name. - KuixMIDlet.getCanvas() *is now deprecated and replaced by* Kuix.getCanvas() - KuixMIDlet.showPopupBox(...) *is now deprecated and replaced by* Kuix.showPopupBox(...) - KuixMIDlet.alert(...) *are now deprecated and replaced by* Kuix.alert(...)
- Widget tags **refactoring** : - tabbutton *become* tabitembutton and is an internal widget of tabitem
|
|
Bo
Moderator
337 messages 2008-07-25 |
Kuix 1.0 is now officialy released.
Check changelog to know all changes between previous release.
|
|