05-04-2012 09:17 PM
Though I don't know much about web development for the BlackBerry platforms, I've heard that https://github.com/blackberry/bbUI.js is pretty good and that it was updated to give the same look/feel/interaction of Cascades for web developers.
05-04-2012 09:52 PM
jheron wrote:
Cascades is built on top of the QtCore framework, so I would say there will be no need for a plugin its just going to work in creator by selecting the cascades libs. Qt creator is likely where it has been developed too.
This is just speculation on my part, but considering what cascades is there is no doubt in my mind...
While compilation can presumably occur in any environment which can launch the compiler/linker etc, I believe we will not see any of the Cascades stuff in the visual design modes of other environments such as QtCreator. As I understand it, the rendering engine with Cascades is significantly different than regular Qt (QtGui?) and that environment simply wouldn't be able to display the components the same way. My understanding may be flawed, but something like that was the answer I got when I asked.
05-05-2012 09:36 AM
Thanks for the insight Peter.
When you say " visual design modes", are you referring to the drag and drop of components type of visual ui editor, like in the Qt widget designer?
If so then that is not much different then what we have with Qt creator and qml now. The qml visual designer is non productive and what is seen in the designer is not representative of what it looks like when running in the qml viewer.
The qml coding is so descriptive and strait forward to use there is no use for it anyways though, at least in my in my opinion. The qml viewer is a nice option for quick ui design and would likely be nice for cascades as well but not necessary.
I guess time will tell... It would be a shame for us Qt fanboys to have to use momentics for Qt coding on blackberry when creator works so well with the multitude of other platforms supported... ![]()
What does the cascades have with momentics now? A drag and drop type of ui designer, a type a previewer like the qml viewer or something different?
Cheers,
Jon
05-06-2012 07:02 PM