Samuel M.

Samuel M.


  • Name: Samuel Mburu
  • Favorite Languages: PHP, C#, Flex, HTML, CSS
  • Website: [not set]
  • Location: OH, US
  • About Me: [not set]

Recent Comments

  • Adding Dynamic Rows To Flex DataGrid
    10/12/2009 - 21:27

    I reworked my code and got it working, It turns out that I didn't have to mirror my PHP class exactly (in terms of the constructor, since you can't pass more than one item when creating... well you could but this was not how I solved my issue)

    So basically my php class constructor had more parameters than my flex one did.

  • Adding Dynamic Rows To Flex DataGrid
    09/29/2009 - 11:33

    Rukk, I'm new to flex too.

    I was thinking if you added a save function in your service layer that you called from your remote object on a button click. Then you could handle the array on the server side and should solve your problem.

    Let me know if that works

  • Adding Dynamic Rows To Flex DataGrid
    09/28/2009 - 11:32

    Hi this blog has been super helpful. I ran into it while googling and it has come in handy several times. Lately, I have been trying to implement this dynamic row addition without any luck.

    My situation is exactly like yours except that I am pulling in data from the database.

    When I run my app, I get an error stating that my object constructor received no arguments when expecting 6.. error # 1063. After that my grid appears with no data.

    When I comment out my constructor the data loads properly, except in the Add task row I am only able to edit the column with the add task.

    I am lost, the data seems to be trying to go through the constructor without success but I haven't been able to get to it using the debugger.

    Any thoughts?

    Thanks,
    Samuel M.