[flexcoders] Re: Problem Installing Flex 3 on Intel Mac

2008-03-06 Thread dkhvost
bump
--- In flexcoders@yahoogroups.com, "dkhvost" <[EMAIL PROTECTED]> wrote:
>
> Hi all,
> 
> I have read the other threads about this topic; however my problem seems to 
> be 
different. 
> I have also tried all of the other proposed solutions. When I double click 
> the FB3 
Installer 
> that I have copied on the desktop the icons bounces for one second and then 
disappears. 
> Below is the message that I see in the console. This seems to be a problem 
> with either 
the 
> PPc version or Java from what I can tell. Please see if you can help me get 
> it installed.
> 
> 3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
> plist 
> parser: missing semicolon in dictionary. 
> 3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
> plist 
> parser: missing semicolon in dictionary. 
> 3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
> plist 
> parser: missing semicolon in dictionary. 
> 3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
> plist 
> parser: missing semicolon in dictionary. 
> 3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
> plist 
> parser: missing semicolon in dictionary. 
> 3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
> plist 
> parser: missing semicolon in dictionary. 
> 3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
> plist 
> parser: missing semicolon in dictionary. 
> 3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
> plist 
> parser: missing semicolon in dictionary. 
> 3/5/08 2:36:26 PM [0x0-0x39039].FB3_Mac_Installer[337] [JavaAppLauncher] 
application 
> launched with ppc-thin application stub. Using native application stub 
> instead. 
> 3/5/08 2:36:26 PM [0x0-0x39039].FB3_Mac_Installer[337] [JavaAppLauncher 
> Error] 
failed 
> to use native application stub directly, trying to fork first. 
> 3/5/08 2:36:26 PM com.apple.launchd[149] 
> ([0x0-0x39039].FB3_Mac_Installer[337]) 
Stray 
> process with PGID equal to this dead job: PID 338 PPID 1 FB3_Mac_Install
>





[flexcoders] Problem Installing Flex 3 on Intel Mac

2008-03-05 Thread dkhvost
Hi all,

I have read the other threads about this topic; however my problem seems to be 
different. 
I have also tried all of the other proposed solutions. When I double click the 
FB3 Installer 
that I have copied on the desktop the icons bounces for one second and then 
disappears. 
Below is the message that I see in the console. This seems to be a problem with 
either the 
PPc version or Java from what I can tell. Please see if you can help me get it 
installed.

3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
plist 
parser: missing semicolon in dictionary. 
3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
plist 
parser: missing semicolon in dictionary. 
3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
plist 
parser: missing semicolon in dictionary. 
3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
plist 
parser: missing semicolon in dictionary. 
3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
plist 
parser: missing semicolon in dictionary. 
3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
plist 
parser: missing semicolon in dictionary. 
3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
plist 
parser: missing semicolon in dictionary. 
3/5/08 2:36:26 PM mdworker[335] CFPropertyListCreateFromXMLData(): Old-style 
plist 
parser: missing semicolon in dictionary. 
3/5/08 2:36:26 PM [0x0-0x39039].FB3_Mac_Installer[337] [JavaAppLauncher] 
application 
launched with ppc-thin application stub. Using native application stub instead. 
3/5/08 2:36:26 PM [0x0-0x39039].FB3_Mac_Installer[337] [JavaAppLauncher Error] 
failed 
to use native application stub directly, trying to fork first. 
3/5/08 2:36:26 PM com.apple.launchd[149] ([0x0-0x39039].FB3_Mac_Installer[337]) 
Stray 
process with PGID equal to this dead job: PID 338 PPID 1 FB3_Mac_Install 




[flexcoders] Flex Component Kit (ContainerMovieClip scaling)

2008-02-09 Thread dkhvost
Hi All,

I have tried everything that I can think of with no luck. When ever I scale my 
ContainerMovieClip the content also scales by changin the scaleX and ScaleY. 
How can I 
make it so that The size of the ContainerMovieClip only affects the width and 
height of the 
content.

Dennis



[flexcoders] Flex Component Kit (ContainerMovieClip scaling)

2008-02-09 Thread dkhvost
Hi All,

I have tried everything that I can think of with no luck. When ever I scale my 
ContainerMovieClip the content also scales by changin the scaleX and ScaleY. 
How can I 
make it so that The size of the ContainerMovieClip only affects the width and 
height of the 
content.

Dennis



[flexcoders] Re: Flex 2/AS3 Garbage Collection - Looking for additional information

2007-03-06 Thread dkhvost
i have all of the same issues and still haven't found a solution.

--- In flexcoders@yahoogroups.com, "John Crosby" <[EMAIL PROTECTED]> wrote:
>
> We have had issues with garbage collection in the past and have 
read and
> re-read the Grant Skinner articles but was wondering if anyone else 
had some
> additional input and/or examples of GC in Flex 2/AS3?
> 
>  
> 
> The reason for the query: we are/have been working with 
applications that
> are constrained to machines with limited RAM (<=512) and apps that 
need to
> run for a while (6-8 hours).
> 
>  
> 
> TIA
> 
>  
> 
> John
>




[flexcoders] Line Chart: Out of range data points appear broken

2007-01-26 Thread dkhvost
Hi all,

I have a problem with the Linechart / Lineseries. I have a simple 
linechart which contains datavalues over time and 0 -100 y axis range. 
If I change the y axis range to let's say 50 - 80 then the connecting 
lines to the data points outside the range dissapear which creates a 
very bad visual effect which consists of broken line segment cluttering 
the charting screen.

Thank You,
Dennis



[flexcoders] Column Chart with multiple axis

2006-12-14 Thread dkhvost
Hi,

I'm trying to create a column chart with multiple vertical axis. Both 
axis are column series. One series range is 0 - 70 and the other one is 
0 - 5000. I want to have a clustered stacking effect but I am unable to 
do so. I tried to work with all of the different parameters available 
offset, clumnratio, etc... does anyone have any ideas how to achieved 
the effect I'm looking for?

Dennis



[flexcoders] Re: Chart multiple vertical axis

2006-08-02 Thread dkhvost
Hi,

I thought of that but the problem is this synchronization between 
the different charts. I looked at the code for the second axis and 
understand that all I need to do is create a new datatransform.

--- In flexcoders@yahoogroups.com, "Karl Johnson" <[EMAIL PROTECTED]> 
wrote:
>
> You may be able to accomplish what you want to do by overlaying 
multiple
> chart components on top of each other, with transparent 
backgrounds. Not
> sure I can exactly picture what you want the chart to look like, 
but it
> would be easy to align multiple charts on top of each other and 
then you
> can just set the dataproviders of each chart independently. You 
could be
> clever and create a custom component that could then generate X 
chart
> components within a canvas depending on properties set on your 
customer
> component. There would be some pretty clever ways to make it slick 
and
> very reusable. But I might be off base with what you are trying to 
do.
> If so, let me know.
>  
> Karl 
>  
> Cynergy Systems, Inc.
> 
> 
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of dkhvost
> Sent: Tuesday, August 01, 2006 11:27 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Chart multiple vertical axis
> 
> 
> 
> Hi,
> 
> Has anyone tried to develop a component that extends the
> CartesianChart and has the ablity to show multiple vertical axis. 
The
> idea is to display for example multiple dataseries with different
> units. I am thinking of undertaking this task and understand that 
it
> involves multiple datatransforms, etc... If anyone has an ideas or
> sugestions please let me know.
> e.g.
> LineChart
> --Temperature 'F (range 60 - 90 )
> --Humidity % (range 0 - 100)
> --Outside Temperature (range 40 - 120)
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Chart multiple vertical axis

2006-08-01 Thread dkhvost
Hi,

Has anyone tried to develop a component that extends the
CartesianChart and has the ablity to show multiple vertical axis. The
idea is to display for example multiple dataseries with different
units. I am thinking of undertaking this task and understand that it
involves multiple datatransforms, etc... If anyone has an ideas or
sugestions please let me know.
e.g.
LineChart
--Temperature 'F (range 60 - 90 )
--Humidity % (range 0 - 100)
--Outside Temperature (range 40 - 120)





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/