The new AIR 2 has support for calling native binaries. Check that out.
Nishant
www.itasveer.com
On Thu, Nov 19, 2009 at 12:50 PM, sheetal wrote:
> Hi All,
> I want to call an application from AIR application.This application is
> also an AIR app.This is on demand load,so how do i call that App.
Hi All,
I want to call an application from AIR application.This application is
also an AIR app.This is on demand load,so how do i call that App.I
know i cant call an AIR app from other AIR app.But since i am using
local assets here i have to make it an AIR App.
i think directly integrating the cod
Hi All,
I have a doubt in module. My module has a public method, I want to
call this method from one as class which is included in the module.
---
TestModule.mxml
---
http://www.adobe.com/2006/
mxml">
---
TestClass.as - Is included in t
any suggestions??..
On Wed, Nov 11, 2009 at 4:57 PM, Heman Babu wrote:
> Hi,
>
> I am developing web based flex application, in which i need to plot a
> graph like Current VS speed, Voltage Vs Speed, Torque Vs speed in a single
> graph.The Current Vs Speed may have ( 1,20 rpm), ( 1.5,30 rpm)
you have the range of keycodes (65-90) for caps. When the key code is
between this range . Highlight the caps lock.
On Mon, Nov 16, 2009 at 7:29 PM, surendra babu wrote:
> HI All,
>
> I am implementing AIR application.So i developed a KeyPad component
> that contains all the functionalit
Hi all,
If i want to set the initial height and width of the AIR app.
irrespective of the screen res.(may be in percent),how to do it?
I am setting it as 100% in app.xml but that is not working.Any other
idea? please share.
-sheetal.
--
You received this message because you are subscribed to th
Hi,
you cannot have more than one public class in a single .as file. Due
to this it will not work.
On Nov 18, 10:44 am, Gerald Anto wrote:
> Hello Friends,
>
> Actually i need a class that extends a super class.
>
> Shall i have two classes in a single .as file? if i do like i cant get
> a result
hi,
try this:
http://www.adobe.com/2006/mxml";
layout="horizontal" backgroundColor="0xFF">
hi,
Eventhough you havent declared the variable testArr as Bindable you
still binded your arraycollection to the datagrids
line --->
here -> dataProvider="{testArr}" - Using the curly braces ({})
syntax also specifies data binding...
so, your data grids are binded to the arraycollection and a
Hi,
I have a requirement on Advanced DataGrid.
I have one Row with fileds like, check box,radio button, text field, combo
box and text input .
And i have a ADD Button and Submit button on the same page.
when i click on ADD Button, all above fields are dynamically generated on
the next row.
S
Hi All,
I'm creating an application for my son's wedding which will have a countdown
to days.
I also would like to ad a live RSS feed that would update to let everyone
know what the bride and groom are
doing to prepare for their big day. I also want to connect their respective
Facebook photo albums
Some from my office the very first time it showing security error and again
refresh is working great.
Thanks for testing for me from your end.
I noticed another issue with it . If I add Title window to the page by
clicking on button and if you drag the titlewindow on to Iframe , Iframe is
coveri
This is typical designing issue.
Decide the common component and make it part of your core functionality. You
can adopt MVC pattern for your core application logic and expose the
interfaces thru view layer (so that core logic can remain unchanged).
Based on my understanding for your requirement UI
thanq u i ll try to implement
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to
flex_india+unsubscr...@googlegroups.com.
F
hi every one..
i want display data in turkish in flex .. actually im using en_US as locale
if i want to display in turkish what to do?
Prajnith
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to flex_i
solved!! thanks
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to
flex_india+unsubscr...@googlegroups.com.
For more option
Friends,
I need this requirement please respond friends.I need to develop it
On Mon, Nov 16, 2009 at 12:23 PM, Kiran Singh wrote:
> Hi Div,
>
> My requirement is nt what u are expecting.Right now we are doing the same
> what u have mentioned.
>
> I mean when i click on save button.The contro
Hi Raj...
Sorry for delay, but you can check solutions on-
http://flexphi.blogspot.com/2007/09/connecting-flex-to-sql-server.html
http://weblogs.asp.net/astopford/articles/105551.aspx -this is good-one.
Even though if you stuck somewhere than let me know about that.
Regards
Abhinav Mehta
-
thanks for ur reply.. but i found the solution like that...
private function disableImages():void{
//remove the click listener from image
myImg.alpha=0.2;
myImg.removeEventListener(MouseEvent.CLICK, btnClickHandle);
}
private function enableImages():void{
//remove the click listener from image
m
Hi all:
I am eric from china, now I am a flash developer in a company just
like youtube in china.
we are developing a flash video player, we have a lot of projects for video
player, and every project is different.
I got puzzled. cause our market's problem,our customer want change the
function
Make one as file on that extend that component and use that variable
with the xmlns space in your flex application and write there
dragenabled="true" and where you want to drop write there the code of
dragEnter and dragDrop event
http://livedocs.adobe.com/flex/3/html/help.html?content=dragdrop_4.h
Hi All,
I have Panel, inside a panel I have a Piechart. For the panel i have
taken two toggle buttons.
When I click one toggle button, It will display the Pie Chart with
values.
when I click another toggle button. It will display the data in a
Datagrid with two columns.
R
22 matches
Mail list logo