User Tag List

Results 1 to 4 of 4

Thread: Enumeration in DataGrid object

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Location
    Oregon, USA
    Posts
    141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Enumeration in DataGrid object

    Can someone shine some light on what Enumeration is and how it works? Thanks

  2. #2
    No Products Registered

    Join Date
    Jul 2006
    Location
    Oregon, USA
    Posts
    141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Enumeration in DataGrid object

    Can someone shine some light on what Enumeration is and how it works? Thanks

  3. #3
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Enumeration in DataGrid object

    Enumeration is going through a list one by one. Calling the names in a register involves a process of enumeration.

    If you do the action "Enumerate all cells" it will trigger the "On enumeration" action once for every cell, with the EnumColumn( "DataGrid Object" ) and EnumLine( "DataGrid Object" ) values changing to represent the position of the cell currently being enumerated. If you have 50 cells then this event will be called 50 times.

    You could also use "Enumerate selected cells", which would work the same but would only enumerate cells that are selected.
    .:::.Joshtek.:::.

  4. #4
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Enumeration in DataGrid object

    Enumeration is going through a list one by one. Calling the names in a register involves a process of enumeration.

    If you do the action "Enumerate all cells" it will trigger the "On enumeration" action once for every cell, with the EnumColumn( "DataGrid Object" ) and EnumLine( "DataGrid Object" ) values changing to represent the position of the cell currently being enumerated. If you have 50 cells then this event will be called 50 times.

    You could also use "Enumerate selected cells", which would work the same but would only enumerate cells that are selected.
    .:::.Joshtek.:::.

Similar Threads

  1. Datagrid object and other objects: Getting other objects to overlap datagrid order.
    By ratty in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 10th August 2013, 05:38 AM
  2. Device Enumeration
    By Liam72 in forum Lacewing
    Replies: 4
    Last Post: 28th May 2009, 04:25 PM
  3. Datagrid Object
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 16th February 2008, 04:39 PM
  4. Datagrid object
    By Sphax in forum Extension Developers Lobby
    Replies: 0
    Last Post: 14th July 2006, 03:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •