Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 15
1
2
3
11
>
Last
»
Showing results 1 to 25 of 359
Search took
1.28
seconds.
Search:
Posts Made By:
wac
Forum:
Flash & ActionScript
07-01-2011, 04:26 PM
Replies:
0
tilelist horizontalScrollPosition
Views:
753
Posted By
wac
tilelist horizontalScrollPosition
Has anyone done horizontal scrolling with a tilelist?
I'm trying to represent a list of items where the list display can be expanded or collapsed. When it's expanded, I show the entire tilelist....
Forum:
Flash & ActionScript
10-18-2010, 09:48 PM
Replies:
0
actionscript module vs library
Views:
1,476
Posted By
wac
actionscript module vs library
What are the pros/cons of using a module vs a library for code that can be dynamically loaded by different flex applications?
Forum:
XML
05-19-2010, 04:56 PM
Replies:
0
SAX parsing XML with attributes > 16k
Views:
961
Posted By
wac
SAX parsing XML with attributes > 16k
Any ideas what would be a good parser to use?
I'm in a weblogic windows environment and the xerces SAX parser used by weblogic is failing. Please don't ask why the XML has attributes so large. ...
Forum:
Adobe Flex
01-27-2010, 07:36 PM
Replies:
2
iterate through style properties in CSSStyleDeclaration
Views:
3,659
Posted By
wac
iterate through style properties in CSSStyleDeclaration
given some arbitrary style, say
Button
{
color: green ;
backgroundAlpha: 0.5 ;
}
that I've gotten using StyleManager.getStyleDeclaration,
is there a way to enumerate through the...
Forum:
Adobe Flex
11-18-2009, 04:08 PM
Replies:
0
onbeforeunload not working in ie
Views:
3,246
Posted By
wac
onbeforeunload not working in ie
We've got a flex application that needs to issue a logoff request to the server once the application is closed. The flex app sets up an ExternalInterface to a Logoff function and in javascript,...
Forum:
Adobe Flex
10-28-2009, 07:38 PM
Replies:
2
Zoom effect for tileList Images.
Views:
4,146
Posted By
wac
don't you need to set the target for the effect...
don't you need to set the target for the effect somewhere?
You should be able to get the itemRenderer off the event and use that as the effect target
Forum:
Adobe Flex
10-28-2009, 07:33 PM
Replies:
0
unicode characters in localization resource bundles
Views:
1,769
Posted By
wac
unicode characters in localization resource bundles
I'm trying to specify unicode in resource files that will be set on a label or button as
label='{resourceManager.getString("mybundle", "mykey")}'
In the resource file, I've tried values as \uNNNN...
Forum:
Adobe Flex
10-21-2009, 07:47 PM
Replies:
0
reference to PopupButton arrow button
Views:
1,765
Posted By
wac
reference to PopupButton arrow button
How can I get a reference to the right hand side button of a popupButton?
Forum:
Adobe Flex
10-19-2009, 10:00 PM
Replies:
1
Hide DividerBox divider when component is hidden
Views:
1,717
Posted By
wac
Hide DividerBox divider when component is hidden
Other than removing the child component from the divider box, is there a way to hide the associated divider when a child component is hidden?
Forum:
Adobe Flex
10-08-2009, 01:44 PM
Replies:
0
TileList effect during item resize
Views:
2,237
Posted By
wac
TileList effect during item resize
I know that I can use the itemsChangeEffect attribute to add effects to tilelist when an item is added or removed in the list, however, I'd like to add an effect to animate items being resized. I...
Forum:
Adobe Flex
10-01-2009, 05:22 PM
Replies:
0
split align htmlText
Views:
1,618
Posted By
wac
split align htmlText
I've got a Text object in which I would like text to be split left and right aligned. As in the example below. The leading text is left aligned, and the trailing text is right aligned. I tried...
Forum:
Adobe Flex
07-31-2009, 04:30 AM
Replies:
6
Adobe Flex with Java
Views:
2,510
Posted By
wac
Looks like he has a regular java desktop...
Looks like he has a regular java desktop application, but want's to use Flex for the UI because its easier than writing the UI in Java.
Our company was doing something similar, except the...
Forum:
Adobe Flex
07-31-2009, 02:44 AM
Replies:
6
Adobe Flex with Java
Views:
2,510
Posted By
wac
Yeah, It was wishful thinking that perhaps...
Yeah,
It was wishful thinking that perhaps one would be able to find something that didn't require BlazeDS because he was talking about not having a webserver.
I'm surprised that someone hasn't...
Forum:
Adobe Flex
07-30-2009, 02:44 PM
Replies:
1
enabled/disabled event
Views:
1,506
Posted By
wac
enabled/disabled event
Is there any event that occurs when a component is enabled or disabled? I've got to integrate with a custom component whose source I don't control and would like to determine when the user has done...
Forum:
Adobe Flex
07-30-2009, 02:19 PM
Replies:
6
Adobe Flex with Java
Views:
2,510
Posted By
wac
You may want to investigate ExternalInterface. ...
You may want to investigate ExternalInterface. If java can invoke methods on the flash player, then it can issue requests to its ExternalInterface and Flex can invoke java via ExternalInterface. I...
Forum:
Adobe Flex
02-26-2009, 12:08 PM
Replies:
2
flexbuilder 3 variable substitutions
Views:
1,753
Posted By
wac
I'm not sure what you mean, but the project is...
I'm not sure what you mean, but the project is loaded from cvs by multiple people, and in the .project file is the URL that's suppose to be used. That URL will have the machine host of the person...
Forum:
Adobe Flex
02-25-2009, 08:28 PM
Replies:
2
flexbuilder 3 variable substitutions
Views:
1,753
Posted By
wac
flexbuilder 3 variable substitutions
Anyone using flexbuilder 3 knows how to allow a non-path variable to be used in the 'Root URL' of the project properties dialog, so that, forinstance, different developers can set their url to...
Forum:
Adobe Flex
02-11-2009, 08:30 PM
Replies:
2
parseInt returns 0 instead of NaN
Views:
3,130
Posted By
wac
parseInt returns 0 instead of NaN
Not sure if this should be posted to the flex or flash forum.
I'm using parseInt to parse a string and when the string is not numeric,
I get 0 instead of NaN, so my isNaN() call always fails on the...
Forum:
Adobe Flex
01-21-2009, 08:44 PM
Replies:
1
Complex calls using ExternalInterface
Views:
1,845
Posted By
wac
On the Flex side, I'm getting the following...
On the Flex side, I'm getting the following exception.
TypeError: Error #1034: Type Coercion failed: cannot convert []@94f85f1 to mx.collections.ArrayCollection
The request passed to...
Forum:
Adobe Flex
01-21-2009, 07:04 PM
Replies:
1
Complex calls using ExternalInterface
Views:
1,845
Posted By
wac
Complex calls using ExternalInterface
Sorry, accidentally posted this in the flash forum and didn't know how to move a posting
-------------------------------------------------------------------------
I'm having a problem calling...
Forum:
Flash & ActionScript
01-21-2009, 05:08 PM
Replies:
0
Complex calls using ExternalInterface
Views:
835
Posted By
wac
Complex calls using ExternalInterface
I'm having a problem calling functions from C# to Flex ActionScript.
I can successfully call functions with "simple" parameters (int, String, Boolean), but I'm having problems calling functions with...
Forum:
JavaScript programming
01-06-2009, 07:50 PM
Replies:
5
running javascript when window.closed is true
Views:
4,010
Posted By
wac
running javascript when window.closed is true
Is there a problem doing this? I seem to not be able to get things to work right.
I'm trying to get javascript to send a request to the server to do cleanup work when the browser window is closing....
Forum:
Adobe Flex
10-20-2008, 02:12 PM
Replies:
2
Can a C# application display a Flex component?
Views:
4,263
Posted By
wac
This looks like a C# server and a flex client. I...
This looks like a C# server and a flex client. I actually have a C# application and have been tasked with adding GUI components as flex. That's a different situation. The flex GUI needs to be...
Forum:
Adobe Flex
10-01-2008, 09:31 PM
Replies:
2
Can a C# application display a Flex component?
Views:
4,263
Posted By
wac
Can a C# application display a Flex component?
We have a situation where some products are converting to flex. Because a lot of the GUI functionality is similar across many of our products (written in C# and Java), we would like a way to be able...
Forum:
Adobe Flex
08-30-2008, 08:55 PM
Replies:
4
CombBox vs PopupButton vs PopupMenuButton
Views:
5,858
Posted By
wac
CombBox vs PopupButton vs PopupMenuButton
These controls seem to perform the same basic function. Can anyone point me to a decent description of when I would use one control vs the other?:confused:
Showing results 1 to 25 of 359
Page 1 of 15
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
11:10 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.