[flexcoders] Cool Flex Component Site (opensource)

2009-03-15 Thread aoi_zip
cool all opensource (lgpl) http://www.openzet.org/samples/

[flexcoders] flex1.5 custom component create problem

2006-07-17 Thread aoi_zip
Because swc inherit from uicomponent, it doesn't support attachMoive or duplicate like a movieclip. If I use similar way to attachMoive, I know that I should use a createObject and then I want to know the way how to use it in detail. At now, nothing is exposured in createObject.

[flexcoders] tilelist cellRenderer checkbox

2006-06-06 Thread aoi_zip
hi, sorry i'm not speaking english my flex application problem. tilelist cellRenderer is checkbox, checkbox check(select) click and scroll move to down. after scroll move to up. show the checkbox chek to uncheck. i'm not solve this problem. please help me thanks. my_test.mxml http://www.macrome

[flexcoders] datagrid gata groping problem

2006-02-18 Thread aoi_zip
hi all sorrt i'm not speaking english well.. i want datagrid data grouping. Group01 - G1_Host1 - G1_Sub - G1_Sub - G1_Sub - G1_Host2 - G1_Sub - G1_Sub - G1_Sub Group02 - G2_Host1 - G2_Sub -

[flexcoders] flashcom and cfc remoting problem

2005-12-15 Thread aoi_zip
hi, sorry, i'm not spaking english well. my question is flashcomm and cfc remoting problem. result (why return value is object? undefined? i'm not understand) onAppStop Called, returning false * running netserviceswrapper * run

[flexcoders] Re: flex 1.5 support Oracle 9? (source)

2005-11-25 Thread aoi_zip
-- system infomation --- OS windows 2003 coldfusion Version: 7,0,0,91690 Flex Version: 1.5 Oracle Version: 9.2.0.5.0 result screenshot --- // "getDataGrid_msAccess.mxml" result http:

[flexcoders] flex 1.5 support Oracle 9?

2005-11-24 Thread aoi_zip
hi.. i'm not speaking english well sorry. (use RemoteObject tag) flex app <-> cfc <-> ms access, ms sql: success flex app <-> cfc <-> Oracle 9.2.0.6.0 : fault flex 1.5 support Oracle 9? Yahoo! Groups Sponsor ~--> Get fast access to y

[flexcoders] [FLEX1.5] flex + fcs + cfc + oracle realtime question

2005-11-08 Thread aoi_zip
I want to send oracle data using FCS and apply it to FLEX directly(real time). In this case, I think that FCS and DB have to synchronize directly or run queries repeatedly in order to generate Real-time. So, I want to know that how FCS apply DB data to FLEX directly(real time) and its source cod