Welcome, Guest
  • Author Topic: data grid first frame  (Read 1077 times)

    Vladimir M

    • Server what's that
    • *
    • Posts: 6
      • View Profile
    data grid first frame
    « on: 04/12/04, 17:47 »
    help!?

    how do i put an instance of a datagrid into a frame that is not the first and be able to set up it's bindings.
    when i do that it tells me in the component inspector that an instance is needed in the first frame .. but it tells me that even when i do put an instance into the first frame..

    thanks
    flash. should i'll love it or hate it .
    i'll love it when they put a directx engine in it
    (and a coffee maker)

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:data grid first frame
    « Reply #1 on: 04/12/04, 18:48 »
    It means: only could be in first frame to use bindings. Use it inside the first framme of a MovieClip instead of the main timeline, and put then the movieClip where you need.

    Jorge

    Vladimir M

    • Server what's that
    • *
    • Posts: 6
      • View Profile
    Re:data grid first frame
    « Reply #2 on: 04/13/04, 05:46 »
    thanks but i have a new problem...

    i've put my xmlconnector, my dataset and datgrid into a separate movieclip and put them on the stage. I CAN see IT IS working BUT there is no font or text only blank lines are filling the datagrid?!?!?

    ??? thanks again
    flash. should i'll love it or hate it .
    i'll love it when they put a directx engine in it
    (and a coffee maker)

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:data grid first frame
    « Reply #3 on: 04/13/04, 06:08 »
    Modify your structure and move to the same MovieClip, XMLConnector and dataset have not visual representation. Use more XMLConnectors and datasets if you need.

    Jorge