Open GoogleCodeExporter opened 9 years ago
I have seen this type of error as JS error.
Are you compiling the .swc into your project.
The pdf that is in the 0.2.6 distrubtion does not correctly reflect how do so.
It
uses the old naming.
1) You have to add the sfapi.swc file to your libs folder in your flex project
2) You have to provide the altered project compile instructions
-locale en_US -include-libraries "..\libs\sfapi.swc"
Hope this works for you.
Original comment by bilal.so...@gmail.com
on 22 Feb 2010 at 4:02
Hi,
I can call this function without any error:GetFlexDatagridCellText . but all i
get is NULL. i do not know. In addition, i don't see a function to click on a
data grid row. i am using 0.2.6.
if i use 0.2.5, then i can get the value, but it is slow. and the 0.2.5
version will have trouble with pop up window that has tree control.
I would like any advice if possible.
thank you.
Original comment by charliet...@hotmail.com
on 7 May 2011 at 6:34
I used command like flashApp.call("getFlexDataGridCell", "aaa,1,5");
aaa is datagrid's id,1 is row,5 is col
Original comment by zhang_hu...@saisonchina.com
on 18 Aug 2011 at 7:39
Original issue reported on code.google.com by
khya...@gmail.com
on 16 Feb 2010 at 11:33