How to connect to MYSQL DB from Java, create table, insert data, retrieve it with datatypes.
How to make use of the data to/from in Flex application.
plz help me out..
i have basic knowledge in sending and receiving messages using BlazeDS.
and calling JAVA METHODS USING ...
...
Hi, I am using external interface to store cookies in client side of application. Like I have created a cookie in html and i am using those methods in flex using External Interface. I am saving a username in cookie when I re use cookie is displaying, I have deployed in server and i ran like http://localhost/[Path]/index.html.in this html...
I was wondering what happens to the code contained in an <mx:Script> tag. If I define a function tehre, it just becomes a member function of the generated class. But I noticed that it seems OK for the compiler if I just write some (static) method calls there (specifically, I call Font.registerFont()). It works fine, but I feel kind of gu...
Invalid byte 1 of 1-byte UTF-8 sequence
my error is the above line.am using am calling java method using Blaze DS.
...
Hello everybody. I have such problem:
I have 2 custom components, which have their own nesting hierarchy ... One is container for another. I have to "familiarize them" with each other. The way I'm trying to achieve that is using global events (one side is firing and the other one is catching):
Application.application.addEventListener("H...
Hi, I'm using sebastiaan holtrop's cover flow component in Flex.
I would like to be able to add the sources to the images using xml.
I would also like each image to have its own URL assosiated with it, so when I click it (if it's in the front of the coverflow), I go to that URL.
I'm a bit clueless as to how to get that done (this is th...
I'm trying to learn something about 2D games programming.
For this purpose I've downloaded many samples developed in:
Flex and Microsoft WPF.
I've noticed that all the animations / moving objects are kind of non-smooth.
I've seen a Flex example with double buffering which solved the image flickering, but it was laggy too. WPF example t...
In Flex columnchart, the height depends on the value, when 2 values have much difference.
the smaller value is not very clearly shown on the axis. Is it possible to define the minimum height of column to show, so that even a very small value can be seen?
Thanks
...
I don't know of any better way to ask this question.
If the below code is run
(i know the cData sections are not visible in the preview, something causes it to be ignored).
The result does not represent the data correctly.
1. Flex ignores missing date 24 aug for DECKER.
2. It wrongly associates 42.77 to 23-Aug instead of 24-AUG.
Is t...
I have ran into a strange issue and I was hoping for some suggeestion on how to attack the problem. Here is the environment.
1) We develop locally using Flex Builder.
2) We use QuickBuild with FlexMojo 3.4.2 for test builds and production
3) In both cases we don't believe optimization is enabled.
What we are seeing is some stran...
I have downloaded MySQL JDBC driver from http://www.mysql.com/downloads/connector/j/. How do I configure it?
...
Can I somehow find out what was the change in the textfield? I would want to compare the old text with the new text ... the problem is, that I have multiple textAreas in a tab-editor, and all the textAreas are watched by one eventListener. I want to get a value calculated by the next formula:
globalChangeCount += thisTextArea.currentCh...
When setting up a source control repository for a Flex Builder workspace, what do you consider to be worth checking in? Do you exclude the workspace .metadata folder but keep the .project and other project specific files? Keep both? Throw away both? Is there a guideline you use to decide which is worth holding onto or do you do it out of...
In the following code, the call to myChild.bar() results in an exception because myChild is null. myParent is a valid object. What I don't understand is why myChild has not been created yet.
I have read the following document related to object creation sequence, but I am unsure how "new" is related:
http://livedocs.adobe.com/flex/3/html...
I'm trying to trim white spaces from front and end of a string. Looks like as3 does not have a trim function. Anyone aware of how it can be done?
...
I'd like to load CSS stylesheets from a URL and apply them to my Flex 3 application at runtime. Is it possible?
...
Alright so this is an odd one... I have an application built in ColdFusion with a lot of the interactivity done with Flex. When a user logs in, there are session variables, as well as the client session that is evoked. When you browse to any given Flex Application, the variables are read in a used accordingly... however, on Windows (it s...
I have a flex application in which I have a TabNavigator with multiple tabs and a datagrid in each of those tabs. I have bound s single array of data to each grid.
What I want to do is to bind each grid with a particular set of data in that array i.e. to distribute array contents among grids based on data type. For example items startin...
Is it possible to create a command line Abode Air app? I know thats not the intended use of the framework, but I have a lot of utility code written in as3, and I have a need to programatically run some utility functions from another app (not flash).
I know I can pass command line parameters to the Air app, but I would like to avoid havi...
In the Flash authoring environment I can edit a library symbol and all on-stage instances based upon it reflect the changes. How can I do the same thing in ActionScript? There seems to be no way to address a library symbol.
For example:
Inside Flash CS3, I have created a Square.swf file that has 100 instances of the library symbol Squa...