Forums/Other/SQL Yoga

Answered

Yoga SQL To_do Application

gbojsza
asked this on March 07, 2010 17:58

I was wondering if there is a version that is a standard Rev version (not using the GLX application framework)?

I am trying to learn the Yoga SQL and I am getting bogged down learning a new framework.

While working through the application I noticed that I don't see the mouseUp for either the Program card or either PeoplesProject group or ToDo group.

The rest of the logic is easy to follow (after a bit of learning).

Any help is appreciated... I really would like a single stack for the To Do application to work on. If this is not possible then the method of the mouseUp steps when a user clicks in either of the groups mentioned.

thanks,

Glen

 

Comments

User photo
Trevor DeVore
Blue Mango Learning Systems

Hi Glen,

IIRC the only SQL Yoga logic that resides outside of the "program" stack is in the registration information. You should be able to stay within the program stack and not have to worry about learning the framework.

As for mouseUp - the ProjectsPeople and ToDo groups are Data Grids so the logic occurs in the selectionChanged message. Take a look at the selectionChanged message in each of those groups.

Let me know if that helps.

March 08, 2010 17:22
User photo
gbojsza

Thanks Trevor,

I have started to break things down more (also closed the glx stack) and things are making a lot more sense.

March 09, 2010 11:34
User photo
Trevor DeVore
Blue Mango Learning Systems

Okay. Let me know if you have any further questions.

March 09, 2010 11:35