Torriep

Member

Last active [hidden]

  1. 4 years ago
    Tue Mar 24 00:57:15 2020
    Torriep started the conversation GridDataSet Objects.

    Hi,

    I am new to the Object-oriented concepts. I understand the basics like events, methods and properties for controls but I am trying to use the Database objects and I have no clue what to do.

    I would like to basically create a grid in memory where I can programmatically assign values to row, column coordinates. This sounds simple enough but I have no clue where to start.

    There is the Grid data set that sound like it is a shoe-in but I have so many questions about it:

    • When I configure it, can I change the column names to numbers from 1 to 20 so I can add value like this : (2,3) = 4
    • If so, how do I add values to that Grid. I see that the GridDataSet inherits from BaseDataSet so if I understand correctly, all the methods of BaseDataSet are also inherited by GridDataSet. So it seems like I should be able to retrieve data with valueForIndex(row: Int, column: Int): That is fine, but how do I set the value in the first place?
    • Then, in order for all those objects to become instantiated, should I add to my Window all objects, GridDataSet AND a regular Dataset

    If you could provide a full example of how to use Griddataset that is not part of a chart, that would be great. Or at lease please give me a good object oriented reference I can read to learn about those concepts I don't understand.

    Thanks

    Pierre

  2. Mon Mar 23 14:19:30 2020
    Torriep posted in Identifier not found.

    Well, maybe that is the problem.

    Should I get the app store version or the version on your site?

    Thanks

  3. Mon Mar 23 12:36:47 2020
    Torriep posted in Identifier not found.

    Sure...

  4. Sun Mar 22 20:24:31 2020
    Torriep started the conversation Identifier not found.

    I have a small application with a bunch of textfields and steppers in a window, and the application was running fine.

    I added a View in the Windows and put all my controls in that new View and now when I run the app, I get on error per control saying : "Indentifier not found".

    All my controls are visible in the new view.

    The controls are in groups, I don't know if that hurts anything.

    Please help.

    Thanks

    Pierre

  5. Sun Mar 22 20:21:21 2020
    Torriep joined the forum.