My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 1: Constructors for the TouchScreenForm class need to call setters....
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  zpartic...@gmail.com
Closed:  Jan 2013


 
Project Member Reported by zpartic...@gmail.com, Dec 22, 2012
In V1.1 I forgot to make sure the various control lists are getting set to NULL. These lines should be in the constructors:

    setLabels(NULL);
    setButtons(NULL);
    setCircleButtons(NULL);
    setArrowButtons(NULL);
    setSliders(NULL);

Next version will have the fix.
Jan 15, 2013
Project Member #1 zpartic...@gmail.com
Fixed in version 1.2.
Status: Fixed

Powered by Google Project Hosting