topics:  main-page   everything   99things   things-to-do   software   space   future   exercise & health   faith  
  thought   web   movies+TV   music   mymusic   food   curiosity   tidbits   I remember   wishlist   misc   links


BB10: Tutorial: Signals and slots
June 24, 2012

https://developer.blackberry.com/cascades/documentation/ui/signals_slots/signals_slots_set_up_project.html

I tried to do this tutorial but at the bottom of the page, the "Next" link takes you to a non-existent page:

https://developer.blackberry.com/cascades/documentation/ui/signals_slots/signals_slots_create_UI.html

Submitted an issue tracker ticket to RIM.


BB10: Signals and slots
June 24, 2012

https://developer.blackberry.com/cascades/documentation/ui/signals_slots/index.html

I read this introduction to signals and slots, and how to create them in more flexible ways.

Interesting. If you can get away with using signals and slots in QML and not needing to define custom signals and slots, it is a very efficient way to wire things up. It seems to work decently in C++ as well, although not surprisingly requires a bit more verbose code. I'll have to use signals and slots to see how I like them, but it seems like a very reasonable design.


BB10: Creating User Interfaces
June 24, 2012

Tutorials here:

https://developer.blackberry.com/cascades/documentation/ui/index.html

These tutorials look great. Diving in...

older >>