1
vote
1answer
38 views
Any blogging software written in Flex
I know I saw a commercial package for writing a blog in Flex, but I can't find it any longer.
Does anyone know of any Flex software for creating a blog, either commercial or open s …
1
vote
2answers
19 views
What is the techniqueto set a limited char in rich text area.
What is the techniqueto set a limited char in rich text area.
0
votes
9answers
639 views
Show a local PDF file with Flex 3
Hi, i just wondering if there is a way to show a local pdf in a flex 3 application.
Note: the pdfs are generated by the application
Thanks for the response
- Victor
1
vote
4answers
110 views
PNG getPixel() problem - returning wrong color value
I have pure yellow (#FFFF00) png/jpg image. When i open image in Photoshop and check color it is #FFFF00. I load this image in Flex and i then use getPixel() (or getPixel32()) meth …
0
votes
1answer
75 views
Google Maps in Offline AIR application
Greetings all,
I am looking into building an AIR application that will show positions of locations and associated details in layers over maps. The positions will be entered into t …
0
votes
6answers
323 views
Flex and Excel 2007
Hi,
I am trying to explore how to use Flex with Excel.
As a minimum, need to be able to read and write Excel files.
I did see that Christophe's AIR2 sample,
which uses AS3XLS lib …
0
votes
1answer
129 views
Flex and JasperReports
Hi to all, i just wondering if is there a way to show a generated JasperReport in a flex application.
I'm using Java, Flex 3.4 and Blazeds.
Thanks for your responses.
-Victor
0
votes
4answers
535 views
Flex session management on the client side
Coming from the web development world, I'm used to having single sign-on and session timeout/redirection to a login page handled on the server side.
From a rich client perspective …
0
votes
2answers
307 views
Flex mx:Image source load fail?
hi guys, when I use mx:Image, some times i find it can't show picture correctly
for example
var image:Image = new Image();
image.source = "http://www.somewhere.xxx/xxx.png"; //so …
0
votes
3answers
332 views
TextLayout examples with Flex 3.2.0?
Hi I was trying some Textlayout stuff with flex 3.2.0 by downloading the flex 4 sdk and extracting the textlayout.swc and putting in my projects Lib folder.
But it seems that some …
0
votes
1answer
27 views
SAXParseException passing param from AIR to Web Service
Hi,
I am trying to call Java Web Service from AIR application
and pass it data parameter (String in XML format):
SetExcelData_result="setExcelDataResponse(event)"
…
0
votes
3answers
262 views
How to remove Flex component smoothly?
Hi, everyone.
Is it possible to make an original or custom Flex component to be 'removed' and 'added' (I mean between 2 states) more smoothly, not just disappeared.
I have tried …
0
votes
0answers
56 views
Grouping row expand and collapse color change in AdvancedDataGrid
Hi All,
I have grouped rows in my AdvancedDataGrid.I want a functionality where I will color the Grouping rows and once one expands the rows the Grouped row color will change and a …
0
votes
2answers
97 views
Can you use NetStream.publish() without FMS?
I would like to record webcam data. I understand the Netstream.publish() does this, but the adobe docs says it works with Flash Media Server.
Is there away to use this method with …
0
votes
3answers
119 views
Desktop Recording
I need to write an app that can record the desktop, and it needs to work on both Windows and Mac. I do know that the Flash Player (and I assume AIR) cannot directly record it, so …