[FLEX 3 AIR]

This is a multi-part message in MIME format.
------=_NextPart_000_000F_01C82210.F130FDC0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hola, por favor alguien podria ayudarme, estoy haciendo una
pequena =
aplicacion en Flex 3 con AIR, solo es un grid, que kiero que
se llene =
mediante una consulta. Estoy haciendo la funcion, que esta
manda llamar =
aun Remote Object, pork estoy utilizando ColdFusion...
Este es el codigo:
<mx:WindowedApplication xmlns:mx=3D"
http://www.adobe.com/2006/mxml"
=
layout=3D"absolute"=20
creationComplete=3D"{LlenaGrid();}">
<mx:DataGrid id=3D"dgAlumnos">
<mx:columns>
<mx:DataGridColumn headerText=3D"Nombre"
dataField=3D"ALUNOMBRE"/>
</mx:columns>
</mx:DataGrid >
<mx:RemoteObject id=3D"ManagerConsulta"
destination=3D"ColdFusion"
source=3D"Proy_Air.cfc.Catalogos.catAlumnos"
showBusyCursor=3D"true">
=20
<mx:method name=3D"LlenaGrid"
=
result=3D"LlenaGrid_Result(ManagerConsulta.LlenaGrid.lastResult)"
fault=3D"LlenaGrid_Fault(event)"/>
</mx:RemoteObject>
<mx:Script>
<![CDATA[
private function LlenaGrid():void
ManagerConsulta.LlenaGrid()
private function
LlenaGrid_Result(result:ArrayCollection):void
dgAlumnos.dataProvider=3Dresult;
}=20
private function LlenaGrid_Fault(event:FaultEvent):void
Alert.show(event.toString());
]]>
</mx:Script>
Esto es todo lo que hago, pero cuando compilo me sale un
error que no se =
a k se deba, que es este....
[FaultEvent fault=3D[RPC Fault faultString=3D"Send failed" =
faultCode=3D"Client.Error.MessageSend" =
faultDetail=3D"Channel.Connect.Failed error
NetConnection.Call.Failed: =
HTTP: Failed: url: '
http://roy_Air.swf/flex2gateway/'"
=
messageId=3D"D32AC68A-B2BD-A88B-4C3E-20D2D69F5786"
type=3D"fault" =
bubbles=3Dfalse cancelable=3Dtrue eventPhase=3D2]
Por favor si alguien sabe como pueda resolverlo, se los
agadeceria =
mucho...
Gracias :)
Adriana
------=_NextPart_000_000F_01C82210.F130FDC0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.3199"
name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff background=3D"">
<DIV><FONT face=3DArial size=3D2>Hola, por favor
alguien podria =
ayudarme, estoy=20
haciendo una pequena aplicacion en Flex 3 con AIR, solo es un
grid, que =
kiero=20
que se llene mediante una consulta. Estoy haciendo la
funcion, que esta =
manda=20
llamar aun Remote Object, pork estoy utilizando =
ColdFusion...</FONT></DIV><FONT=20
face=3DArial size=3D2>
<DIV><BR>Este es el codigo:</DIV>
<DIV><BR>&lt;mx:WindowedApplication =
xmlns:mx=3D"
http://www.adobe.com/2006/mxml"=20
layout=3D"absolute" =
<BR>creationComplete=3D"{LlenaGrid();}"&gt;<BR>&lt;mx:DataGrid=20
id=3D"dgAlumnos"&gt;<BR>&lt;mx:columns&gt;<BR>&lt;mx:DataGridColumn=20
headerText=3D"Nombre"=20
dataField=3D"ALUNOMBRE"/&gt;<BR>&lt;/mx:columns&gt;<BR>&lt;/mx:DataGrid
=
&gt;</DIV>
<DIV><BR>&lt;mx:RemoteObject
id=3D"ManagerConsulta"<BR>  =20
destination=3D"ColdFusion"<BR>  =20
source=3D"Proy_Air.cfc.Catalogos.catAlumnos"<BR>    &=
nbsp;=20
showBusyCursor=3D"true"&gt;<BR> 
<BR>     =
&lt;mx:method=20
name=3D"LlenaGrid"<BR>        &nb=
sp;   =20
result=3D"LlenaGrid_Result(ManagerConsulta.LlenaGrid.lastResult)"<BR>&nbs=
p;           =20
fault=3D"LlenaGrid_Fault(event)"/&gt;<BR>&lt;/mx:RemoteObject&gt;</DIV>
<DIV><BR>&lt;mx:Script&gt;<BR>&lt;![CDATA[<BR>  
private =
function=20
LlenaGrid():void<BR>  =20
{<BR> ManagerConsulta.LlenaGrid()<BR>  
}<BR>   =
private=20
function
LlenaGrid_Result(result:ArrayCollection):void<BR>  =20
{<BR> dgAlumnos.dataProvider=3Dresult;<BR>  
} =
<BR>  =20
private function
LlenaGrid_Fault(event:FaultEvent):void<BR> =20
{<BR>           &n=
bsp; =20
Alert.show(event.toString());<BR> =20
}<BR>]]&gt;<BR>&lt;/mx:Script&gt;</FONT></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial
size=3D2> </DIV>
<DIV><BR>Esto es todo lo que hago, pero cuando
compilo me sale un error =
que no=20
se a k se deba, que es este....</FONT></DIV>
<DIV><FONT><BR><FONT face=3DArial
size=3D2><STRONG>[FaultEvent =
fault=3D[RPC Fault=20
faultString=3D"Send failed"
faultCode=3D"Client.Error.MessageSend"=20
faultDetail=3D"Channel.Connect.Failed error
NetConnection.Call.Failed: =
HTTP:=20
Failed: url: '
http://roy_Air.swf/flex2gateway/'"
messageId=3D"D32AC68A-B2BD-A88B-4C3E-20D2D69F5786"
type=3D"fault" =
bubbles=3Dfalse=20
cancelable=3Dtrue
eventPhase=3D2]<BR></STRONG></FONT></DIV></FONT>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Por favor si
alguien sabe como pueda =
resolverlo, se=20
los agadeceria mucho...<BR>Gracias
:)</FONT></DIV>
<DIV><FONT face=3DArial
size=3D2>Adriana</FONT></DIV></BODY></HTML>
------=_NextPart_000_000F_01C82210.F130FDC0--

This is a multi-part message in MIME format.
------=_NextPart_000_000F_01C82210.F130FDC0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hola, por favor alguien podria ayudarme, estoy haciendo una
pequena =
aplicacion en Flex 3 con AIR, solo es un grid, que kiero que
se llene =
mediante una consulta. Estoy haciendo la funcion, que esta
manda llamar =
aun Remote Object, pork estoy utilizando ColdFusion...
Este es el codigo:
<mx:WindowedApplication xmlns:mx=3D"
http://www.adobe.com/2006/mxml"
=
layout=3D"absolute"=20
creationComplete=3D"{LlenaGrid();}">
<mx:DataGrid id=3D"dgAlumnos">
<mx:columns>
<mx:DataGridColumn headerText=3D"Nombre"
dataField=3D"ALUNOMBRE"/>
</mx:columns>
</mx:DataGrid >
<mx:RemoteObject id=3D"ManagerConsulta"
destination=3D"ColdFusion"
source=3D"Proy_Air.cfc.Catalogos.catAlumnos"
showBusyCursor=3D"true">
=20
<mx:method name=3D"LlenaGrid"
=
result=3D"LlenaGrid_Result(ManagerConsulta.LlenaGrid.lastResult)"
fault=3D"LlenaGrid_Fault(event)"/>
</mx:RemoteObject>
<mx:Script>
<![CDATA[
private function LlenaGrid():void
ManagerConsulta.LlenaGrid()
private function
LlenaGrid_Result(result:ArrayCollection):void
dgAlumnos.dataProvider=3Dresult;
}=20
private function LlenaGrid_Fault(event:FaultEvent):void
Alert.show(event.toString());
]]>
</mx:Script>
Esto es todo lo que hago, pero cuando compilo me sale un
error que no se =
a k se deba, que es este....
[FaultEvent fault=3D[RPC Fault faultString=3D"Send failed" =
faultCode=3D"Client.Error.MessageSend" =
faultDetail=3D"Channel.Connect.Failed error
NetConnection.Call.Failed: =
HTTP: Failed: url: '
http://roy_Air.swf/flex2gateway/'"
=
messageId=3D"D32AC68A-B2BD-A88B-4C3E-20D2D69F5786"
type=3D"fault" =
bubbles=3Dfalse cancelable=3Dtrue eventPhase=3D2]
Por favor si alguien sabe como pueda resolverlo, se los
agadeceria =
mucho...
Gracias :)
Adriana
------=_NextPart_000_000F_01C82210.F130FDC0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.3199"
name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff background=3D"">
<DIV><FONT face=3DArial size=3D2>Hola, por favor
alguien podria =
ayudarme, estoy=20
haciendo una pequena aplicacion en Flex 3 con AIR, solo es un
grid, que =
kiero=20
que se llene mediante una consulta. Estoy haciendo la
funcion, que esta =
manda=20
llamar aun Remote Object, pork estoy utilizando =
ColdFusion...</FONT></DIV><FONT=20
face=3DArial size=3D2>
<DIV><BR>Este es el codigo:</DIV>
<DIV><BR>&lt;mx:WindowedApplication =
xmlns:mx=3D"
http://www.adobe.com/2006/mxml"=20
layout=3D"absolute" =
<BR>creationComplete=3D"{LlenaGrid();}"&gt;<BR>&lt;mx:DataGrid=20
id=3D"dgAlumnos"&gt;<BR>&lt;mx:columns&gt;<BR>&lt;mx:DataGridColumn=20
headerText=3D"Nombre"=20
dataField=3D"ALUNOMBRE"/&gt;<BR>&lt;/mx:columns&gt;<BR>&lt;/mx:DataGrid
=
&gt;</DIV>
<DIV><BR>&lt;mx:RemoteObject
id=3D"ManagerConsulta"<BR>  =20
destination=3D"ColdFusion"<BR>  =20
source=3D"Proy_Air.cfc.Catalogos.catAlumnos"<BR>    &=
nbsp;=20
showBusyCursor=3D"true"&gt;<BR> 
<BR>     =
&lt;mx:method=20
name=3D"LlenaGrid"<BR>        &nb=
sp;   =20
result=3D"LlenaGrid_Result(ManagerConsulta.LlenaGrid.lastResult)"<BR>&nbs=
p;           =20
fault=3D"LlenaGrid_Fault(event)"/&gt;<BR>&lt;/mx:RemoteObject&gt;</DIV>
<DIV><BR>&lt;mx:Script&gt;<BR>&lt;![CDATA[<BR>  
private =
function=20
LlenaGrid():void<BR>  =20
{<BR> ManagerConsulta.LlenaGrid()<BR>  
}<BR>   =
private=20
function
LlenaGrid_Result(result:ArrayCollection):void<BR>  =20
{<BR> dgAlumnos.dataProvider=3Dresult;<BR>  
} =
<BR>  =20
private function
LlenaGrid_Fault(event:FaultEvent):void<BR> =20
{<BR>           &n=
bsp; =20
Alert.show(event.toString());<BR> =20
}<BR>]]&gt;<BR>&lt;/mx:Script&gt;</FONT></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial
size=3D2> </DIV>
<DIV><BR>Esto es todo lo que hago, pero cuando
compilo me sale un error =
que no=20
se a k se deba, que es este....</FONT></DIV>
<DIV><FONT><BR><FONT face=3DArial
size=3D2><STRONG>[FaultEvent =
fault=3D[RPC Fault=20
faultString=3D"Send failed"
faultCode=3D"Client.Error.MessageSend"=20
faultDetail=3D"Channel.Connect.Failed error
NetConnection.Call.Failed: =
HTTP:=20
Failed: url: '
http://roy_Air.swf/flex2gateway/'"
messageId=3D"D32AC68A-B2BD-A88B-4C3E-20D2D69F5786"
type=3D"fault" =
bubbles=3Dfalse=20
cancelable=3Dtrue
eventPhase=3D2]<BR></STRONG></FONT></DIV></FONT>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Por favor si
alguien sabe como pueda =
resolverlo, se=20
los agadeceria mucho...<BR>Gracias
:)</FONT></DIV>
<DIV><FONT face=3DArial
size=3D2>Adriana</FONT></DIV></BODY></HTML>
------=_NextPart_000_000F_01C82210.F130FDC0--

Similar Messages

  • Example working Flex AIR app for Android?

    I'm having trouble getting even the most basic AIR app working on Android. Here is the code:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                            xmlns:s="library://ns.adobe.com/flex/spark"
                            xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:local="*"
                            width="600" height="600">
         <fx:Declarations>
             <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
         <mx:Label text="Hello World"/>
    </s:WindowedApplication>
    It works fine running on  Windows in Flash Builder, obviously it's pretty simple. Here are the  commands I use to put it on a Samsung Galaxy Tab with Android 2.2.
    C:\Users\Ryan\Adobe  Flash Builder 4\Test2\bin-release>adt -package -storetype pkcs12  -keystore C:\Users\Ryan\STG-Android.pfx Test2.air Test2-app.xml  Test2.swf
    password:
    C:\Users\Ryan\Adobe Flash Builder 4\Test2\bin-release>adt -package  -target apk -storetype pkcs12 -keystore C:\Users\Ryan\STG-Android.pfx  Test2.apk Test2-app.xml Test2.swf
    password:
    test
    C:\Users\Ryan\Adobe Flash Builder 4\Test2\bin-release>adb install -r Test2.apk
    2286 KB/s (419172 bytes in 0.179s)
             pkg: /data/local/tmp/Test2.apk
    Success
    A Test2 app icon shows up on my Galaxy Tab  under Applications but when I run the app I just see a plain white  screen, I don't see the words "Hello World". Any ideas? Does anyone have  an example Flex AIR app that works on Android and can post the code so I  can try it on my Galaxy Tab? I know AIR is installed correctly on my  Galaxy because I installed an AIR app called South Park Avatar Creator  that I got from the market and it works fine.
    Thanks,
    Ryan
    P.S.  Here is the Test2-app.xml from my non-working project above in case it  helps. This is the default generated with a new Flex app in Flash  Builder 4 using the Flex 4.1.0 AIR 2.5 SDK but I uncommented the andoid  tags and set the visible tag to true.
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/2.5">
    <!-- Adobe AIR Application Descriptor File Template.
        Specifies parameters for identifying, installing, and launching AIR applications.
        xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/2.5
                 The last segment of the namespace specifies the version
                 of the AIR runtime required for this application to run.
         minimumPatchLevel - The minimum patch level of the AIR runtime required to run
                 the application. Optional.
    -->
        <!-- A universally unique application identifier. Must be unique across all AIR applications.
         Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->
         <id>Test2</id>
        <!-- Used as the filename for the application. Required. -->
         <filename>Test2</filename>
        <!-- The name that is displayed in the AIR application installer.
         May have multiple values for each language. See samples or xsd schema file. Optional. -->
         <name>Test2</name>
         <!-- A string value of the format  <0-999>.<0-999>.<0-999> that represents application  version which can be used to check for application upgrade.
         Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
         An updated version of application must have a versionNumber value  higher than the previous version. Required for namespace >= 2.5 .  -->
         <versionNumber>1.0.0</versionNumber>
         <!-- A string value (such as "v1", "2.5", or "Alpha 1") that  represents the version of the application, as it should be shown to  users. Optional. -->
         <!-- <versionLabel></versionLabel> -->
        <!-- Description, displayed in the AIR application installer.
         May have multiple values for each language. See samples or xsd schema file. Optional. -->
         <!-- <description></description> -->
        <!-- Copyright information. Optional -->
         <!-- <copyright></copyright> -->
        <!-- Publisher ID. Used if you're updating an application created prior to 1.5.3 -->
         <!-- <publisherID></publisherID> -->
        <!-- Settings for the application's initial window. Required. -->
         <initialWindow>
             <!-- The main SWF or HTML file of the application. Required. -->
             <!-- Note: In Flash Builder, the SWF reference is set automatically. -->
             <content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
             <!-- The title of the main window. Optional. -->
             <!-- <title></title> -->
            <!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->
             <!-- <systemChrome></systemChrome> -->
            <!-- Whether the window is transparent. Only applicable when systemChrome is none. Optional. Default false. -->
             <!-- <transparent></transparent> -->
            <!-- Whether the window is initially visible. Optional. Default false. -->
             <visible>true</visible>
            <!-- Whether the user can minimize the window. Optional. Default true. -->
             <!-- <minimizable></minimizable> -->
            <!-- Whether the user can maximize the window. Optional. Default true. -->
             <!-- <maximizable></maximizable> -->
            <!-- Whether the user can resize the window. Optional. Default true. -->
             <!-- <resizable></resizable> -->
            <!-- The window's initial width in pixels. Optional. -->
             <!-- <width></width> -->
            <!-- The window's initial height in pixels. Optional. -->
             <!-- <height></height> -->
            <!-- The window's initial x position. Optional. -->
             <!-- <x></x> -->
            <!-- The window's initial y position. Optional. -->
             <!-- <y></y> -->
            <!-- The window's minimum size, specified as a width/height pair in pixels, such as "400 200". Optional. -->
             <!-- <minSize></minSize> -->
            <!-- The window's initial maximum size, specified as a  width/height pair in pixels, such as "1600 1200". Optional. -->
             <!-- <maxSize></maxSize> -->
         </initialWindow>
        <!-- We recommend omitting the supportedProfiles element, -->
         <!-- which in turn permits your application to be deployed to all -->
         <!-- devices supported by AIR. If you wish to restrict deployment -->
         <!-- (i.e., to only mobile devices) then add this element and list -->
         <!-- only the profiles which your application does support. -->
         <!-- <supportedProfiles>desktop extendedDesktop mobileDevice extendedMobileDevice</supportedProfiles> -->
        <!-- The subpath of the standard default installation location to use. Optional. -->
         <!-- <installFolder></installFolder> -->
        <!-- The subpath of the Programs menu to use. (Ignored on operating systems without a Programs menu.) Optional. -->
         <!-- <programMenuFolder></programMenuFolder> -->
        <!-- The icon the system uses for the application. For at least one resolution,
         specify the path to a PNG file included in the AIR package. Optional. -->
         <!-- <icon>
             <image16x16></image16x16>
             <image32x32></image32x32>
             <image36x36></image36x36>
             <image48x48></image48x48>
             <image72x72></image72x72>
             <image128x128></image128x128>
         </icon> -->
        <!-- Whether the application handles the update when a user double-clicks an update version
         of the AIR file (true), or the default AIR application installer handles the update (false).
         Optional. Default false. -->
         <!-- <customUpdateUI></customUpdateUI> -->
         <!-- Whether the application can be launched when the user clicks a link in a web browser.
         Optional. Default false. -->
         <!-- <allowBrowserInvocation></allowBrowserInvocation> -->
        <!-- Listing of file types for which the application can register. Optional. -->
         <!-- <fileTypes> -->
            <!-- Defines one file type. Optional. -->
             <!-- <fileType> -->
                <!-- The name that the system displays for the registered file type. Required. -->
                 <!-- <name></name> -->
                <!-- The extension to register. Required. -->
                 <!-- <extension></extension> -->
                 <!-- The description of the file type. Optional. -->
                 <!-- <description></description> -->
                 <!-- The MIME content type. -->
                 <!-- <contentType></contentType> -->
                 <!-- The icon to display for the file type. Optional. -->
                 <!-- <icon>
                     <image16x16></image16x16>
                     <image32x32></image32x32>
                     <image48x48></image48x48>
                     <image128x128></image128x128>
                 </icon> -->
             <!-- </fileType> -->
         <!-- </fileTypes> -->
        <!-- Specify Android specific tags that get passed to AndroidManifest.xml file. -->
         <android>
             <manifestAdditions>
             <![CDATA[
                 <manifest android:installLocation="auto">
                     <uses-permission android:name="android.permission.INTERNET"/>
                     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
                     <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
                     <uses-configuration android:reqFiveWayNav="true"/>
                     <supports-screens android:normalScreens="true"/>
                     <uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch"/>
                     <application android:enabled="true">
                         <activity android:excludeFromRecents="false">
                             <intent-filter>
                                 <action android:name="android.intent.action.MAIN"/>
                                 <category android:name="android.intent.category.LAUNCHER"/>
                             </intent-filter>
                         </activity>
                     </application>
                 </manifest>
             ]]>
             </manifestAdditions>
         </android>
         <!-- End of the schema for adding the android specific tags in AndroidManifest.xml file -->
    </application>

    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                            xmlns:s="library://ns.adobe.com/flex/spark"
                            xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:local="*"
                            width="600" height="600">
         <fx:Declarations>
             <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
         <mx:Label text="Hello World"/>
    </s:Application>

  • Adobe Flex/AIR Photo Booth Software

    Hi,
    I hope everyone is doing well.
    Is it possible to build a Photo Booth software like
    http://www.photoboof.com/
    http://sparkbooth.com/features/
    etc. using Adobe Flex/AIR ?
    I know that we can build desktop applications using Flex/AIR. But I have a very little experience in building desktop applications. Most of the times I had worked on web applications. The Photo Booth software demands to detect digital camera connected to computer/Laptop and then work on the basis of what camera captures. It is like creating a web application that works with media server and
    use computer/laptop webcam. Please guide me how can I start or plan for this software.
    Regards
    Varun

    From What I've found.. it seems 3ivx or Perian could cause this problem. A friend had this issue and deleted 3ivx and it fixed his crashes. Alternatively, some folks are reporting that turning off 32-bit mode (Get Info) for Photobooth has also fixed, although this was already turned off in my friend's case. Or if you have iGlasses installed.

  • How to include different Character Sets in Flex AIR project

    Hi All,
    Flex, AIR(Desktop) Project.
    PROBLEM Scenario:
    My Application needs a path from Windows registry, So I am launching a .cmd file using Native Process API.
    As a result I get a text file with the path.
    So, everything works fine(reading/writing), but if the path contains different languages like Korean, Chinese then the READING OPERATION IS FAILED only when I install the application. It works fine while debugging.
    (By failing I mean its not getting the characters, its printing some junk values.)
    I am using readMultibyte & writeMultibyte APIs, and I am assiging the character set dynamically as per the OS language. (Which is Enslish in current scenario)
    FINDING:
    I installed Windows with Korean Language on a system, so now if I build the .exe on this machine then it works fine. So, i guess its not able to get the Korean Character set from the English OS, thats why it failed in earlier case.
    Is there any way to include different character sets in a Flex project?
    Regards,
    Mayank

    Some loaded SWFs may not be compatible with Flex.  Try making a simpler SWF (like one that just draws a circle where you click) and see if it can be loaded and interacted with.
    -Alex

  • Interactive medical report with Flex/AIR, XML, U3D and PDF

    Hello,
    I am computer science student and during my master thesis I want to program an interactive medical report which should include some 3D models (U3D) and which should provide the following options:
    Interactive manipulation of the 3D models
    Typing in a structured medical report
    Loading of a XML file with additional information
    Loading of medical image data (jpg images)
    At best, only one pdf file as resulting report
    And: A nice user interface (I like the interface elements of Flex...)
    I think, the best way is a pdf file which includes all the needed data. The problem is that I don't know exactly what software combination fulfills my requirements... I read some things about Adobe Flex and AIR and the U3D format and I suppose, the great interface builder "Flash Builder 4" might be useful to generate a nice user interface. BUT: I was not able to find out, how to include U3D in Flex/AIR.
    Then I found the nice pdf library iText (http://itextpdf.com/examples/index.php?page=chapters) which is able to produce a pdf file from a swf file and to include a U3D-model with an additional JavaScript file for manipulations.
    BUT again: If I have a swf flash file with the nice user interface (generated with the Flash Builder), how can I access the U3D model in the final pdf document? Imagine: I click on a "rotate" button in the swf and then the U3D-Model in the pdf should rotate...
    Ok, as you can see, it is a complex szenario.
    My questions summarized:
    What, in your opinion, is the best technology for my task? Flex? AIR?
    How can I import the U3D-models? Should I use PaperVision, Sandy3D or something else?
    Is there a way to save user inputs directly in the pdf file, or as new pdf file or as xml file?
    What is the best way to produce the user interface? Flashbuilder, or maybe a html container with "normal" html interface elements and then the events communication between JavaScript and ActionScript?
    How can I export all the stuff to one pdf document? Should I use iText?
    Best regards,
    Steven

    Thanks for making my point - perfect is the enemy of good.  We tolerate less capable, less perfect system that are in place now, because of the false expectation that it should be perfect.  Incremental improvements are rejected, because they are not perfect.  Even an imperfect algorithm can find 'Broken' as a common thread in your example, and highlight them for the clinician to evaluate their impact on the current treatment.  This no less likely to miss the connection than a clinician trying to scan through handwritten notes, in the 5 - 10 minutes he/she has to interact with the patient and determine what to do. 
    Because of legal concerns, incremental but imperfect improvements don't get implemented, so nothing ever moves forward.  Imagine if after the Wright Brothers first flight, no improvements were considered acceptable unless they completely eliminated the risk of failure - there wouldn't be any airlines to go bankrupt today!
    For the most part, IT has focused on activities where 'perfect' is achievable.  Accounting in its various forms have been the primary focus of most IT systems.  In that area, the vocabulary is very limited, well defined, and consistent.  A debit is always a debit, and a credit is always a credit.  Medicine is completely different. It is much larger in scope, poorly defined, the vocabularies are mostly non-existent, and where they exist are incomplete and inconsistent.  Despite the huge leaps forward in the last century, there is still more unknown than known about how and why the body works.  This environment makes most individuals trained in IT uncomfortable.  Until we learn how to deal with 'fuzzy', Healthcare IT is going to be limited to the billing and collection functions that it mostly accomplishes today.
    Mark

  • Flex Air Apps on Blackberry

    I've had a Flex Air app on Playbook since it Adobe first supported Blackberry.  But, I haven't had a client requirement for deploying to Blackberry in a long time.  What is the status on Adobe's support for Blackberry?  On the Air Dev Center, I see no references to Blackberry anymore???
    Can I still build a cross-platform app for latest Blackberry devices (Blackberry 10, Playbook, etc.) using the standard Flex mobile components and Flash Builder 4.6?
    After a brief search on Blackberry's Air page, it looks like they moved to requiring the QNX components, ANEs and a new pure AS3 SDK only.  If I have to re-write code specific for Blackberry now, then it makes no sense for me to offer that to my clients. (unless they only want BB).
    So, where does Adobe stand now with Flex Mobile in Flash Builder deploying to Blackberry 10 and the Playbook?
    I'd appreciate if you could help bring me back up to speed.
    Thanks,
    Don

    Absolutely, Flex works very well indeed and is fully supported on BlackBerry PlayBook and BB10 devices. The free packaging module for Flash Builder is part of the BB SDK for AIR and is supplied by RIM, not by Adobe.
    With Flex you'll of course be using Adobe UI components, which look less native than the BB-supplied "pure AS3" UI components unless you skin them. But they work just fine.

  • IOS 6.0 simulator error / Flex+AIR 3.5

    I am not able to run a Flex/AIR program on the IOS 6.0 simulator. I searched all forums. I am new to using IOS simulator. Any help is appreciated.
    I am using Flex 4.6 and AIR 3.5, with target swf version 18. A simple Flex app (WindowedApplication with a Label in it) crashes at initialization in IOS simulator.
    <?xml version="1.0"?>
    <s:WindowedApplication
      xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:mx="library://ns.adobe.com/flex/mx"
      xmlns:s="library://ns.adobe.com/flex/spark">
      <s:Label text="Test"/>
    </s:WindowedApplication>
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
      at spark.components::WindowedApplication/initialize()
      at ptest/initialize()
      at mx.managers.systemClasses::ChildManager/childAdded()
      at mx.managers.systemClasses::ChildManager/initializeTopLevelWindow()
      at mx.managers::SystemManager/initializeTopLevelWindow()
      at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()  at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()
      at flash.events::EventDispatcher/dispatchEventFunction()
      at flash.events::EventDispatcher/dispatchEvent()
      at mx.preloaders::Preloader/timerHandler()

    Update: the problem was resolved by changing WindowedApplication to Application.
    Is WindowedApplication not allowed for IOS/mobile ? I couldn't find any doc on this.

  • PDF Not loading anymore on Flex Air Application

    Hi,
    Ever since I updated my Adobe Readed to Version 11, I can't view any PDF on my Flex Air Application anymore. Is there anything i need to do?
    AIR version: 3.6
    OS: Mac OS X
    Flex Builder: 4.6
    Adobe Reader: 11.0.02
    Flex components used: mx:HTML
    Please help.
    Thanks!

    Yes.  This is a well known bug in Air/Google Maps.  A lot of folks reported it on the Google Maps forums and here.  It was reported over a year ago with no action yet.  Major show stopper.
    For this main reason, I switched to the http://developer.mapquest.com AS3 API.  Plus they also recently released a Mobile Flash API that works great.
    I suggest you check it out because I don't anticipate any action on this issue on either side any time soon.
    Good luck!
    Don

  • QTP with flex/air addin hangs during test execution

    While executing the QTP tests (version 11.0) that includes Flex/Air plug in on a Flex/Air application, it simply hangs for no reason.
    Any resolutions to this is appreciated.

    Hey Guys,
    This is strange. But it got resolved, after renaming the Sap.txt file in QC to SAP.txt and adding and deleting this library file multiple times from the application SAPDOC.
    if SAP TAO development team is reading this, guys you need to sort this problem out, coz there was no real reason of failure and then it got resolved on its own.
    Regards
    Avijit

  • Is it possible to converted Presenter 7 to a FLEX / AIR desktop app?

    I have an Adobe Presenter 7 course with multiple modules.  These are PowerPoint files converted to flash with Presenter 7.  I want to make them available as desktop applications by using Flex / Air.  Can this be done?
    I am a novice in these applications, but a quick learner.  Please let me know if it is possible and kindly point me in the right direction.  Thanks for your help.
    Bob

    Wow, thanks so much Bob - that is some absolutely fantastic information. 
    I converted one of my Presenter courses to a fully functional EXE file in about 5 minutes with the SWF Maestro Exe trial!  I have been trying for years to find a solution to turn my Presenter files into single, flat file and that seems to do exactly what I need.
    Your sample training course is really nice - you did a great job with it!  I know how much work it can be to get the PPT file, transitions and audio to work just right like you have.  I have 15 eLearning files that have hundreds of hours of work on each one!

  • SWF generate from Flex AIR

    Hi.
    My Application scenario it's apparently easy.
    1) I have written AIR application where I have inside MovieClip/Component or something simlar.
    2) Through my AIR application i draw on my MovieClip/Component some circles and add image.
    3) I get this MovieClip/Component and generate te external .swf file. Now You can grab that .swf file and put anywhere You want.
    And Point 3 it's really problematic. How I can generate .SWF file from Flex AIR? Or maybe other ideas how I can realize that scenario??
    Cheers.

    Send information to the server so it can compile the SWF

  • Is there any MS Sql Server connector available for Flex Air.?

    hi,
       I want to connect my flex Air application with MS Sql server.* directly without any server side scripting. I got MySql Connector , which is available in  (http://code.google.com/p/assql/downloads/list). Like this is there any connector is available .Please share it
    thanks
    karthy

    I do have exactly the same questions. SO far the fas_mssql_connector.asp file is placed at the 'wwwroot' folder of the 'inetpub' folder of the IIS server. As hostname I use '[MyServer]' since it should run on the same machine and username and password are correct.
    The fas_MSsql_Clean file is setup in a way that the name of the database is specified and the url to the asp file is set as: http://[MyServer]/fas_mssql_connector.asp
    My SQL query looks like this:
    private function getDbData():void
        mssqlQuery("Select * from Tomat", "getDataO3");
    And the MXML document like this:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" minWidth="955" minHeight="600">
        <mx:Script source="Actionscript/MSsql.as"/>
        <mx:Script source="Actionscript/SqlQueries.as"/>
        <mx:DataGrid x="148" y="95" id="dgData">
            <mx:columns>
                <mx:DataGridColumn headerText="Column 1" dataField="col1"/>
                <mx:DataGridColumn headerText="Column 2" dataField="col2"/>
                <mx:DataGridColumn headerText="Column 3" dataField="col3"/>
            </mx:columns>
        </mx:DataGrid>
        <mx:Button x="148" y="264" label="Get data" id="btnGet" click="getDbData()"/>
    </mx:Application>
    However the application is busy for a long time and I do not receive a single piece of data. Any help with this?
    Thanks in advance.

  • I am going to make a board game like chess using flex air

    Dear, ~~
    I am going to make a board game like chess using flex air.
    I would greatly appreciate it if you let me know if it is
    possible to make a board game as follows.
    [Environment]
    1. server : Visual C++
    2. client : Flex air
    [Client & Server Requirement]
    1. server should have capacity concurrent user over 3000
    2. client refresh game room list almost realtime
    3. client refresh waiting user list almost realtime
    4. support 1 vs 3000 chatting system ex) one teacher vs 3000
    students
    5. broadcast information of move stone to almost 1000 room
    (each room has at least 2 user)
    6. process 100 ~ 500 packets per one second.
    Thanks for reading this.

    Hi,
    This should be possible. Sounds pretty interesting. Let us
    know what happens of this.

  • Where is the Flex/AIR SDK?

    Adobe used to release a combined SDK for Flex and Air that could be used with Flash Builder. There is still a link with this description on the Air SDK download page.
    http://www.adobe.com/devnet/air/air-sdk-download.html
    However, the combined SDK does not appear on the gaming page. There is only something new called the Gaming SDK.
    http://gaming.adobe.com/getstarted/
    Is the Flex/AIR SDK available somewhere for AIR 3.5? Or do I need to get the Gaming SDK?

    There is also an AIR SDK outside the gaming SDK. I am looking for the Flex/AIR combination.

  • Flash, Flex, AIR Which is best for producing small interactive apps?

    Hi
    I posted to the flash forum but really looking for feedback from flash, flex, AIR users as well
    I'm looking for the forums thoughts and advice on which of Adobe's current technology set (CS5) is best suited for creating small interactive applications/packages by users who would not have any background in coding and very little interest in learning coding.
    The idea is that users would know basic drag & drop development and maybe extend it to include some basic scripting to wire up elements of it. The ability to develope applications for a range of access points (website, mobile, desktop) would also an added benefit
    The over arching idea would be to let the users create some apps/programmes/packages quickly on any topic they like but not bog them down with coding
    Which CS5 technologies would be best for that

    I don't see how it would be any different for mobile than for desktop, considering the biggest difference is frame-size.
    Flash Builder is very good at building fluid layouts.  VERY good.  By extension, Catalyst, built on the same framework, should be too (haven't seen the final version, but the betas were looking good in this regard).
    The entire platform has been getting optimized for mobile creation lately, and CS5 should have a lot of tooling towards that end.
    I would suggest downloading the trial version of the softwares when they are released (supposed to be mid-may) and playing around with it before you decide.
    If you want to, you can hit up labs.adobe.com to download the beta of Catalyst right now, which might give you the answers you need. (Flash Builder was already released, and is available on adobe's site for trial download currently)

  • Create checkums / md5's in flex / air app

    can you create md5 checksums using flex / air ???
    have been searching but nothing found yet!!
    in php you can use a  nice function md5_file && md5 to generate md5's - can this be done in an air / flex app????
    regards
    Oliver

    Try this link.  http://gsolofp.blogspot.com/2006/01/actionscript-3-md5-and-sha1.html

Maybe you are looking for

  • Excise Invoice is not updating though posted

    Hi Everybody, I have posted GR with partI and then i have posted EI against the GR Document after posting it should show status as POSTED but in my case its showing as INPROCESS still( I have not closed period for December 2008). Can anybody tell why

  • I got my macbook back from apple store and now it wont start

    I took my macbook to the Apple store to get keyboard replaced. Now, I can't get it to boot up past the Apple screen with the spinning dial beneath it. I there anything I can do at home or should I take it back? More importantly, is this a fix I'm goi

  • Need help with output type EDI for ERS

    All, I want to be able to run and ERS settlement and have the invoices created sent via EDI/XML to the supplier.   I have several questions on the set up. 1)  I have output type ERS6 which is defined as ERS EDI.  I assume because it does not start wi

  • Page-name change disables Quicktime file. Please help.

    I've been using a text editor to go into the html and change the name which appears at the top of my home page. So far so good. However, I recently added a Quicktime movie to the home page. I've discovered that if I now change the page name, the movi

  • Cs 6.3 fails to create certificate authority

    i did the single host deployment: http://docs.sun.com/source/820-0086/index.html and now, i'm trying to follow the steps in chapter 7: http://docs.sun.com/app/docs/doc/819-4654/6n6prj535?a=view portal#pwd /etc/opt/SUNWics5/config portal#more doMakeCe