Re: [flexcoders] Any Developers on a Mac?

2008-12-31 Thread Nick Collins
I've had the same problems with PCs though. I have a Dell Inspiron that has had to have the screen replaced twice, the keyboard replaced twice because it just stopped working, the video card replaced, and the motherboard replaced under warranty. It literally is almost a completely new laptop from w

Re: [flexcoders] Re: flex builder 3 and ganymede

2008-10-23 Thread Nick Collins
I got it to work, but what I needed to do was have a clean install. I had to uninstall FlexBuilder 3, then create a new eclipse install of Ganymede, then install flexbuilder to ganymede with the 3.0.1 installer. It wouldn't work until I had uninstalled Flex Builder 3 completely. On Thu, Oct 23, 20

Re: [flexcoders] Wizard

2008-10-22 Thread Nick Collins
That would be easy enough to do yourself, using mx:Panel or mx:TitleWindow, then adding a viewstack as a child, then setting the next and previous buttons to traverse the viewstack. On Wed, Oct 22, 2008 at 7:46 AM, duncan_coutts <[EMAIL PROTECTED]>wrote: > Hi guys, does anyone know if a Wizard

Re: [flexcoders] Override mx:Window close function

2008-10-16 Thread Nick Collins
ou to hide the window, > setting the visible or whatever implementation you have. > > Mike > > On Thu, Oct 16, 2008 at 12:11 PM, Nick Collins <[EMAIL PROTECTED]>wrote: > >> I'm attempting to override a mx:Window's response to a close, so that >> if someo

[flexcoders] Override mx:Window close function

2008-10-16 Thread Nick Collins
I'm attempting to override a mx:Window's response to a close, so that if someone closes the window, it only hides it. The use case is that it's a properties window that can then be reopened when they select another element. The problem, of course, is that once a window has been closed you cannot re

[flexcoders] BlendMode help

2008-08-15 Thread Nick Collins
Is there a way to change your blendMode on a per-pixel basis. Essentially, I want the blendMode layer to be applied as a Multiply blend mode if the brightness value is greater than 20, and as a Screen blend mode if the brightness value is less than 20. I need that to be evaluated on a per pixel bas

[flexcoders] [CONTRACT] Flex/AIR Developer for short-term project in Chicago

2008-07-14 Thread Nick Collins
We have a need for a senior level Flex developer who is immediately available for a short term contract opportunity that will likely transition to a full time position. You will be working on a very high-profile application within the sporting goods industry with a go live deadline of September 1st

Re: [flexcoders] Re: AS3 coding environment

2008-06-17 Thread Nick Collins
Right now the biggest thing I'm waiting on is MXML support in Enterprise. I know it's coming later this year, so I'm eagerly anticipating it. Then I can switch to FDT from FlexBuilder, since in my experience, they don't always play nicely together in the same installation of Eclipse. On Tue, Jun 1

Re: [flexcoders] Flash Player 10 Beta

2008-05-15 Thread Nick Collins
You should be fine. The new APIs (IK, 3D transformations, etc.) aren't available in Flex, so you won't be using them. This is just a new player, for now. On Thu, May 15, 2008 at 10:34 AM, Nate Pearson <[EMAIL PROTECTED]> wrote: > Is it even the slightest good idea for flex developers to install

Re: [flexcoders] Is it possible to build a Flex 3 app that will play in Flash Player 7 for Wii

2008-05-02 Thread Nick Collins
cy > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Nick Collins > *Sent:* Friday, May 02, 2008 1:42 PM > > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Is it possible to build a

Re: [flexcoders] Is it possible to build a Flex 3 app that will play in Flash Player 7 for Wii

2008-05-02 Thread Nick Collins
I think he means that it targets Flash Player 7. On Fri, May 2, 2008 at 12:46 PM, Tracy Spratt <[EMAIL PROTECTED]> wrote: >Do you really mean "Flash 7", or do you mean Flex 1.5 + AS 2? > > > > Tracy > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PR

Re: [flexcoders] Re: Flex Compenents, how to make them talk

2008-04-18 Thread Nick Gerig
Thanks Gordon, That explains it, I thought UIComponent extended Container for some reason. Got it now :) Cheers Nick Gordon Smith wrote: > > Sorry, I don't understand your question. Each child of a ViewStack can > be any kind of Container. (A Container is a UICo

Re: [flexcoders] Flex and AIR Desktop App.

2008-04-14 Thread Nick Collins
If you're talking about embedding them within the Flex/AIR application, the short answer is no. On Mon, Apr 14, 2008 at 1:11 PM, Ricardo... <[EMAIL PROTECTED]> wrote: > I guys. > > This is my first message. > > I need some help about Flex and AIR. > > Is it possible to use ActiveX Objects (*.oc

[flexcoders] HTTPService for sending on one port and listening on another?

2008-04-14 Thread Nick Sophinos
Hello, I am working on an IM chat client that speaks to a middleware app on the client that listens on port 3210 and responds on port 5235. Am I out of luck in using the good ol' HTTPService class with this and have to resort to Loaders and Sockets? Is there a better way? Thanks,

Re: [flexcoders] Re: What hosting compagny are you using for Flex + (Blaze || LCDS)

2008-04-14 Thread Nick Collins
I've been using a dedicated server with Enterhost. Their service and support has been really good, and I have full control over the server, which software is installed, etc. which is important to me. On Mon, Apr 14, 2008 at 12:51 PM, bobignacio <[EMAIL PROTECTED]> wrote: > I've set up BlazeDS o

[flexcoders] Saving Typed Objects with AIR

2008-03-26 Thread Nick Collins
I'm trying to use the AIR file libraries to write an actionscript object and it saves it just fine but it saves it as just a type of Object. Is there a way where I can save the actionscript objects, yet maintain their typing?

Re: [flexcoders] Family Tree / Flow chart

2008-02-27 Thread Nick Collins
what if you just set the vertical and horizontal scroll policy properties to off? On Wed, Feb 27, 2008 at 10:00 AM, Derrick Anderson < [EMAIL PROTECTED]> wrote: > actually, this is how i'm making that panel draggable, forgot to include > the script > > > public function mouseDownHandler(evt:Mou

[flexcoders] Drag and Drop between NativeWindows

2008-02-26 Thread Nick Collins
Does anybody have any examples of being able to drag from one native window to another? I've tried both the DragManager and the Native Drand and Drop functionality, but neither seem to work for this case. Whenever my dragging leaves the window, it cancals the drag.

Re: [flexcoders] Re:Drag and Drop issues

2008-02-21 Thread Nick Collins
I've got it working... you have to make sure there is a background, which can just have it's alpha set to 0, but it needs to be there for the component to register the event. On Thu, Feb 21, 2008 at 12:29 PM, Jon Harris <[EMAIL PROTECTED]> wrote: > > Hi, this is just a quick stab at your problem:

Re: [flexcoders] do you need CS Degree to get a job?

2008-02-20 Thread Nick Collins
I'm going to throw my 2p in, for what it's worth. In my experience, it depends largely on the type of employer you're applying to. If you're trying to get into a smaller boutique shop (think Universal Mind, Cynergy, EffectiveUI, etc.) which in my opinion are some of the coolest places to work, a de

[flexcoders] Drag and Drop issues

2008-02-20 Thread Nick Collins
I've got an application I'm working on where I need to be able to drag things onto a Canvas, and sometimes into containers that are children of the canvas. The problem I'm having is that when I have another container inside the canvas, it doesn't register the dragEnter event, even though I have ad

Re: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-14 Thread Nick Collins
Well, when I initially filed that ER in the bugbase, my intention was not merely that of wanting client-side PDF generation. My desire was to have the ability to create, and display those documents within a Flash application, without needing to have the Acrobat Reader installed. I love the AIR plat

[flexcoders] Re: Generated Digitally Signable PDF's

2008-02-08 Thread Nick
I have tested out AlivePDF, it is a useful API for client side generation but does not support signature field generation. Thanks. Nick --- In flexcoders@yahoogroups.com, "yusuf baker" <[EMAIL PROTECTED]> wrote: > > Try > > alivePDF > > Thanks > > &

[flexcoders] Re: Generated Digitally Signable PDF's

2008-02-08 Thread Nick
ggesting may be a solution but I would love to utilize the integrated security technology that is part of the Adobe Reader. Any ideas? --- In flexcoders@yahoogroups.com, "Nick" <[EMAIL PROTECTED]> wrote: > > Hello all! > > I am currently working on a project that wi

[flexcoders] Generated Digitally Signable PDF's

2008-02-07 Thread Nick
hese PDF's should be signable with a digital signature. Does anyone here know of any tools to accomplish this? Thanks. Nick

Re: [flexcoders] AIR - including other files

2008-02-04 Thread Nick Collins
First, you need to have the files somewhere within your source directory (well, it's easiest anyway). When you're building the release version, once you've entered in your information for the digital signing, click next instead of Finish. It will now give you a list of files and directories to incl

Re: [flexcoders] Flex App in Email

2008-02-01 Thread Nick Collins
Your best bet is to have an email that looks nice and links to your Flex app online that will be viewed in the browser. On Feb 1, 2008 1:14 PM, Nick Collins <[EMAIL PROTECTED]> wrote: > Bottom line, you can't. > > For security reasons, email clients a) do not allow javascr

Re: [flexcoders] Flex App in Email

2008-02-01 Thread Nick Collins
Bottom line, you can't. For security reasons, email clients a) do not allow javascript to be executed, and b) standalone clients (Outlook, Thunderbird, Mail, etc.) do not support browser plugins, so even using a normal EMBED of the swf won't work. On Feb 1, 2008 12:44 PM, [p e r c e p t i c o n]

[flexcoders] Re: Array vs ArrayCollection

2008-01-31 Thread Nick
tions exposed by the ICollectionView and IList interfaces the ArrayCollection is your tool. Anybody have any clear examples? Nick --- In flexcoders@yahoogroups.com, "rmarples" <[EMAIL PROTECTED]> wrote: > > We have recently made some big performance gains in our prod

Re: [flexcoders] RegEx help

2008-01-29 Thread Nick Collins
Thank you SO much! I'm pretty new to Regular expressions, and I had got it to the point where I could find the capitals, but couldn't figure the rest. I really appreciate it man. On Jan 29, 2008 3:04 PM, Jhonny Everson <[EMAIL PROTECTED]> wrote: > Hi Nick, > > &g

Re: [flexcoders] AIR - Disable/Enable both Copy/Paste

2008-01-29 Thread Nick Collins
Just a thought, I don't know if there's an easier way but perhaps you could have an event listener that listens for the copy event, and then nulls out the copied value. On Jan 29, 2008 11:40 AM, Kevin Aebig <[EMAIL PROTECTED]> wrote: >Hey all, > > > > I'm building an application that can only

[flexcoders] RegEx help

2008-01-29 Thread Nick Collins
mic String? Thanks so much! Nick

[flexcoders] Re: Make a loader

2008-01-20 Thread Nick
--- In flexcoders@yahoogroups.com, "NileAge, Mail" <[EMAIL PROTECTED]> wrote: > > Hi all > > I mean that I want to make a loader like this as u can see in this is but I > want it for each label or link > I don't see any image, it seems to be pointing to some 'space.gif'. Are you just trying to

[flexcoders] Re: Problem with RSL and SWFLoaders

2007-12-20 Thread Nick Durnell
y your suggestions because each application does indeed have to be able to run on its own - the system I have created allows the applications to be removed from the main application window and opened in a new browser window. They can then be resized/minimised/moved to different monitors etc etc. Thanks for your help with this, Nick.

[flexcoders] Re: Problem with RSL and SWFLoaders

2007-12-19 Thread Nick Durnell
to check what Flash is doing behind the scenes? Any other events on the SWFLoaders/Applications it may be useful to listen for? Regards, Nick.

[flexcoders] Problem with RSL and SWFLoaders

2007-12-18 Thread Nick Durnell
ough doing this is *very* slow. Also, what is going on with the loading, decompressing and unloading of the RSL (core.swf) for each widget? I am wondering if this is anything to do with the problem. Thoughts, anyone? Regards, Nick.

Re: [flexcoders] Offline Work Support

2007-12-16 Thread Nick Collins
Yeah, it's called Adobe AIR. :-) On Dec 15, 2007 5:16 AM, nirav_eng_comp <[EMAIL PROTECTED]> wrote: > Hi, > > Is there any facility for Work Offline in Flex? > > I have created one app in which i am drawing some elements on canvas > then i have to also store drawn data to xml file on server whe

Re: [flexcoders] having trouble adding components to view using puremvc

2007-11-29 Thread Nick Collins
place code like the following within your ApplicationMediator: protected function get app():ApplicationMXMLClass { return viewComponent as ApplicationMXMLClass } where ApplicationMXMLClass is the name of your "root" class

Re: [flexcoders] having trouble adding components to view using puremvc

2007-11-29 Thread Nick Collins
I believe you need to create an ApplicationMediator, treating the application as a view, in and of itself. You can then have that mediator listen for your notification and respond accordingly. On Nov 29, 2007 1:55 PM, blc187 <[EMAIL PROTECTED]> wrote: > Anyone out there using PureMVC? > I'm sen

[flexcoders] SQLite help Flex 3 Beta 2

2007-11-09 Thread Nick Collins
Okay, I'm trying to execute a query on my local SQLite database using the following code, but am not having any luck. When I run the same SQL code in Cristophe's SQL Admin app, it works fine, returning the two records. However, when I run it here with my code, it returns a null as the result value.

Re: [flexcoders] Saffron AIR UML Tool

2007-11-06 Thread Nick Collins
It's not available yet. On Nov 6, 2007 6:40 PM, <[EMAIL PROTECTED]> wrote: > > > > > > > Hello People, > > Any one know when or where I can get the Saffron AIR UML Tool? > >

Re: [flexcoders] PDF rendering in Flex

2007-11-06 Thread Nick Collins
perhaps if you had a library on the backend that could convert that PDF into a series of PNGs that you could then load into Ely Greenfield's flexbook component? On 11/6/07, frank_sommers <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm wondering if there is a way to render PDF inside a Flex component.

[flexcoders] Firefox crossdomain problem

2007-10-08 Thread Nick Durnell
irefox? The same app works if it connects to a server in the same domain as the SWF so its got to be something to do with the crossdomain policy request. I am using Firefox 2.0.0.7 and Flash player plugin 9,0,60,120. Many thanks, Nick.

Re: [flexcoders] Here we go again: Flex Vs Java

2007-09-27 Thread Nick Collins
One possible factor you could mention is the learning curve of having to learn a "new" application. A JSP application is not going to look or function the same as a flex app. On 9/27/07, Ralf Bokelberg <[EMAIL PROTECTED]> wrote: > > Maybe show them Bruce Eckels take on this? > http://www.artima.

[flexcoders] Urgent need of Express Install help

2007-09-17 Thread Nick Collins
e knows what's going on, and a workaround I would be forever grateful. Nick

Re: [flexcoders] Full Screen Mode

2007-09-14 Thread Nick Collins
Within the browser, no, but within AIR, yes. Since the Adobe AIR runtime sandbox extends to the local desktop, you can access the file system, and you can run full screen while still being able to use the keyboard and text inputs. On 9/14/07, Yigit Boyar <[EMAIL PROTECTED]> wrote: > >yeah; it

[flexcoders] Re: Web service vs Remoting

2007-09-14 Thread Nick
are going to be passing large data sets back and forth remoting would probably be the best tool for the job. Have fun, Nick --- In flexcoders@yahoogroups.com, "Giles Roadnight" <[EMAIL PROTECTED]> wrote: > > Hi All > > At the moment I am using a CF server with CFCs a

Re: [flexcoders] AIR logo icon

2007-08-30 Thread Nick Collins
You have to make sure that when you package the AIR file, you include the img folder and logo files. They're not selected by default. On 8/30/07, bornaeon <[EMAIL PROTECTED]> wrote: > > dear friends > I have a simple AIR app in Flex Builder 3.0 (Moxie). > I have this codes in my _app.xml page fo

[flexcoders] Reading Data from an editiable Datagrid.

2007-06-14 Thread Nick
column data. but that does not seem to be working for me. Any clues? I have a feeling I am missing something trivial here. :) Thanks. Nick

[flexcoders] Re: Dead space in TabNavigator

2007-06-01 Thread Nick Durnell
ps I am adding content to the TabNavigator before it is ready or the paddingTop style has been applied. I'll have to do some more digging to find out what is wrong. Nick. --- In flexcoders@yahoogroups.com, "Nick Durnell" <[EMAIL PROTECTED]> wrote: > > Hmmm I may ha

[flexcoders] Re: Dead space in TabNavigator

2007-06-01 Thread Nick Durnell
! Any ideas what is causing this? Thanks, Nick. --- In flexcoders@yahoogroups.com, "Nick Durnell" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "Michael Schmalle" > wrote: > > > > Hi, > > > > that is becaus

[flexcoders] Re: Dead space in TabNavigator

2007-06-01 Thread Nick Durnell
all of them in your application. > > Peace, Mike > It does indeed! Many thanks. I'd passed over this style in the online docs as TabNavigator paddingTop inherits from ViewStack and there it says the default is 0! Nick.

[flexcoders] Dead space in TabNavigator

2007-05-31 Thread Nick Durnell
this gap? I can't find any properties or styles on TabNavigator to change this behaviour. Perhaps this space is part of the TabBar? Thanks, Nick.

[flexcoders] ASP.NET RSS proxy?

2007-05-30 Thread Nick Durnell
alent? Thanks, Nick.

Re: [flexcoders] Linux Flash Player 9 buggy ?

2007-05-28 Thread Nick Sophinos
I sympathize but I think that the popularity of Mac OS as a Linux replacement has made it even less likely On 5/28/07, Marcelo de Moraes Serpa <[EMAIL PROTECTED]> wrote: > > > > > > > Hello folks, > > I finally made my switch to GNU/Linux. It has been an awesome experience so > far (both in term

[flexcoders] DataGridColumn sortCompareFunctions crashing Flex

2007-05-24 Thread Nick Matelli
elfunction var val:int = createLabel(value1).localeCompare(createLabel(value2)); if (val < 0) return -1; else if (val > 0) return 1; return 0; } Nick Matelli | Consultant, Amentra Inc. Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 1775 Wieh

Re: [flexcoders] Flex on Mac

2007-05-16 Thread Nick Sophinos
Yeah and totally don't buy Apple's FUD that only Apple Brand RAM is a valid choice. After all, even they don't use their branded RAM in their new laptops all the time. My 15" Powerbook came straight from factory with Hynix RAM. - Nick On 5/16/07, Brett <[

Re: [flexcoders] Flex on Mac

2007-05-11 Thread Nick Sophinos
than my PC but not by much. My suggestion is to get the fastest Mac you can afford and stuff it with RAM. - Nick On 5/11/07, Arleston Lueders <[EMAIL PROTECTED]> wrote: > > > > > > > I always used PC... not Mac. But I'm planing to change. > Do you suggest

[flexcoders] Sysdeo Tomcat Plugin

2007-05-09 Thread Nick Sophinos
Has anyone had success using the Tomcat Plugin from Sysdeo with Flex Builder? When I drop it in the plugins directory, it does not get recognized as it would with Eclipse. - Nick

Re: [flexcoders] Convert Non-server Flex Project to Server Project

2007-05-08 Thread Nick Collins
I've also successfully done it by editing the .project and .flexproperties files manually, though it's not exactly the easiest way of doing things. On 5/7/07, Brian Holmes <[EMAIL PROTECTED]> wrote: Don't know if it works for a basic flex project, but I know that with other types of projects

Re: [flexcoders]How does Flex work on Mobile devices

2007-04-27 Thread Nick Collins
tell him laptops are technically "mobile" devices? :-) On 4/27/07, Clint Tredway <[EMAIL PROTECTED]> wrote: none at this point as the player for devices is not able to run flex apps. On 4/27/07, dorkie dork from dorktown < [EMAIL PROTECTED]> wrote: > > My boss asked, "What options does Fle

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-24 Thread Nick Collins
How will they become a "true" competitor when as I understand it, the XBAPs really only work in IE, so the whole cross-platform notion goes out the window, doesn't it? I think that WPF definitely has it's place... on the windows desktop. It is my opinion that it will be huge in making windows app

Re: [flexcoders] Thanks for the poster

2007-04-17 Thread Nick Sophinos
Yes, same here. In addition, I found that hanging them up in my office has made them (and me) quite the chick-magnet. Thanks Ted! - Nick On 17 Apr 2007 07:38:24 -0700, Teddy Setiawan <[EMAIL PROTECTED]> wrote: Greeting from Indonesia , I don't know where to thanks , just re

Re: [flexcoders] open source plug-in AS frame work ?

2007-04-15 Thread Nick Rathke
r configuration screen an such. Jeffry Houser wrote: > > At 08:12 AM 4/14/2007, Nick Rathke wrote: > > >Greetings Flex coders, > > > >Is there an open source plug-in framework for AS/Flex that allows for > >new new components to be added to an exiting application? >

Re: [flexcoders] open source plug-in AS frame work ?

2007-04-15 Thread Nick Rathke
ex/201/html/compilers_123_42.html > <http://livedocs.macromedia.com/flex/201/html/compilers_123_42.html> > > Is this what you're after? > > regards, > Muzak > > - Original Message - > From: "Nick Rathke" <[EMAIL PROTECTED] <mailto:nick%40sci.ut

[flexcoders] open source plug-in AS frame work ?

2007-04-14 Thread Nick Rathke
something along the lines of http://jpf.sourceforge.net/index.html. -- Nick Rathke Scientific computing and Imaging Sr. Systems Administrator / Facility Manager [EMAIL PROTECTED] www.sci.utah.edu 801-587-9933 801-232-9729 **less is more only better**

[flexcoders] Re: How to connect Flex with barcode reader?

2007-04-06 Thread Nick
--- In flexcoders@yahoogroups.com, "helix206" <[EMAIL PROTECTED]> wrote: > > What would be the correct way to read Barcode reader data from Flex? > Are there some examples on that? > > thx. > Check out this app: http://www.renaun.com/flex2/BarcodeReader/BarcodeReader.html All the barcode rea

[flexcoders] Re: Tree bug?

2007-04-05 Thread Nick Durnell
t see it happening. Thanks all for your input on this. Regards, Nick.

[flexcoders] Re: Tree bug?

2007-04-05 Thread Nick Durnell
hrink) as it should. If you scroll down you will see that the new nodes have overwritten those in the Engineering section. In either case if you collapse and then expand the top-level nodes the problem sorts itself out. Regards, Nick. --- In flexcoders@yahoogroups.com, "Robert Chyko&qu

[flexcoders] Re: Tree bug?

2007-04-04 Thread Nick Durnell
Thanks for your suggestion Robert. I've just tried calling invalidateList() on the tree after adding each new node but unfortunately this makes no difference. Nick. --- In flexcoders@yahoogroups.com, "Robert Chyko" <[EMAIL PROTECTED]> wrote: > > have you tried using invalidateList? >

Re: [flexcoders] flex authenticating and sessions...

2007-04-02 Thread Nick Collins
The way I have been doing it, while admittedly probably not best, is this: I have all my roles and user information in my database. When the user types in their username and password, it is encrypted, sent to the CFC which decrypts it, and runs a query against the database. If the authentication

[flexcoders] Re: Tree bug?

2007-04-02 Thread Nick Durnell
Oops - forgot to include the TestObj definition: public class TestObj { public var id:String; public var hasChildren:Boolean = false; public var children:Array; } Nick.

[flexcoders] Tree bug?

2007-04-02 Thread Nick Durnell
a node in the tree. I've tried adding calls to invalidateDisplayList and invalidateSize on the tree after creating the child nodes but this doesn't seem to make any difference. Thanks, Nick.

Re: [flexcoders]Flex got the shaft in CS3

2007-03-29 Thread Nick Collins
That's probably because Flex is not a Creative Suite application. Neither is Captivate, RoboHelp, Lightroom, or some other apps. I don't really think Flex got the shaft though, because the new integration with Flash CS3 for making components, plus Illustrator and Fireworks for skinning, is really

Re: [flexcoders] Flex on a SmartPhone?

2007-03-29 Thread Nick Collins
Nope, not possible as Flex requires the Flash 9 player with the new VM, which doesn't currently run on smartphones. On 29 Mar 2007 06:12:27 -0700, Tony <[EMAIL PROTECTED]> wrote: hola peeps. is it possible, or should i bark up another tree, to build small flex applications, that could run on

[flexcoders] DataGrid cell effect

2007-03-28 Thread Nick Durnell
n of the user. Does anybody have any ideas as to the best way of achieving this? Performance is paramount as my datagrids can get quite large and although the number of rows are fairly constant, the row data can update quite frequently. Thanks, Nick.

[flexcoders] Re: Help - Flex application no longer works!

2007-03-22 Thread Nick Durnell
Should I file a bug report for this? Nick. --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I think there are issues with resources in loaded apps. The apps can > end up looking at the main app for their resources instead of their own > app. >

[flexcoders] Re: Help - Flex application no longer works!

2007-03-21 Thread Nick Durnell
Thanks for your help Alex. First of all, I tried adding a DateFormatter to a class which is shared by all my applications and it worked! So as you say this suggests a linker dependency issue but I have no idea where the issue suddenly came from. I have not experimented with RSLs, modules or l

[flexcoders] Re: Help - Flex application no longer works!

2007-03-20 Thread Nick Durnell
to my library projects (it was already there on my Flex (MXML) project). All no no avail - I still get the same error :-( Nick. --- In flexcoders@yahoogroups.com, "Giles Roadnight" <[EMAIL PROTECTED]> wrote: > > Have you tried cleaning the project? I used resource bund

Re: [flexcoders] Coldfusion FDS App Wizards for FB 2 ?

2007-03-20 Thread Nick Collins
It is part of the FB2 install, though the installer does not do it for you. Assuming you're on Windows, if you look in your WINDOWS\Downloaded Installations\Adobe Flex Builder 2.0.1\ColdFusion Extensions for Flex Builder/ folder, you'll see the zip file. Just add it as an archived site via the usu

[flexcoders] Help - Flex application no longer works!

2007-03-20 Thread Nick Durnell
s in Flex Builder but this hasn't helped. Any ideas what this error means? Thanks, Nick.

[flexcoders] Re: Datagrid Button Renderer Performance

2007-03-19 Thread Nick Durnell
or me as my data represents real time prices and can change very frequently. It also explains why performance decreases when more rows are visible at once - even if the rate of row updates remains the same. Thanks for your input, Nick.

Re: [flexcoders] Re: Apollo (Should Adobe Keep the Name)

2007-03-17 Thread Nick Sophinos
I like the name association with the idea that Flash is finally "landing" on the desktop instead of orbiting around it in the browser. Ok, I need a life. - Nick On 3/16/07, Rich Tretola <[EMAIL PROTECTED]> wrote: Due to a poor service I had to trash the original poll that

Re: [flexcoders] Create Controls like in the FlexBuilder Design mode

2007-03-15 Thread Nick Collins
have you tried setting visible to false ? On 3/15/07, Artur Kordowski <[EMAIL PROTECTED]> wrote: For a current project I have to create an dynamic formular designer, with which the User can create it own formular. The prototype work well, but when I create a new control and add it's into the

Re: [flexcoders] Can Flex really compete with AJAX?

2007-03-01 Thread Nick Collins
What do you mean by "dynamic id"? I mean, you can pretty easily loop through a list of items in an XML file and assign one of their values as the id of the dynamically created object. Heck, I do this all the time with Actionscript 2 to create menus and such from an XML file. On 3/1/07, thetexasps

Re: [flexcoders] Re: HELP! Flex Builder hangs on Design View

2007-02-16 Thread Nick Collins
used to crash every 30 min. I got a new PC ( Dual Core ) and Clean windows and Flex has not crashed once in 3 weeks ... Sean. --- In flexcoders@yahoogroups.com , "Nick Collins" <[EMAIL PROTECTED]> wrote: > > I have 25 GB free, and have rebooted the system, which would fre

Re: [flexcoders] HELP! Flex Builder hangs on Design View

2007-02-15 Thread Nick Collins
it can consume lots of memory. Good luck. Always trust your Agent, RR-007 On Thu, February 15, 2007 11:08 am, Nick Collins said: > Has anyone else experienced this and found a solution? > > I have an app I've been working on that just yesterday started giving > me problems whenever I

[flexcoders] HELP! Flex Builder hangs on Design View

2007-02-15 Thread Nick Collins
Has anyone else experienced this and found a solution? I have an app I've been working on that just yesterday started giving me problems whenever I try going to the design view. The app hits 50% CPU utilization, and just hangs there. The design view starts to draw, then goes all gray, and freezes

Re: [flexcoders] Source formatting

2007-02-13 Thread Nick Collins
ures deserved higher priority. Autoformatting a language like AS3 isn't a trivial amount of work. - Gordon -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Nick Collins *Sent:* Monday, February 12, 2007 11:26 AM *To:* flexcoders@yaho

Re: [flexcoders] New Version of Flex Style Explorer with Tons on New Features

2007-02-13 Thread Nick Collins
Also, I noticed when I select new colors for the Application background, it doesn't refresh and show that color unless I first select a background image, then select none to force it to redraw. On 2/13/07, Brian Holmes <[EMAIL PROTECTED]> wrote: Peter, The new style explorer's great, but ma

[flexcoders] Source formatting

2007-02-12 Thread Nick Collins
Ok, maybe I'm just lazy, or maybe I'm the only one that doesn't like to do some things manually, but I love the source formatting tools in Dreamweaver and Flash, and I have to wonder, why do we not have something similar in FlexBuilder? Yes I know I can select a block of text, right click and clic

[flexcoders] Secure .Net Web Services and Flex 2

2007-02-07 Thread Nick Collins
I'm looking at communicating with our internal .Net web services with Flex 2 but I need it to be secure. Our .Net developers are saying that I need to be able to pass a username and password to the server for it to do the Windows authentication but I don't see how I would do that with the WebServi

Re: [flexcoders] DVD-based interactive application possible?

2007-02-02 Thread Nick Collins
If it's for a Data DVD with the data being hard-coded or XML on the disk, sure you can do it with Flex 2. If you're wanting it to play in a standalone DVD player, I'm afraid your only option would be to use a DVD authoring tool, like DVD Studio Pro (apple) or Encore DVD (pc) and it's going to be v

Re: [flexcoders] Skins

2007-01-25 Thread Nick Sophinos
I was impressed by: http://www.scalenine.com/ - Nick On 1/24/07, Weldon MacDonald <[EMAIL PROTECTED]> wrote: > > > > > > > I'm doing an app and want it to have the look and feel of a desktop > app, like photoshop or illustrator. Somehow I don't see styles

Re: [flexcoders] HTTPService Vs WebService

2007-01-25 Thread Nick Sophinos
The simplest dinstinction is that one is SOAP and the other one is XML. A SOAP interface, with its type safety and other such assurances contrasts to plain old XML, which has the advantage of simplicity. - Nick On 1/25/07, theduderino82 <[EMAIL PROTECTED]> wrote: > > > > &g

Re: [flexcoders] Re: Flex and Maven2 managed project

2007-01-08 Thread Nick Sophinos
I despise Maven. I know that this is a bit provocative, but my experience with those who utterly abuse it to the point where the project is *anything but manageble* has led me to this conclusion. I am always open to change, though. Thoughts, anyone? - Nick On 1/8/07, Shailesh Mangal <[EM

[flexcoders] Multiple Panels on the Mac with Flex Builder

2006-12-22 Thread Nick Sophinos
get the 30" Cinema HD DIsplay that you always wanted but could never justify ;-) - Nick On 12/22/06, fuad_kamal <[EMAIL PROTECTED]> wrote: > > > > > > > I just finished switching my development environment from PC to a new > Intel Mac. I also had the issue wi

Re: [flexcoders] Re: Question on TabNavigator

2006-12-22 Thread Nick Sophinos
Finally something that I feel qualified to help someone with: I found the Flex 2 Style Explorer indespensible for this sort of thing: http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html For example, click on the "Tabs" menu items and build away! - Nick O

Re: [flexcoders] Flex II Stand-alone Builder and SVN?

2006-12-06 Thread Nick Collins
I've been using FlexBuilder standalone with the Eclipse SVN plugin and it works beautifully. You don't want to just import the project as an existing project, but rather do an import from SVN. That way it tracks the version and allows you to sync and diff and such against the SVN server. On 12/6/

[flexcoders] Re: Enabling Digital Signatures

2006-12-06 Thread Nick
Interesting solution Nick. Say this was not in a POS environment... what options do we have? --- In flexcoders@yahoogroups.com, "Nick Collins" <[EMAIL PROTECTED]> wrote: > > Not knowing who will be using this or how, one possible solution is if it's > bein

<    1   2   3   4   5   6   >