-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
i created project with flexmojos maven archtype..i used flexmojos:flexbuilder
and compile/run with FlashBuilder 4 everything is okay but when i try
to compile project with flexmojos i got following error:
[ERROR] Z:....\src\main\flex\Main.mxml:[6,-1] Could not resolve < fx:Script to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In Flex builder 3 when I create a new flex application targeting the flex 4 sdk, it wont generate a html wrapper file.
I have hunted around the web for answers, but no success. I have made sure the box is checked in the project properties to generate html wrapper.
The only workaround is to target…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I did some work that used Flex datagrids previously. It was smooth for the users and developers alike.
In my current project, I have to implement the same grids but not using Flex / Flash.
I have taken a look at extJS and YUI but they don't seem to measure up.
Are there other packages I should…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This question may be an absolute crap. Can i use the flex 4 sdk in flex builder 3? i have a licensed version of flex builder 3 professional. so if i need to use flex 4 sdk in it, do i need to buy flash builder? cant i get all the new components in flex builder 3?
Regards,
PK
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I want to setup jetty with jetty-blazeds extension. Everything looks fine but when I run maven to get the dependencies, I get:
UNRESOLVED DEPENDENCIES
com.adobe.flex#flex-messaging-core;3.2.0: not found
com.adobe.flex#flex-messaging-common;3.2.0: not found
Does anyone know a maven repository…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I would like to make Something in my form.
I have a Binding source binded on Linq to Sql Class. The class Workorder contains one field Site. I would like to display The combobox with all the site, but selected on the site form my workorder.
I'm clear?
Julien
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a way in Zend Framework to fill a combobox with values depending on the value chosen in a previous combobox, but on the same page?
In my case I have a combobox for domain and one for specialization. If i choose Informatics in the first combobox (domain), I want to fill the second one with…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using a value aware combobox, it was working fine, but recently i started getting the below error, when I try to click on combobox, and the error is random.
I am not sure of it is because of any changes i have done in the coding, or some changes in data provider etc any help is appreciated.…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have two combo boxes that are cascading.
I would like to have it so that when I select something in ComboBox1, it will fire off a web method that automatically filters the list in ComboBox2.
At the moment, I'm adding the value of ComboBox1 to the context key of the ComboBox2 web service when…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have created a custom dialog UI, which contains two combobox with SQL server instance & on selection of one of SQLServer instance, another combobox has to be filled with name of Databases on that server instance.
I am able to find filling combo with SQL server Instances
I had written a…
>>> More