RE: [flexcoders] Re: scrollRect ???

2009-09-25 Thread Alex Harui
I don't know of any example code. Are you trying to do anything different from the other map applications out there? Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On

RE: [flexcoders] Flex with Sharepoint

2009-09-25 Thread Gregor Kiddie
Sharepoint offers webservices to fetch the data back directly, so you can target those rather than having to screen scrape. Take a look at http://msdn.microsoft.com/en-us/library/ms479390.aspx I've written Air apps in the past for pulling out information from our sharepoint site in a much nicer

RE: [flexcoders] How can I view internet traffic for an Air App?

2009-09-25 Thread Gregor Kiddie
Use any of the HTTP sniffers to get a real breakdown of what's doing what traffic wise. Something like Charles http://www.topshareware.com/Charles-download-14516.htm Or Service Capture http://kevinlangdon.com/serviceCapture/ Gk. Gregor Kiddie Senior Developer INPS Tel: 01382

[flexcoders] offline synchronization using AIR and Blazeds

2009-09-25 Thread prajnith_flex
Hi friends can u an y help me... offline/online synchronization Using AIR and blazeds.. i developed an application in online ie when tomcat server and lan connection is all done... but when they disturbed it should store data in local database say SQLite. i connected in online .. and

[flexcoders] Re: ToolTipManager problem

2009-09-25 Thread Flex Boy
Hi! Use an itemRenderer, extend a lable and add a tooltip data field in your arraycollection and point the label.toolTip = data.tooltip; --- In flexcoders@yahoogroups.com, luketvanderfluit lukevanderfl...@... wrote: Hi. Here I have a component. Problem is that itemRollOver, itemRollout

[flexcoders] Help with Eclipse Problem

2009-09-25 Thread GeorgeB
Hi all, though this is not directly a Flex question.. I am stuck with the following: After a system HW crash (blown motherboard), I had to change HW to a new PC, with fresh OS (Windows XP + IE8) installation and then redo all the rest installation of my development platform. The work setup was:

[flexcoders] Re: Receiving AIR LocalConnection Slows App

2009-09-25 Thread michaelisraelcaplan
I'm still hopelessly plugging away at this. I've tried: - profiling the application to gain any insight into the issue - running traces throughout the window to see if it is firing differently I'm not able to see any differences between the window being instantiated via the receiving

[flexcoders] Re: Help with Eclipse Problem

2009-09-25 Thread GeorgeB
Adding to my previous post. As I didn't have the chance to check with Flex plugin sofar and Eclipse 3.5, I did just that... The Flex installer requests a Eclipsec 3.2, 3.3, or 3.4 (not 3.5) So I did another installation of Eclipse 3.4 (Ganimede) along the standard lines. The result remains

[flexcoders] displaying time in 24 hour clock

2009-09-25 Thread Darrin Kay
Good Day, I have time coming in from a web service and it is in 24 hour time (15:30 ), but it is being displayed as 12 (3:30 PM). here is some code: EastCostTime.seconds += 1; this.eastcostClock.text = EastCostTime.toLocaleTimeString(); so the clock is working fine and keeping the time, but

[flexcoders] Re: Help with Eclipse Problem

2009-09-25 Thread GeorgeB
Resolved! (Stupid of me!!!) I should have been downloading the correct version of Eclipse 3.4. For Windows this is : eclipse-jee-ganymede-SR2-win32 :) George --- In flexcoders@yahoogroups.com, GeorgeB grg_b...@... wrote: Adding to my previous post. As I didn't have the chance to check

[flexcoders] ActionScript Project in AIR

2009-09-25 Thread John McCormack
Hi List, I have an ActionScript AS3 project that I build in Flex Builder 3 and want to convert it to AIR I started a new desktop project but it is built as an alternative to mxml format. The classes and assets have been imported all the project. Creating an instance of my original class inside

Re: [flexcoders] ActionScript Project in AIR

2009-09-25 Thread Barry Gee
Hi John. Im sure there are other ways of doing this but a simple solution would be to download the Flash Builder 4 beta import your project and then right click on the project in the lib and select change project to - and select desktop project. Worked for me. barry. John McCormack wrote:

[flexcoders] PDF in AIR application

2009-09-25 Thread markgoldin_2000
I have a few questions about viewing/printing PDF content from an AIR application. 1. Can Adobe PDF Reader be replaced with another PDF Viewer? 2. If not, what kind of Reader automation is available while developing an AIR application? For example, can I intercept a click on the Print button? Or

[flexcoders] Video insite Html

2009-09-25 Thread Christophe
Hello, How to put a video on a html page of a website ? By YouTube or by a SWF file ? What is the best ? Thank you, Christopher,

[flexcoders] BlazeDS | AsyncMessages and not being consumed | No Client

2009-09-25 Thread ilikeflex
Hi I am using the blazeds server. I have created the destination and i am able to recieve the messages. The issue i am facing is that i have my java program which keep sending the messages to the blazeds server. At this point i have no client(browser) to consume the messages.So all the

RE: [flexcoders] How to make the effect smooth

2009-09-25 Thread Chet Haase
Scaling text is a funny thing. Generally, you won't get what you're asking for - smooth-scaling. The problem is that to display text in any reasonable way (in a way where it won't look completely ugly), graphics engines use things like font metrics, point sizes, font hints, sub-pixel

[flexcoders] Re: How can I view internet traffic for an Air App?

2009-09-25 Thread turbo_vb
FB4 also has a network monitor that gives some insight to the traffic. -TH --- In flexcoders@yahoogroups.com, Gregor Kiddie gkid...@... wrote: Use any of the HTTP sniffers to get a real breakdown of what's doing what traffic wise. Something like Charles

[flexcoders] How is this possible - Who's Here

2009-09-25 Thread Wally Kolcz
I am creating a simple chat room for a web site using Flex and BlazeDS. Chat works fine, but how can I produce a shared Object amongst all the people logged in so they can see who else is in the room? Please tell me its not a 'switch' in the database when they login... Thanks!

Re: [flexcoders] How to make the effect smooth

2009-09-25 Thread John McCormack
I have the numbers 0 to 9 typed into Flash file, broken down into vector graphics. They scale up okay, but I treat each digit as a movieClip imported into Flex from a swc. Placing the digits is a lot of work, but you don't need a particular font. John Chet Haase wrote: Scaling text is a

Re: [flexcoders] How can I view internet traffic for an Air App?

2009-09-25 Thread John McCormack
Charles Proxy is great for capturing http headers. John luvfotography wrote: To view internet traffic while using a Flex app, I just use Safari and go to the menu bar and go to Window/Activity. Is there an equivalent tool to see internet traffic to and from an Air app??? (while not in

[flexcoders] htmltext in spark textarea

2009-09-25 Thread Slackware
Hi Guys, I'm Trying to use htmltext in a spark textarea, but I see there's no s:htmlText.. is this possible? any idea? Thanks in advance Claudio Bastos http://www.blumersolutions.com

Re: [flexcoders] Beginner Questions

2009-09-25 Thread Mark Lapasa
Most would use ActionScript 3. The Flex Framework add a lot of overhead to a highly animated game. The controls weren't made for that type of genre of application. You could use OS Flex but Flex Builder's built-in's will save you clicks in the long run and you just get things done out faster,

[flexcoders] Re: scrollRect ???

2009-09-25 Thread flexaustin
I would setting for Google or Yahoo version, but eventually I would like to be able to scale the floating box (blue box that shows scrollRect of the map) in the pan/zoom control and have it change the maps scale factor. J --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: I

[flexcoders] Custom icon in air installer

2009-09-25 Thread Dave Cates
Hi all, I¹m trying to display my client¹s logo next to the app description in the air installer window. Any ideas of how to do this?! The normal descriptor file doesn¹t seem to have this field available. Many thanks, Dave.

[flexcoders] XMLLIst += operator problem

2009-09-25 Thread Breizo
Hi, Trying to do a simple element add to a XMLList but running into basic problems. Has anyone already fixed this? When I run the example, I get: node1/ node1/ node2/ node1/ when I would expect node1/ node1/ node2/ node1/ node2/ Any idea? Thanks ?xml version=1.0 encoding=utf-8?

RE: [flexcoders] htmltext in spark textarea

2009-09-25 Thread Peter DeHaan
Try setting the content or textFlow properties instead. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Slackware Sent: Friday, September 25, 2009 11:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] htmltext in spark textarea Hi Guys, I'm Trying

[flexcoders] Any way to make default event handler execute before my custom event handler?

2009-09-25 Thread k_navroz
Hi everyone, I am using a third-party MDI framework which has default event handlers for many window events. The problem is I want my custom code to execute in response to few window events but only after the default handler defined by the framework has been executed because otherwise some of

[flexcoders] Custom icon in air installer

2009-09-25 Thread Dave Cates
Hi all, I¹m trying to display my client¹s logo next to the app description in the air installer window. Any ideas of how to do this?! The normal descriptor file doesn¹t seem to have this field available. Many thanks, Dave.

[flexcoders] Is the drop indicator for AdvancedDataGrid customizable?

2009-09-25 Thread jeffreywhitsett
Is there a way to access the AdvancedDataGrid drop indicator, or to create a custom dropIndicatorSkin and add it to the ADG? I know this can be done with a List control, but it doesn't seem to work with an ADG.

[flexcoders] Hiding a specific divider in in dividedbox

2009-09-25 Thread djhatrick
Is there a way to do this? Thanks, Patrick

RE: [flexcoders] Re: scrollRect ???

2009-09-25 Thread Alex Harui
I thought there were some third-party map components out there. But in general, if you have a large bitmap you place a scrollRect on it and you should be halfway there. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From:

RE: [flexcoders] Any way to make default event handler execute before my custom event handler?

2009-09-25 Thread Alex Harui
preventDefault won't stop the other handlers from getting the event, it just warns them not to do what they'd normally do, and they can ignore and do stuff anyway. And if the event isn't cancelable, preventDefault has no effect. But that won't change the order in which the handlers get

[flexcoders] openGL overlayed on Flash

2009-09-25 Thread etaiweininger
Hello, Does anyone know how to overlay openGL on top of an Adobe AIR application? I have an animated cursor and I need it to refresh much faster than the Flash refresh rate. If I try to increase the global refresh rate, animation is way too choppy to support my cursor. Any thoughts? Thanks,

[flexcoders] Re: Any way to make default event handler execute before my custom event handler?

2009-09-25 Thread k_navroz
Thanks Alex. Based on your clarifications, I will try to handle the issue using event priorities if that works properly in my case. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: preventDefault won't stop the other handlers from getting the event, it just warns them not to

[flexcoders] invisible UIComponent

2009-09-25 Thread cholid cholid
Hi all i've got new question any one know how to make UIComponent invisible? but it still can execute Thanks cholid.r