Re: [flexcoders] alt+f4 Short cut key

2009-08-13 Thread Mark Lapasa
The day Flash Player provides alt-f4 support is the day when World of Warcraft provides it too http://forums.worldofwarcraft.com/thread.html?topicId=12454665647 jitendra jain wrote: > > > Hi friends, > > I want to implement alt+f4 key functionality in my swf application. > How can I overrid

Re: [flexcoders] Re: How do I get on adobe feeds? I'm having problems...

2009-09-04 Thread Mark Lapasa
Hello all, Does anyone know who is admin for the feeds on MXNA/feeds.adobe.com? I would like to have my feed URL updated. It's been about 2 days since I sent the request. I would like to know if they've received my request. knowledge.lapasa.net Old - http://knowledge.lapasa.net/wp-atom.php New

Re: [flexcoders] Re: Java/Flex questions answered by James Ward

2009-09-17 Thread Mark Lapasa
Uggh no wonderthey deleted my question altogether! James Ward wrote: > > Yeah. Turns out that the folks at Stack Overflow didn’t like the idea > of the “riacowboy” tag. So you can still ask the question with > sensible tags and then post a comment on my “Ask the RIA Cowboy” blog > so that I

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

Re: [flexcoders] cleanup on exit

2009-09-28 Thread Mark Lapasa
You can try flash.events.Event.DEACTIVATE which comes out of Application a new problem arises if the user really shut down the flash player or just alt-tabbing [p e r c e p t i c o n] wrote: > > > Hi all, > > > Is there any way to do some cleanup just before an app exits? for > example i'v

Re: [flexcoders] Re: Trying to convince people to develop with Flex

2009-09-29 Thread Mark Lapasa
Wow, that's a great case study / story about Flex. valdhor wrote: > > > Perhaps you could do it in your own time? > > When I first started my job here (A large Multi-National) I was tasked > with creating a front end UI to replace an unwieldy PHP/Perl system. > They wanted it redone with JavaS

Re: [flexcoders] How to hide loading of an images in flex

2009-10-08 Thread Mark Lapasa
For you svgViewer, have it set to visible = false at the beginning. When the svgViewer has finished 100% of what it's doing, have a listener already defined waiting for this event. When it fires off, the handler will turn visible = true. -mL Adarsh Agrawal wrote: Hello, Can any help me r

[flexcoders] Ctrl + eh?

2009-10-22 Thread Mark Lapasa
In IE, why does Ctrl + A in a TextInput work but Ctrl + A in a datagrid doesn't? What is this funny business? Thx, -mL Notice of confidentiality: The information contained in this e-mail is intended only for the use of the individual or entity named above and may be confidential. Should the rea

Re: [flexcoders] Ctrl + eh?

2009-10-23 Thread Mark Lapasa
Just to add more context, I know children of ListBase don't support Ctrl+A so I added my own keydown listener for Ctrl + A in a datagrid so each index in the dataprovider would be in the .selectedIndicies. However it never gets fired. -mL Mark Lapasa wrote: > > > In IE, why do

[flexcoders] Flex Developer Available For Hire

2010-02-01 Thread Mark Lapasa
road. Cheers, Mark Lapasa Experienced Flash and Force.com Platform Developer __ The new Internet Explorer® 8 - Faster, safer, easier. Optimized for Yahoo! Get it Now for Free! at

Re: [flexcoders] Flex 4 Release - Anyone else having issues?

2010-03-23 Thread mark . jonkman
Hi Deane do a quick search across all your mxml files and in the namespace declarations, replace any that look like this: xmlns:mx="library://ns.adobe.com/flex/halo" with xmlns:mx="library://ns.adobe.com/flex/mx" The /halo got replaced with /mx sometime around beta

Re: [flexcoders] Flex 4 Release - Anyone else having issues?

2010-03-23 Thread mark . jonkman
ch of a help on that. sorry. Sincerely Mark R. Jonkman http://bitsbytesandsawdust.blogspot.com/ - Original Message - From: "Deane Venske" To: flexcoders@yahoogroups.com Sent: Tuesday, March 23, 2010 10:54:21 AM GMT -05:00 US/Canada Eastern Subject: Re: [flexcoders] Flex

Re: [flexcoders] Compare two datagrids

2010-03-31 Thread Mark Lapasa
Don't compare two datagrids. Compare two datasets. If you need thew view to display what's in common, then you can create your own Filter function and apply it to the underlying data sets. Any changes made to the data will be reflected in the view. On Wed, Mar 31, 2010 at 4:51 PM, cvsikh wrote:

Re: [flexcoders] Loading FXG files at runtime

2010-04-19 Thread Mark Lapasa
This is an interesting question. I would like to know the answer too. On Thu, Apr 15, 2010 at 4:53 AM, Pradeek wrote: > > > Hi is it possible to load FXG files at runtime and render them? Thanks. > > >

Re: [flexcoders] Simple Sound Player

2010-04-22 Thread Mark Lapasa
You could write a very rudimentary app using the flash.media.Sound to load and play the file and flash.media.SoundChannel to stop and pause the file. On Mon, Apr 19, 2010 at 2:51 PM, simcola wrote: > > > Hi > > I have several podcasts in wma (I could change to mp3 if needed) and I need > a simpl

Re: [flexcoders] RobotLegs Framework

2010-04-30 Thread Mark Lapasa
I can testify, robotlegs is pretty good coming from 2yrs+ of doing Cairngorm. A lot less boiler plate code that's for sure. Dependency Injection for mock objects makes it great for the devs on my team to develop views when the service layer is not quite ready yet. Give the best practices a good rea

Re: [flexcoders] reference to Data Provider throws error

2010-05-16 Thread Mark Lapasa
you have variable declared, but when the list instance tries to access the value at myDP, it doesn't exist. try assigning a default value [Bindable] public var myDP:ArrayCollection = new ArrayCollection() On Fri, May 14, 2010 at 1:37 PM, tex_learning_flex < tex.learning.f...@gmail.com> wrote:

Re: [flexcoders] flash 4 and flex 3

2010-05-19 Thread Mark Lapasa
You are wasting your time with Flash 4 Flash 5 > Flash 4 Flash 5 FTW! On Wed, May 19, 2010 at 10:39 AM, Kerry Thompson wrote: > > > cholid_ridwan wrote: > > What advantages of flash 4 compare with flex 4? >> > > Lots of advantages. > > - You can do timeline animations > - Components are ligh

Re: [flexcoders] Flex Training

2010-06-01 Thread Mark Lapasa
Why not just google Flex 4 in a Week? It's like free-ninety-nine. I believe that covers a good breathe of the concepts out there. I don't think there is much value learning from advanced Flex 3 tactics (with the exception of those mx components that haven't made it's way into spark). On Mon, May 3

Re: [flexcoders] Re: Speeding project compilation

2010-08-24 Thread mark . jonkman
er on the project. Sincerely Mark R. Jonkman http://bitsbytesandsawdust.blogspot.com - Original Message - From: "Amy" To: flexcoders@yahoogroups.com Sent: Tuesday, August 24, 2010 9:12:27 AM Subject: [flexcoders] Re: Speeding project compilation --- In flexcoders@

Re: [flexcoders] Animating an arrow into a target

2011-09-08 Thread Mark Embrey
check out http://flex4fun.com/2010/11/30/flex4-navigation-menu-using-state-and-timerfor an idea On Sep 7, 2011 4:21 PM, "valdhor" wrote: > I have a project where I need to show the progress of a, well, project. The project has seven specific stages that it must pass through. > > What I would like

Re: [flexcoders] AIR Application with multiple views

2011-12-20 Thread mark . jonkman
I would look into using two modules loaded into the base application. Base application contains a login screen and based on results of login either load heavy weight module or load light weight module. Sincerely Mark R. Jonkman http://bitsbytesandsawdust.blogspot.com - Original

Re: [flexcoders] Debug Woes - Redux

2012-03-28 Thread mark . jonkman
work with then the plugin version which has a tendency to crash on occassion resulting in force closing. Sincerely Mark R. Jonkman http://bitsbytesandsawdust.blogspot.com - Original Message - From: "Jerry Davidson" To: flexcoders@yahoogroups.com Sent: Wednesday, March

RE: [flexcoders] Compiling and debugging against a remote Coldfusion server

2013-01-07 Thread Mark Fuqua
remember the right name) on my remote server. However, it seems whatever combination I try, fails… This might not be possible…but it seems it should be. Thanks for your time, Mark From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brendan Meutzner

RE: [flexcoders] Re: From DataGrid to Clipboard and Excel

2013-01-19 Thread Mark Fuqua
Very sweet.I don't have a particular use for this right now.but I'll sure be looking for one! From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tony Obermeit Sent: Saturday, January 19, 2013 12:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: From D

[flexcoders] Mark Shen

2013-02-26 Thread Mark Shen
   http://www.multimaticagalega.com/hm/q6wn.1pbu9s?ol0ndfm4p6bz0p4ocfn3afg09mdzcp;   Mark Shen2/26/2013 6:35:09 PM

[flexcoders] Re-creating runtime components - Flex2

2005-10-26 Thread Mark Wales
r, but the general idea is the same. I've considered custom classes that extend existing components but are "serializable" to XML using the upcoming E4X capabilities, but curious to know of anyone out there has any more elegant/interesting thoughts. Thanks, -Mark -

RE: [flexcoders] Usage of CreateClassObject & CreateComponent

2005-10-26 Thread Mark Wales
If you don't mind a follow-up question from someone else, how do you then listen for the events that will come from the new Button that is created? For example, I've tried calling "clickBroadcast" but it didn't seem to work. Thanks, -Mark -Original Mess

RE: [flexcoders] Usage of CreateClassObject & CreateComponent

2005-10-26 Thread Mark Wales
Object):Void { trace("clicked the mofo"); } ----- Original Message - From: "Mark Wales" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 26, 2005 3:24 PM Subject: RE: [flexcoders] Usage of CreateClassObject & CreateComponent If you don't mind a follow-up

[flexcoders] Drawing Examples in Flex 2?

2005-10-30 Thread Mark Wales
Has anyone spent any time drawing simple shapes (lines, circles, etc.) in Flex 2?? Can someone point me to a couple examples? An ideal scenario would be something that showed how to draw a line between a point and the current location of the mouse. Thanks in advance... --

RE: [flexcoders] Drawing Examples in Flex 2?

2005-10-31 Thread Mark Wales
g.moveTo(100, 100); g.lineTo(mouseX, mouseY); g.endFill(); } } } - Original Message - From: "Mark Wales" <[EMAIL PROTECTED]> To: Sent: Sunday, October 30, 2005 5:05 PM Subject: [flexcoders] Drawing Examples in Flex 2? Has anyone spent any time drawing simple shapes

[flexcoders] Dynamic Events

2005-11-10 Thread Mark Wales
wever, experimenting with it, it does not appear this works. Is this simply a function of it being an alpha, am I doing something wrong, or is something else amiss?? -Mark Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to help you find a job). Welcom

RE: [flexcoders] changing color of button when it is pressed

2005-11-11 Thread Mark Wales
You'll want to set the style of the button in Actionscript: In MXML: In script: public function changeColor():Void { var colorArray:Array = [ "red", "red" ]; myButton.setStyle("fillColors", colorArray); } -Original Message- From: flex

RE: [flexcoders] Flex 1.5 for PDAs & Mobiles ??

2005-12-13 Thread Mark Wales
Jesse made the comment that the PocketPC is different and able to run a regular Flash Player. Has anyone successfully installed and run an 8.5 Flash Player on a PocketPC? If so, which one? -Mark -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] (Flex 2.0) interacting with SWF files

2005-12-14 Thread Mark Wales
Check out the presentation materials that Waldo provided in support of his Max session:   http://www.waldosmeets.com/index.cfm?entryID=596       -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Hansen Sent: Tuesday, December

RE: [flexcoders] Using HTTPService to POST complex data

2006-01-29 Thread Mark Wales
r quite what I am trying to attain. I've used generic objects as well as arrays - all to no avail. I can give an enumeration of the variations and permutations on my results in my next email - but it seems there is probably some obvious "right way" to do this that I'm just missin

Re: [flexcoders] Using HTTPService to POST complex data

2006-01-29 Thread Mark Wales
ters: {"category"=>{"name"=>"flex"}, "commit"=>"Create", ... Basically, it has proven hard to get the string to come across properly. After trying multiple variations of constructing the String and encoding the quotation marks, nothing se

[flexcoders] HTTPService problem<-

2006-06-15 Thread Mark Hunter
That it is what produces this error ???[RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"]    at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()    at mx.rpc::Responder/fault()    at

RE: [flexcoders] Design Pattern books for AS3 and Flex 2

2006-06-20 Thread Mark Lapasa
Design Patterns (and the design principles they are grounded upon) are very much language neutral. A couple of pages of Head First Design Patterns can go a long way. The implementation language is Java but it's easy to pick up if you've done a fair amount of ActionScripting v2.0 or higher. http://

[flexcoders] Re: WebORB for .net beta5: feedback

2006-07-13 Thread Mark Piller
opinions on this subject. cheers, Mark --- In flexcoders@yahoogroups.com, "Jonas Windey" <[EMAIL PROTECTED]> wrote: > > Hi Mark, > > > > Thanks for your explanations. We (our team) are still not 100% sure what > method is the best to follow. I've been f

Re: [flexcoders] Flex and Server-Side Technology Recommendations

2006-07-16 Thread Mark Wales
he foremost examples of Rails used for commercial purposes. Here's a link to it:         http://basecamphq.com/api/ I've not tried to integrate with it myself - but sending and receiving XML from Flex is fairly easy and well documented and should be relatively easy to use.

RE: [flexcoders] Re: Using HTTPService to POST complex data

2006-01-31 Thread Mark Wales
iness documents into HTTP, I can attest that something similar in ActionScript could be extremely useful. Unfortunately, at present it does not appear that the current limitations can be resolved by anyone outside Macromedia. -Mark -Original Message- From: flexcoders@yahoogroups.com [m

[flexcoders] IFrame Example for Flex 2?

2006-02-08 Thread Mark Wales
the HTML pages that are loaded to Flex? I'm afraid I do not yet understand the Flex-HTML-Javascript combination well enough to grasp what is technically possible or not. Thanks for anyone who can provide some insights... -Mark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/

RE: [flexcoders] IFrame Example for Flex 2?

2006-02-10 Thread Mark Wales
Manish - thanks for the reply. Does anyone out there have any HTML/Javascript-to-Flash/Flex examples they can share? -Mark -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Thursday, February 09, 2006 1:36 AM To

RE: [flexcoders] About Webservices and XML request format

2006-02-10 Thread Mark Wales
HTTPService.   Net, Matt suggested the syntax below to capture the array (or “array-like”) behavior.   myRequestObject['val[a]'] = 'foo';   Maybe that will give you a lead on a solution…   -Mark   -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PRO

RE: [flexcoders] IFrame Example for Flex 2?

2006-02-11 Thread Mark Wales
  From what you’ve said, the fatal flaw in this proposal would be that the locally hosted HTML page and the page presented in the embedded IFrame are in different domains and therefore not able to “communicate”.  Is this correct?   -Mark   -Original Message- From: flexcoders

[flexcoders] Actionscript-based Applications with Flex 2

2006-02-17 Thread Mark Wales
improved Actionscript. Does anyone have anything like that?   -Mark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

RE: [flexcoders] Actionscript-based Applications with Flex 2

2006-02-18 Thread Mark Wales
very well.   -Mark         -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Saturday, February 18, 2006 1:27 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Actionscript-based Applications with Flex 2   If you are

RE: [flexcoders] Actionscript-based Applications with Flex 2

2006-02-18 Thread Mark Wales
should be. (Although JesterXL provided some good tips I've not yet had a chance to try) -Mark -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Roger Gonzalez Sent: Saturday, February 18, 2006 11:10 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] How to deploy resources bundles in Flex?

2006-03-22 Thread Mark Wales
d unwieldy. I appreciate any suggestions the group may have... -Mark -- 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 gr

Re: [flexcoders] Large XML Dataset?

2006-04-04 Thread Mark Wales
e effort), there are at least a few products out there that can do this out of the box. Obviously to deploy it you would have to talk them about some form of an OEM-type relationship. I know of at least one vendor that provides trial versions via download if you are interested. -Mark Evert | Colla

Re: [flexcoders] ActionScript APIs

2006-04-06 Thread Mark Walters
Am I the only one getting errors clicking on any of the options at this link ?: http://weblogs.macromedia.com/flex_samples/flex_explorer/explorer.html - markW On 4/6/06, Jignesh Dodiya <[EMAIL PROTECTED]> wrote: > > > some good links > http://flexapps.macromedia.com/fast/docs/apiAsDoc/index

[flexcoders] Beta 2 ActionScript Project Tutorials

2006-04-07 Thread Mark Walters
I'm just now finally starting to jump on the Flex bandwagon and have been searching for some AS3 Tutorials, not using the Flex Framework, and everything I've found (like http://www.helpqlodhelp.com/blog/archives/000127.html) has been for the pre beta 2 build and now seem to cause all kinds of error

Re: [flexcoders] Re: Updating and Retriving Data From XML File FLEX 2

2006-04-17 Thread Mark Doberenz
I just noticed it was in an attachment from Tracy.   On 4/17/06, flexnadobe <[EMAIL PROTECTED]> wrote: Any way we can find this Example or have a sample posted usingColdfusion CFC instead of JSP? --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSear

[flexcoders] [F2B2] Newbie question about styling a nested panel

2006-04-19 Thread Mark Lapasa
I have an outer panel and an inner panel. The problem is that the inner Panel's styling properties are being overrided by the outer most parent eventhough I explicitly define them. Am I wrong in thinking inner components in-line should take precendence over itself? Thx -- Flexcoder

RE: [flexcoders] [F2B2] Newbie question about styling a nested panel

2006-04-19 Thread Mark Lapasa
ordinates are parent-relative. Basically, alphas are parent-relative too. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Lapasa Sent: Wednesday, April 19, 2006 7:01 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] [F2B2] Newbie questi

RE: [flexcoders] Re: Looping output

2006-04-25 Thread Mark Rausch
Use percentWidth and percentHeight instead -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Tuesday, April 25, 2006 3:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Looping output Well tracy, it is assinging

RE: [flexcoders] PLEASE: Could someone at Adobe/Macromedia do a Carnigorm Video Intro.

2006-04-26 Thread Mark Davis
.   [EMAIL PROTECTED]     _ Mark Davis  Applications Developer  HealthGrades: Guiding America to Better Healthcare™ NASDAQ: HGRD w  (720) 963-6585 f   (720) 963-6685 [EMAIL PROTECTED] _ The message contains

Re: [flexcoders] Implementing pull-out window

2006-04-28 Thread Mark Wales
lly a "pop-up" I think Sho's implementation is worth emulating. And, if this is not explicitly what you are looking for, it should be a really good starting point! -Mark RAMOS CARDONA JESUS SALVADOR wrote: Hi, all.   I’ve seen every kind of wizardry achiev

[flexcoders] resources for Flex2

2006-05-02 Thread Mark Davis
way of accomplishing that example has completely changed.  What are others finding as great resources for learning Flex2?  Any plans for updated Flex 2 books?   Thanks   _ Mark Davis  Applications Developer  HealthGrades: Guiding America to Better

RE: [flexcoders] resources for Flex2

2006-05-02 Thread Mark Lapasa
think Adobe Flex 2 Docs are great that I would purchase a hard copy of Developing Flex 2 Applications   -mL knowledge.lapasa.net   -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Mark DavisSent: Tuesday, May 02, 2006 1:07 PMTo

Re: [flexcoders] Exceeding Component Boundaries

2006-05-04 Thread Mark Wales
that it is embedded within is only a few hundred so zooming in and out and navigating around the UIComponent is particularly critical. -Mark P.S. My impression is that this type of activity is what the ScrollRect feature/function is intended to address but I could not find sufficient documentation o

Re: [flexcoders] Drwaing API inside an AS based component - not working

2006-05-04 Thread Mark Wales
, 50, 50); One thought is that you may not be setting the line color or line width. Is that a possibility? Make sure you have something equivalent to this: c.graphics.lineStyle(1, 0xff); -Mark leo4beer wrote: >Using the drawing API inside a component. > >Hi, I've made a custo

Re: [flexcoders] Re: Drwaing API inside an AS based component - not working

2006-05-04 Thread Mark Wales
ion of the UIComponent out or sight. If you want to post any code, I'm sure either myself or someone else could offer suggestions. -Mark leo4beer wrote: Well, seems like the test case work but not the actual feature. the component in which im using the drawing API is nested in another c

Re: [flexcoders] Exceeding Component Boundaries

2006-05-04 Thread Mark Wales
e), I spent a fair bit of time trying to better understand the finer points of using a scrollRect and there is not much documentation out there. -Mark Manish Jethani wrote: On 5/4/06, Mark Wales <[EMAIL PROTECTED]> wrote: At some seemingly arbitrary step in scaling up or down, the

[flexcoders] Re: Flex2B3 Problem with beta3 and FileReferenceList

2006-05-10 Thread Mark Judd
Same issue here (on FileReference itself) ... the "select" doesn't seem to fire. Even their example code doesn't seem to work. I'm hoping this is just a change in the API that isn't documented.  I'd hate to have to wait for another release to get this one

RE: [flexcoders] Trade with ColdFusion guru: skilled work for expert training!

2006-05-16 Thread Mark Lapasa
Hello Stephane,   That's a most interesting proposition you have there. Sorry I am not in a position to make any offers but I just wanted to wish the best of luck to you. I hope people can capitalize on your interest to learn. The drive to learn is a highly admirable characteristic.     -

[flexcoders] How to programmatically move scroll bars?

2006-05-19 Thread Mark Wales
visual effect on the scrollbar's thumb/selector. Am I missing something obvious? -Mark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED

Re: [flexcoders] AJAX versus Flex

2006-05-25 Thread Mark Wales
g public attention, make a really simple and FREE tool that combines, say, Breeze-like collaboration features with a small but extensible suite of Flex applications that do MS Office-like things. Call it a Beta and let it out with the viral marketing approach of Gmail. -Mark On 5/25/

Re: [flexcoders] Setting Charts' Parameters in Runtime

2006-05-30 Thread Mark Wales
();     myAxis.interval = myValue;        myChart.horizontalAxis = myAxis; } -Mark vebazzo wrote: >Hello again! > >I have a probably very simple question to make. I am using a barchart >in my flex and I want to set the interval, minimum and maximum values >in the horizontal

[flexcoders]

2005-07-19 Thread RAMSEY,MARK
HI, I came across a problem in using effects in Flex. The parameters used to control custom effects are integers, and won't parse percentage strings. This is not a problem if you're building an application that has a locked size. If your app needs to resize, custom effects will give you probl

[flexcoders] Flex and Ruby - Anyone tried it?

2005-09-27 Thread Mark Wales
serious following and it seems like it may make a cooler, easier-to-use, and more capable server-side companion to Flex than Java - if the connectivity between the two was properly engineered.   I’d be curious to know what others think – and what may already be in the works!   Thanks,   -Mark

[flexcoders] Creating Children in a Dynamic Accordion

2005-10-05 Thread Mark Wales
var newLabel = vbox.createChild(mx.controls.Label, undefined, "Some Data");      } }   The createChild function does not yield any results. Does anyone have any suggestions?   Thanks,   -Mark     -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.tx

[flexcoders] debug version issue

2006-11-29 Thread Mark McCray
space won't load any flash content at all and provides me no warning. Adobe, what's up? Is there a newer version of the debug flash player? Thanks, Mark

Re: [flexcoders] debug version issue

2006-11-29 Thread Mark McCray
[mailto:[EMAIL PROTECTED] On Behalf Of Mark McCray Sent: 29 November 2006 14:55 To: flexcoders@yahoogroups.com Subject: [flexcoders] debug version issue Hi there, Some sites that require flash player 9 don't work with my debug version of the flash player. Take for instance the new Kuler

[flexcoders] Re: HistoryManager causing intermittent security errors

2006-11-30 Thread Mark Piller
Rich, Paul, et al Have you guys found a resolution to this problem? I just started getting "Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandbox violation" with my application as well. Any info would be appreciated. Thanks, Mark --- In flexcoders@yahoo

[flexcoders] Re: Feature request? Ability to apply multiple states or views at once..

2006-12-02 Thread Mark Shepherd
? Mark Shepherd Adobe FlexBuilder Engineering mark-shepherd.com

[flexcoders] Re: Is there any service that format ActionScript code as HTML?

2006-12-13 Thread Mark Shepherd
--- In flexcoders@yahoogroups.com, "Sergey Kovalyov" <[EMAIL PROTECTED]> wrote: > Is there > any service that format ActionScript code as HTML? If you're using FlexBuilder, there is a Publish Application Source command. For an example of the results, take a look

[flexcoders] Re: 3D charts?

2006-12-13 Thread Mark Shepherd
nurl=sn101#view=sn611&viewName=Flex%20Extension&loc=en_us&authorid=0&page=0&scrollPos=0&subcatid=0&snid=sn611&itemnumber=-1&extid=1047990&catid=0&returnurl=sn101 Flex and FlexBuilder 2.0.1 is a bugfix release only, no new features. Mark Shepherd Adobe FlexBuilder Engineering

[flexcoders] scheduled functions

2006-12-18 Thread Mark McCray
background while that might be able to fire events based on system clock time? As an example, let's say that you are in a calendar app, and you want it to pop up an alarm at 4:15pm to alert you of a meeting? Can this be done without using a server side/FDS messaging push? Thanks, mark

Re: [flexcoders] scheduled functions

2006-12-18 Thread Mark McCray
and checks to see if there are any alarms to display. The Flash Player doesn't have multiple threads. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark McCray Sent: Monday, December 18, 2006 12:46 PM To: flexcoders@yahoogroups.com Subje

Re: [flexcoders] Adobe site extremely slow

2006-12-20 Thread Mark McCray
ft me with a blank page. If i refresh the above link then i get the docs. Does anyone else have this issh? Thanks, mark On Dec 20, 2006, at 8:30 AM, Tom Chiverton wrote: > On Wednesday 20 December 2006 01:51, David Mendels wrote: >> * The issue is known. We had significant hardware is

Re: [flexcoders] crossdomain.xml - is there an alternative ?

2006-12-20 Thread Mark McCray
Have you tried placing the crossdomain.xml file in whatever "https:// mydomain:9443/" maps its docroot to? Because that is where it will look I think. On Dec 20, 2006, at 11:33 AM, jamiebadman wrote: Hi, I'm trying to access https webservices from a flex app hosted under http and I'm getting

[flexcoders] Re: project set up: FDS ?? AMFPHP ?? WebOrb ??

2007-01-03 Thread Mark Piller
thus change the project type), I personally think it is an architectural type of decision and must be addressed before you even start coding. Hope this helps. Cheers, Mark --- In flexcoders@yahoogroups.com, Kevin Merritt <[EMAIL PROTECTED]> wrote: > > It's nice to have option

[flexcoders] errors 1144 and 1023

2007-01-08 Thread Mark McCray
etwork control panel is a project. there are no files called Network Control Panel in my project. the main app file is called index.mxml Has anyone seen this? Thanks, mark

[flexcoders] Upgrade to 2.01 causes an exception

2007-01-08 Thread Mark Piller
Here's an exception I get when I tried to access one of my apps. It used to work prior to upgrade. If anyone has any ideas, please let me know. Thanks, Mark ArgumentError: Error #2082: Connect failed because the object is already connected. at flash.net::LocalConnection/co

[flexcoders] Re: Upgrade to 2.01 causes an exception

2007-01-08 Thread Mark Piller
/internal::childAdded() at mx.managers::SystemManager/::initializeTopLevelWindow() at mx.managers::SystemManager/::docFrameHandler() --- In flexcoders@yahoogroups.com, "Mark Piller" <[EMAIL PROTECTED]> wrote: > > Here's an exception I get when I tried t

[flexcoders] Re: Upgrade to 2.01 causes an exception

2007-01-08 Thread Mark Piller
Hi Seth, Thanks for you help. Shutting down and restarting firefox solved the problem. Cheers, Mark --- In flexcoders@yahoogroups.com, "Seth Hodgson" <[EMAIL PROTECTED]> wrote: > > Hi Mark, > > That should be an intermittent problem. If the Flash Player is force &g

[flexcoders] Button as a DataGrid item renderer

2007-01-08 Thread Mark Piller
e has a pointer on how to add a button as a renderer, please share the info. Thanks, Mark

[flexcoders] Re: Button as a DataGrid item renderer

2007-01-08 Thread Mark Piller
Ethan and Doug, Thank you for your help! outDocument is exactly what I was missing. Cheers, Mark --- In flexcoders@yahoogroups.com, Ethan Miller <[EMAIL PROTECTED]> wrote: > > You need to "escape" the Component tag. Try this: > > outerDocument.handleClick() >

[flexcoders] Re: TextArea.maxVerticalScrollPosition - getting the box to continually scroll t

2007-01-10 Thread Mark Piller
I am running into the same issue. Does anyone have a recommendation or a fix for the problem? Thanks, Mark --- In flexcoders@yahoogroups.com, "John Grden" <[EMAIL PROTECTED]> wrote: > > output.verticalScrollPosition = output.maxVerticalScrollPosition; > > while the

[flexcoders] handling right-click on datagrid column header

2007-01-10 Thread Mark McCray
Hey there, does anyone know if it's possible to handle a right-click event on just the column header in a datagrid? We're messing around with to make a datagrid work the same way the iTunes data grid works... Where you right click on one of the column headers and then pops up a modal type w

[flexcoders] Re: TextArea.maxVerticalScrollPosition - getting the box to continually scroll t

2007-01-10 Thread Mark Piller
The solution to the problem is quite simple: make sure to call validateNow() before adjusting verticalScrollPosition: output.validateNow(); output.verticalScrollPosition = output.maxVerticalScrollPosition; Cheers, Mark --- In flexcoders@yahoogroups.com, "Mark Piller" <[EMAIL PROT

[flexcoders] Newbie alert - Trying to populate combobox w. httpservice

2007-01-12 Thread Mark Bjærgager
g the selected value as a parameter for a new http call. Any help will be really appreciated. thanks, Mark Here's my code : http://www.adobe.com/2006/mxml"; creationComplete="xmlEdition.send();"> http://flex2.dk/mark/xml/ddt/xmlEdition.xml"; useProxy="false" showBusyCursor="true" />

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-15 Thread Mark Doberenz
I was seeing this same thing today with some stuff I was working on. I hadn't spent any time trying to remove the event listeners before adding them again though. So, I don't know if that would work, but apparently not. I wonder if the delegate should actually be set up as a Singleton so that

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Mark Doberenz
level of abstraction that the Cairngorm framework stipulates. -Original Message- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Mark Doberenz *Sent:* Monday, January 15, 2007 10:31 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Cairngorm Duplicate

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Mark Doberenz
ex 2, Cairngorm, Fluorine tutorial: http://blog.shrefler.net/?p=10 Maybe his code needs to be tweaked for Flex 2.0.1 ?? Mark On 1/16/07, Battershall, Jeff <[EMAIL PROTECTED]> wrote: Mark, Interesting discussion - interesting problem. BTW, I don't think these return events are really

Re: [flexcoders] Code behind- do you use it?

2007-01-16 Thread Mark Doberenz
this discussion :) Mark On 1/16/07, Robert Chyko <[EMAIL PROTECTED]> wrote: Yesterday I just refactored the project I am working on to use code behind. I had not planned on keeping script blocks in the MXML files, but being fairly new to Flex, when everything began working correctly I

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Mark Doberenz
, I'm only getting one result every time I call the method. Hope this helps someone else. Mark On 1/16/07, Thijs Triemstra <[EMAIL PROTECTED]> wrote: I'm using Cairngorm 2.1 here so I don't think it's something that changed in the newest version.. :( Your idea of

[flexcoders] Re: AMFPHP & Security

2007-01-18 Thread Mark Piller
Flex/Flash movie with unrestricted security. Essentially it means that a gateway must safeguard against such malicious attacks. Our implementation (weborb) does it quite well. Cheers, Mark --- In flexcoders@yahoogroups.com, "Zoltan Csibi" <[EMAIL PROTECTED]> wrote: > > >

<    3   4   5   6   7   8   9   >