Hi All,
I need a message notifier when the application is running in the system tray. Like I have set a reminder for 4:00 PM & my application is minimized to system tray. Now at 4:00 PM a notification window should pop up like gtalk incoming message.
My notification windows is flex custom component.
Thanks in advance
...
I was reading the Flex Compiler API User Guide at http://livedocs.adobe.com/flex/3/compilerAPI_flex3.pdf and tried to follow the example to create a Java application to compile a Flex application.
Here is my program:
import flex2.tools.oem.Application;
import java.io.*;
public class MyAppCompiler {
public static void main(String...
Currently when sorting in a flex grid, the sort arrow that shows whether the column is sorted ascending or descending is right aligned to the column. Is there anyway to change the position of the sort arrow, such as applying padding?
...
This was just what I was thinking for this solution and I would like to know if there's a better approach I could take?
I'm creating a simple desktop contacts application.
Users have the ability to enter in peoples contact information. I've add a combo box containing city name. The user has the ability to add city to this list and then...
I've got an flex application where I have a left side TREE control and a viewstack on the right and when someone selects the tree it loads the named viewstack based on the hidden node value of the XML of the tree.
But it's throwing a error 1065 variable not defined on a viewstack which worked on the last browser refresh/reload. It's not ...
I've got a flex/air app I've been working on, it uses a local sqlite database that is created on the initial application start.
I've added some features to the application and in the process I had to add a new field to one of the database tables. My questions is how to I go about getting the application to create one new field that is ...
Hi I am working on tabNavigator in flex 3.
I have tileList within it. Contents in the tab comes dynamically so I cannot provide explicitly fixed height and width.
I need to resize the tabs depending on the contents within it.
To resize the tabs I have enabled 'resizeToContent' property of tabNavigator.For some reason it is not resizing ...
Our Company is looking for a sr.flex developer. As part of interview process customized UI understanding and implementation is also included.
I am Usability&design Lead for the same product team have some understanding of flex 3 but am not sure if pure UI/usability questions can be answered by flex developer. So can you suggest some UI ...
I am trying to call a webservice from my Flex application and this is the code:
<mx:WebService id="myWebService"
wsdl="http://172.16.111.103:22222/cics/services/PRESENT1?wsdl">
<mx:operation name="PRESENT1Operation"
result="resultHandler(event)"
fault="faultHandler(event)">
</mx:operation>
</mx:We...
I am trying to cancel a tooltip event (I only want it to display when the mouse is hovered over a certain area), and can't seem to figure it out. I tried stopPropagation, preventDefault, and stopImmediatePropagation, but none of them seem to work.
Here the code I am using:
private function toolTipCreateHandler(event:ToolTipEven...
hello,
I have a form that uses Richtexteditor of Flex3 to write in their reply. The reply is then posted to a textarea, where all of the formatting is lost! I have embedded the font since I was doing some tweeening on the text boxes.
I need to find out how keep the formatting intact in the textarea from richtexteditor!
has anybody an id...
hello,
Flex 3 (actionscript 3)
I have another problem now,
I have a panel on which I have put fadeIn show effect.
first, the effect was only applied to the panel. The text would just appear without the fadeIn effect. Then someone here told me to embed the fonts, which worked like a charm
but now I have another problem. I get the te...
hi
I want to build a "Form builder" like this one in Flex 3: http://www.phpform.org/
I need to add Buttons, TextArea, TextInput Controls and other form-elements to a List based container at run time and allow drag and drop support for reordering of those elements.
When I try to add Buttons, TextInput & TextArea Control to a List only ...
Hi, I am loading data from one sample.xml file using http service. the xml file will generated by jsp and it is saving in one proper location like(d:/programfiles/some.xml).now when I first time login to application i need to check whether that xml file is present or not. How can I check?
Please help me in this it will very help full for...
Hi
I am working on actionscript to generate a SWF dynamically using JSON data coming from an HTTP request. I receive the data on creationComplete and try to generate a tree like structure. I don’t create the whole tree at the same time. I create 2 levels, level 1 and level 2. My goal is to attach custom events on the panels which represe...
The situation is simple. I have a datagrid that gets its data from a webservice.
When data from the webservice is retrived it calls the following function:
private function onListReg():void
{
arrRegOld = WSAutoreg.list.lastResult as ArrayCollection;
arrReg = WSAutoreg.list.lastResult as ArrayCollection;
dgReg.dataProvider ...
Am working in flex video player with RTMP.
My Question is..
How to skip the video file to the middle of a video without having to download the whole file using RTMP.
I have some basic questions in flex video player with RTMP.
Where i want to put the Video file(FLV). Red5 server location or any other folder.
Where i want to put the fl...
Observe the Flex program below (I'm using Flex Builder 3 w/ 3.5 SDK). The second combobox is conditional on the first. If a 'first name' is chosen, then you are allowed to choose a 'last name'. If 'none' is chosen, then you are not allowed to choose a last name, but rather prompted to choose a first name.
To see the mysterious issue...
I have two applications in my project 'test' the applications are one.mxml and two.mxml and i want to use the same main.as file in both using
<script source='main.as'/>
Can I access the components of both applications from main.as when both are running simultaniously.
Thanks in Advance
Prashant Dubey
...
Hi,
This one is driving me insane! For some reason, when I export a bin-release of my application, all my text fields have a different line spacing from that of the bin-debug version. How is this even possible?!
Has anyone else come across something like this before?
...