Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 11:10 PM.