Hi,
there should not be any problem , so what if u r using modules.
modules is just to lower swf files size.
i am also using modules. name is yourMXMLModule.
*private* *static* *var* _instance:yourMXMLModule=*null*;
*public* *static* *function* getInstance():yourMXMLModule
{
*if*(_instance == *null*)
{
_instance = *new* yourMXMLModule();
}
*return* _instance;
}
now in your main mxml file
u can use yourMXMLModule.getInstance().dataproviderId.
check if this works!!!
On Tue, May 4, 2010 at 2:03 PM, Alekhya Krishna
<[email protected]>wrote:
> Hi,
>
> Thanks for the reply, but i am using modules, So How to get it? please
> reply me?
>
> On Mon, May 3, 2010 at 1:32 PM, Malek S <[email protected]> wrote:
>
>> Hi,
>> yes thats also feasible.
>>
>> however one draw back will be like when u delete all the history of
>> internate explorer,
>> then u might not get that instance...
>>
>> getInstance will always intansiate your provider.
>>
>>
>>
>> On Sun, May 2, 2010 at 5:46 PM, rasmikant das <[email protected]>wrote:
>>
>>> hy,
>>> I think we can also ditectly acess it by
>>>
>>> *listmyProject.myDatagridId*
>>>
>>> On Fri, Apr 30, 2010 at 1:43 PM, Malek S <[email protected]> wrote:
>>>
>>>> hi
>>>> u can achive this by creating instance of listmyProject mxml .
>>>> like
>>>> listmyProject.getInstance().myDatagridId.
>>>>
>>>> On Fri, Apr 30, 2010 at 10:32 AM, Alekhya Krishna <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi,
>>>>> I have two files
>>>>> Main(Parent),
>>>>> Lisymyproject(Child)
>>>>> In LIstmyproject have the datagrid but
>>>>> i want to access the datagrid id in Main Application
>>>>>
>>>>> Thanks & Regards,
>>>>> K.V.Ramakrishna
>>>>>
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Flex India Community" group.
>>>>> To post to this group, send email to [email protected].
>>>>> To unsubscribe from this group, send email to
>>>>> [email protected]<flex_india%[email protected]>
>>>>> .
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/flex_india?hl=en.
>>>>>
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Flex India Community" group.
>>>> To post to this group, send email to [email protected].
>>>> To unsubscribe from this group, send email to
>>>> [email protected]<flex_india%[email protected]>
>>>> .
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/flex_india?hl=en.
>>>>
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Flex India Community" group.
>>> To post to this group, send email to [email protected].
>>> To unsubscribe from this group, send email to
>>> [email protected]<flex_india%[email protected]>
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/flex_india?hl=en.
>>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Flex India Community" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<flex_india%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/flex_india?hl=en.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.