Re: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Paul Hastings paul.hasti...@gmail.com [flexcoders]
On 9/24/2015 12:15 AM, Tom McNeer tmcn...@gmail.com [flexcoders] wrote: > > > ignoring the snotty emails about Flex and ColdFusion, what does the actual and that this list is mostly a ghost town. better off on the apache one though this seems like a cf issue so maybe SO or the adobe forums.

Re: [flexcoders] Query returning results based on date

2015-04-20 Thread Paul Hastings paul.hasti...@gmail.com [flexcoders]
On 4/20/2015 6:33 PM, stinas...@yahoo.com [flexcoders] wrote: Below is my code. is there something am doing wrong? Please help. well first off you don't need the query-of-query, you can get what you want in one query. WHERE datePaid = cfqueryparam cfsqltype=cf_sql_timestamp

Re: [flexcoders] How to get the right locale in IE?

2011-12-15 Thread Paul Hastings
On 12/16/2011 4:22 AM, michael_reg...@dell.com said: I’m trying to get the locale from IE 9. I’ve written the following, but it is not working as expected. In IE 9, I can add more than one language, so I can add [de], then [de_DE], then [en_US] (listed in that order). if you have something

Re: [flexcoders] How to get the right locale in IE?

2011-12-15 Thread Paul Hastings
oops, and you might also look at IP to location/locale as well.

Re: [flexcoders] Re: Print-or-PDF AdvancedDataGrid

2011-10-24 Thread Paul Hastings
On 10/24/2011 12:05 PM, steveroger_flex wrote: i went through the purePDF. but i didn't found how to get pdf of complete AdvancedDataGrid... just in case it's not obvious, take the datagrid's dataprovider use PdfPTable. if the data is hierarchical, you'll need to nest another table to hold

Re: [flexcoders] Print-or-PDF AdvancedDataGrid

2011-10-22 Thread Paul Hastings
On 10/22/2011 4:57 PM, Steve Roger said: I am recently working on AdvancedDataGrid print export in PDF function. I have looked at many libraries of Flex print PDF (alivePDF, FxPDF,.) but not get what i wanna to do. not sure what you wanna to do but maybe have a look at purePDF (mostly

Re: [flexcoders] Re: using a coldfusion proxy to show twitter feed in flex app

2011-10-07 Thread Paul Hastings
On 10/7/2011 10:38 PM, ZIONIST wrote: Hi guys below is the code i came up with but i get this error faultCode:Server.Processing faultString:'Unable to invoke CFC - The method 'getTweets' in component C:\ColdFusion9\wwwroot\twiiterCFlex\src\cfcs\twitter.cfc cannot be accessed remotely.'

Re: [flexcoders] Translate application with the google translator

2010-08-19 Thread Paul Hastings
On 8/19/2010 8:07 AM, Hermes Alves wrote: Has anyone tried to make a multi-language application using the api of google translator? hate to rain on your parade but i would trust a machine translator as far as i could throw 2 elephants. it still produces gibberish for many languages depending

Re: [flexcoders] Re: Any PHP developers who knw ColdFusion and can help me convert this php code

2010-07-02 Thread Paul Hastings
On 7/2/2010 3:08 PM, ZIONIST wrote: Please help guys... why bother w/translating from PHP when there are plenty of cf paypal info: http://www.forta.com/blog/index.cfm/2006/2/23/Using-PayPal-In-ColdFusion-Applications http://tutorial23.easycfm.com/

Re: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Paul Hastings
mx:DataGrid x= 68 y= 446 id= dataGrid dataProvider= { getAlltblreservationResult.lastResult } visible= false uh, are you using a web service instead of remote object? how did you confirm your cf server's in the same tz as your w/s? it's possible that the OS JVM that cf's running under

Re: [flexcoders] Google Maps Latitude and Longitude

2010-03-01 Thread Paul Hastings
On 3/2/2010 5:46 AM, s_hernandez01 wrote: Does anyone know how I would retrieve the latitude and longitude from a given address in google maps? http://code.google.com/apis/maps/documentation/flash/reference.html#LatLng

[flexcoders] advanced datagrid in popped up titlewindow issue

2010-02-25 Thread Paul Hastings
i have a flex (3.5 SDK) advanced datagird that works fine in the app's main layout but when moved into a popup titlewindow it won't fill with data. a normal datagrid in the same titlewindow component using the same datasource works fine. component creation data passed in:

Re: [flexcoders] advanced datagrid in popped up titlewindow issue

2010-02-25 Thread Paul Hastings
On Thu, Feb 25, 2010 at 9:14 PM, Nick Middleweek n...@middleweek.co.ukwrote: It's a bit hard without seeing the full code: http://pastebin.com/ But... It might be worth changing your attributesData.initialize to a function call and perform the layerGroup.refresh() inside that function. But

Re: [flexcoders] advanced datagrid in popped up titlewindow issue

2010-02-25 Thread Paul Hastings
On Thu, Feb 25, 2010 at 10:09 PM, Tracy Spratt tr...@nts3rd.com wrote: Probably a timing issue. Binding is difficult to debug. Make sure your dataSource var is bindable. Initialize might be too early. Test the content in a handler function and also check it in a creationComplete handler.

Re: [flexcoders] IP adress for Language

2010-01-20 Thread Paul Hastings
On 1/21/2010 5:39 AM, Kelly wrote: Its generally considered 'best practices' to set the language based on the browser settings rather then IP Address. no it's not. many users don't bother setting them or worse play around (i've seen many users w/klingon in their HTTP_ACCEPT_LANGUAGE) or just

Re: [flexcoders] IP adress for Language

2010-01-20 Thread Paul Hastings
On 1/21/2010 10:35 AM, g...@alchemy.com.au wrote: In the final analysis both approaches are useful, but you MUST give the user the ability to change the language. We use these inputs to yup, automagic suggestion with a control for the user to manually pick their locale (w/the locales in that

Re: [flexcoders] IP adress for Language

2010-01-20 Thread Paul Hastings
On 1/20/2010 10:58 PM, Christophe wrote: I have a bilingual Flex application. French and English. How to automatically set the French or English version in function of the IP adress localisation of the client PC ? well i would like to suggest http://javainetlocator.sourceforge.net/ (server

Re: [flexcoders] Java Question

2010-01-15 Thread Paul Hastings
On 1/16/2010 12:44 AM, Kelly wrote: I know CF and Java and I would never use CF for a Flex backend. Java is so much nicer to work with and so much more powerful. sorry but it doesn't sound like you know cf very well. whatever you think you can do in java, you can do in cf though with much

Re: [flexcoders] Daylight Savings Time issues from Flex to ColdFusion 8.01

2009-10-23 Thread Paul Hastings
gareth_arch wrote: I am having some issues with DST when transferring a date from Flex to ColdFusion. the flash client always adjusts for local tz cf only sees the server tz (aka tz hell). you might be better off working w/epoch offsets instead. setTime() getTime() flex side and if you only

Re: [flexcoders] How to create a spidar chart (Radar chart) with an array collection object...

2009-09-10 Thread Paul Hastings
piyush_dubey_16 wrote: I need to create a Spidar (Radar) chart with the help of an array collection. can any one help ??? http://lab.kapit.fr/display/radarchart/Radar+Chart

[flexcoders] refer to dynamic XML elements?

2009-09-10 Thread Paul Hastings
i have an XML response from a server that has a gazillion elements in it where i need to use a few of these. the required element names are defined elsewhere read in at run time. the XML response is something along the lines of: gml:featureMembers topp:runoffdatapoints

Re: [Spam] Re: [Spam] Re: [flexcoders] Will Flex Builder be updated with 3.4 SDK release?

2009-08-26 Thread Paul Hastings
Nick Middleweek wrote: Thanks for your reply but what does this mean:* # /opt/flex/bin/mxmlc -version* it means tom lives in cave writes his code by banging together two rocks while fighting off cave bears ;-)

Re: [flexcoders] world clock

2009-07-27 Thread Paul Hastings
Darrin Kay wrote: How so?� It can give me server time, but if the server is in London lets say.� Daylight savings happens in London 2 weeks after it does in the US. http://www.sustainablegis.com/projects/tz/testTZCFC.cfm

Re: [flexcoders] Free World Map Data Component

2009-07-02 Thread Paul Hastings
Wally Kolcz wrote: good dashboard components (guages, graphs, etc) but cannot find a good global map one. google maps won't do?

Re: [flexcoders] Is this list declining?

2009-06-02 Thread Paul Hastings
Tom Chiverton wrote: Have they unbroken the subject lines and started including the correct headers yet ? it appears yes (if you mean grouping/threading). filtering sub-categories via [subject] seems to work so far.

Re: [flexcoders] Re: getting currency symbol to display when loading locale from resource module

2009-05-20 Thread Paul Hastings
flexcoder2008 wrote: Figured it out. To get the blank space to work in the .properties file you have to enter it as ALT+0160 just so you know, that's a non-breaking space (not sure how the player renders that sort of thing).

Re: [flexcoders] getting currency symbol to display when loading locale from resource module

2009-05-19 Thread Paul Hastings
flexcoder2008 wrote: # locale/en_GB/FormattingValues.properties THEMECOLOR=0xFF DATE_FORMAT=DD/MM/YY TIME_FORMAT=L:NN A CURRENCY_PRECISION=0 CURRENCY_SYMBOL=� THOUSANDS_SEPARATOR=, DECIMAL_SEPARATOR=. As you can see, I have the pound symbol for the CURRENCY_SYMBOL. I typed this with

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-29 Thread Paul Hastings
Nick Collins wrote: Well, if you really want to develop Flex on Linux, you could always check out IntelliJ IDEA 8.1, which I'm told has pretty nice Flex development features. Just missing the design view and profiler, really... that's like telling me to bet on a race horse w/only 2 legs.

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-04-29 Thread Paul Hastings
Tom Chiverton wrote: Did you give the release on Labs a go ? It's very nearly there, the bits of Builder it does do almost all work fine (occisonal AIR app crashes and debug disconnects, for instance). no actually, i thought it was set to expire any day now. i'm very attached to editors (i

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-20 Thread Paul Hastings
Matt Chotin wrote: Can you provide an example of that being cut off, maybe in the forum comments: http://forums.adobe.com/community/general/forum_comments ah i was wondering where i could post bugs. thanks http://forums.adobe.com/message/1906289#1906289

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-15 Thread Paul Hastings
Matt Chotin wrote: We attemted to turn on the updated email format last friday. Since I'm out of the office I haven't looked, but give it a shot. the new email is cleaner but any messages replied to via email (tbird ) gets rendered as blank if you quote the original message. unpleasant

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-15 Thread Paul Hastings
Matt Chotin wrote: Yeah, make sure you eliminate any repeating dashes, the system parses them and stops reading. Some other patterns too I'm sure that I don't know. i trim replies like a demon lose those but it still croaks, i think, on the quote marker or maybe something in the

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-08 Thread Paul Hastings
As for threading, do you know which header is missing? I notice that speaking of bunnies: http://jochem.vandieten.net/2009/03/31/the-new-adobe-forums-unfulfilled-potential/

Re: [flexcoders] Re: Cool Flex Component Site (opensource)

2009-03-16 Thread Paul Hastings
wubac1 wrote: Wow, that has to be some of the worst UI I've ever seen. kind of harsh. the radar chart *is* pretty nifty.

Re: [flexcoders] Re: Flex server language

2009-02-21 Thread Paul Hastings
Amy wrote: An important difference between ColdFusion and php, as you rightly pointed out, is that php is installed on the server only--you don't so is cf. need any special software to write php code, and you don't need any background knowledge other than what you need for any other web

Re: [flexcoders] internationalization

2009-01-19 Thread Paul Hastings
Scott wrote: I'm working on a project that requires multiple languages. I'm thinking I have two choices... resource bundles (sort of) just like in cf. find it kind of funny that flex has resource bundles but lacks the other i18n bits while cf is just the opposite ;-) in any case, you'll

Re: [flexcoders] API to get the timezone information?

2009-01-14 Thread Paul Hastings
akila_ksri wrote: Would like to know if there is any direct API available in actionscript/C# to get the timezone information, given the city name? not in AS but you could use one of the geonames.org webservices. for example: http://www.sustainablegis.com/projects/tz/tzmap/ code:

Re: [flexcoders] creating Help Files for a Flex application

2009-01-11 Thread Paul Hastings
weezee49 wrote: What are people using to create help files for a Flex application? I cfdocument in coldfusion to create flashpaper from HTML, etc.

Re: [flexcoders] sending vo to CF from Flex throws error

2009-01-02 Thread Paul Hastings
Derrick Anderson wrote: the error is: Could not find the ColdFusion Component or Interface API.winn.portal.1_0.callingApplication.vo.DecisionFileVO. Ensure that the name is correct and that the component or interface exists. It definitely exists, but it always throws this error- any

Re: [flexcoders] Flex dates and time zones.

2008-12-16 Thread Paul Hastings
Ricky Bacon wrote: It's actually a Unix thing: http://en.wikipedia.org/wiki/Unix_time no dale's right, java is *milliseconds* since epoch start, unix is *seconds*.

Re: [flexcoders] French accents in resource bundles not showing up

2008-12-15 Thread Paul Hastings
Wildbore, Brendon wrote: Thanks for that. I can confirm that the system I am testing on can display the characters, but for some reason is not when I pull it from the resource bundle… it’s a real puzzler. when you open the rb in notepad or whatever, can you read the text? btw the rb

[flexcoders] require flash 10 for flex app?

2008-11-27 Thread Paul Hastings
is it enough to set the require flash player version under flex compiler to 10.0.0 to force clients to use flash 10 or is more needed? thanks.

Re: [flexcoders] FB 3.0.2 plug-in

2008-11-20 Thread Paul Hastings
Tom Chiverton wrote: You mean Eclipse 3.4 ? IIRC only 3.3 is recomended... naw, the updater bits actually says it's looking for 3.2,3,3 or 3.4. though in my case it wouldn't recognize my 3.4 install for some reason.

Re: [flexcoders] FB 3.0.2 plug-in

2008-11-19 Thread Paul Hastings
Richard Rodseth wrote: This is a nightmare. well you're not alone at least. the windows updater's not recognizing ganymede here either. the FB plugin update seems to go ok but the updater barfs after a time on the eclipse update bits.

Re: [flexcoders] Using Google Geocoder in Flex

2008-11-17 Thread Paul Hastings
superbokbok wrote: need to create a map and add it to a component so that I have access to the geocoder to handle an address input request. you might get better results from the google maps list: http://groups.google.com/group/google-maps-api-for-flash?hl=enpli=1

Re: [flexcoders] Zoneinfo database to use for AIR applications.

2008-09-29 Thread Paul Hastings
george_w_canada wrote: Anyone knows are there any best way to use the public zoneinfo database (from original Olson database) in AIR applications? http://en.wikipedia.org/wiki/Zoneinfo parsing that tz data is not trivial (you might have better luck w/the binary distribution). if you don't

Re: [flexcoders] flex not displaying JPEG images

2008-09-17 Thread Paul Hastings
Alex Harui wrote: Could the higher DPI just be hitting the 2880 pixel limit more easily? perhaps except the 96DPI images i created in FW of the same dimensions (500x375) also croaked flex.

Re: [flexcoders] flex not displaying JPEG images

2008-09-17 Thread Paul Hastings
Doug McCune wrote: You could try reading the raw bytes of the JPEG and actually extracting the thumbnail if it's embedded (depending on what you're doing that yeah somebody already tried reading the raw image bits in, still hung. could actually be a huge performance boost if all you need is

Re: [flexcoders] flex not displaying JPEG images

2008-09-17 Thread Paul Hastings
Alex Harui wrote: Could the higher DPI just be hitting the 2880 pixel limit more easily? i dug thru the old images w/a finer tooth comb we have many w/300DPI 1600x1200 (from microscopes w/digital cameras lashed on top), many also had embedded thumbnails. this makes me think perhaps another

Re: [flexcoders] flex not displaying JPEG images

2008-09-17 Thread Paul Hastings
Josh McDonald wrote: Have you opened the images in your browser? They may be in CMYK, or in 16 bits per channel. yes we can open the images in FF chrome. somebody also confirmed sRGB 8bits/channel.

[flexcoders] flex not displaying JPEG images

2008-09-16 Thread Paul Hastings
we have an app that manages (among other things) almost 10k images. works a treat but a few days ago we had the app hang after users displayed some images they uploaded. from these images' EXIF data it turns out they had been massaged in photoshop (CS2), had thumbnails embedded had DPI of 150.

Re: [flexcoders] google maps (this sounds ridiculous)

2008-09-16 Thread Paul Hastings
stinasius wrote: hi guys this may sound ridiculous since this is a yahoo forum but i have no other place to turn. i have a flex application with a data what about the google maps flex list? http://groups.google.com/group/google-maps-api-for-flash have you looked through the demo gallery?

Re: [flexcoders] flex not displaying JPEG images

2008-09-16 Thread Paul Hastings
Alex Harui wrote: Can you repro yourself? Use some tool to generate a 150DPI image and see if Flex can show it. Then add thumbnails, etc until it dies? sort of. we thought we had id-ed 3 things different from the other working images: - 150 DPI - ICC Profile - embedded thumbnails a kind

Re: [flexcoders] Flex 3 freezes at startup everytime!!!

2008-09-06 Thread Paul Hastings
Josh Millstein wrote: I'm in big trouble and need to get this working. I suppose I could reinstall don't know about the mac but i can usually nurse eclipse back to health on XP via C:\eclipse\eclipse.exe -clean ie the -clean bit.

[flexcoders] OT: team garmin- chipotle tour de france AIR news ticker

2008-07-12 Thread Paul Hastings
garmin's got a nice looking (based on their edge 705 bike GPS) AIR tour de france news ticker: http://www8.garmin.com/teamgarmin/downloads.html not sure how well it works as i'm a bit too early over here in the big mango but it does look nice. btw the team's riders appear to be

Re: [flexcoders] CurrencyFormat vs locale

2008-06-30 Thread Paul Hastings
Gordon Smith wrote: What is the problem with bundling resources for each locale? well for starters, having to know what to bundle ;-) http://as3localedata.riaforge.org/ is based on the CLDR project data, which is as good as gets when it comes to locale resources.

[flexcoders] way way OT: another flex?

2008-06-19 Thread Paul Hastings
found this serendipitously while googling for flex...i like the name but it looks like a mini cooper on steroids ;-) http://www.fordvehicles.com/flex/

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-18 Thread Paul Hastings
Jeffry Houser wrote: I do the same exact thing; except no color coding. Not sure if Thunderbird does that. ;) yeah tbird's tags are color-coded and can be part of your message filters. frankly i don't think it matters if the list is split or not as long as i'm able to mash it up into the

Re: [flexcoders] Re: Unable to Display Hindi

2008-06-06 Thread Paul Hastings
tanarijay wrote: I embedded the Microsoft San Serif (True Type) font in to my app changed my controls to use it using the font family attribute. The font did change when I ran the app, but Hindi glyphs still showed up as squares. English French still display correctly. it might help if you

Re: [flexcoders] Need help with drawing on a plot chart please.

2008-05-08 Thread Paul Hastings
Mark wrote: comes out to about 82 and places it 82 pixels in. I need that line to be placed on the #82 tick mark. So if both the chart's X Y Axis span from 0 to 100 it places it where the 82 would be, not 82 pixels in. Can anyone help with this, what do I need to add?

Re: [flexcoders] Re: Flex 4: Text Performance Research

2008-04-28 Thread Paul Hastings
Tom Chiverton wrote: Player v10 will have native bidi text support, so I would expect this to be in Flex 4. ...and let's keep prodding adobe about this ;-)

[flexcoders] data canvas beginFill problem

2008-04-22 Thread Paul Hastings
i might be seeing a bug with beginFill() on a data canvas. the following snippet produces a leaked shape: endPoint=findEndPoint(UV,x,y); uvCanvas.lineStyle(1,0xCC,.75,true); uvCanvas.drawCircle(x,y,7) uvCanvas.moveTo(x,y);

[flexcoders] sort line chart x-axis?

2008-04-13 Thread Paul Hastings
i have a graph that needs to display line chart data in an order reversed from what flex normally does, ie instead of from 0--4000 it needs to display the data 4000--0. i've tried sorting the incoming data, using the LineSeries sortOnXField property, etc. no joy so far. is this even possible in

Re: [flexcoders] some one must know this!!! Please tell me!!!

2008-04-12 Thread Paul Hastings
Doug McCune wrote: I'm thinking about making a little flexcoders leader board to see who has answered the most questions on this list. I'm curious to see who would win between Tracy and Alex Harui. i think you maybe forgot matt the answering machine chotin before he fully went management ;-)

Re: [flexcoders] Re: GIS and Flex

2008-04-07 Thread Paul Hastings
elf1435 wrote: so the requirements for solution we are looking for, are as follows : 1. flex GIS API for client side 2. server that can be installed in private network and can handle all necessary GIS data 3. GIS data (digital cartographic maps and aerial/satellite imagery) for specific

Re: [flexcoders] Re: Need some help with charts

2008-04-05 Thread Paul Hastings
Phill B wrote: I guess I should have asked what the best method to get data from ColdFusion into a Flex chart. Any ideas? a cfquery will do.

Re: [flexcoders] Miscellaneous Localization Isses

2008-03-27 Thread Paul Hastings
Jehanzeb Musani wrote: I am developing an application in Flex that needs to supports two locales; English and Arabic. I am facing the following issues while using Arabic text. the flash client doesn't (yet) support BIDI text, so i think you're out of luck to begin with. Can anyone please

Re: [flexcoders] Miscellaneous Localization Isses

2008-03-27 Thread Paul Hastings
Jehanzeb Musani wrote: The application I am working on displays Arabic text properly except in the two cases I mentioned. what about text inputs?

[flexcoders] view creation for snapshot

2008-03-23 Thread Paul Hastings
this is something i've had trouble wrapping my head around (and maybe some other cf developers as well): i have a viewstack that i need to snapshot various views from to assemble a report. works fine if the user has viewed the views i need for the reporting bits but of course any view not

Re: [flexcoders] GIS and Flex

2008-03-14 Thread Paul Hastings
kapil b wrote: Does anybody have idea how to implement gis(geographyical information system) in flex with the gis data in it. what do you mean by with the gis data in it? you mean to develop a flex app to replace a desktop GIS like arcMap w/the data local to the client? if so, that's a

Re: [flexcoders] wrapper and CFM code

2008-03-06 Thread Paul Hastings
Chad Gray wrote: I am customizing the index.template. html so it will contain my CF code. just working thru that myself, see if these help: http://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-flex-builder-html-templates/

[flexcoders] dynamic lineseries?

2008-03-03 Thread Paul Hastings
i need to plot a dynamic set of lines for comparison purposes. the data is being returned from cf as an array of VO something along the lines of: sampleID (string) transmittance (array) waveNumber (array) this bit works fine. i'm having problems getting the graph to plot using the following

Re: [flexcoders] Need Help on Date Globalization in Flex 3

2008-03-01 Thread Paul Hastings
[EMAIL PROTECTED] wrote: Could any one please help me out in implementing globalization of date format in Flex 3, when I choose the language as US_English or Spanish or French for example here's one approach (based on CLDR data, which is a darned good idea):

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-21 Thread Paul Hastings
We're using java maybe have a look at iText.

Re: [flexcoders] Re: Working with maps / latitude / longditude data

2008-01-30 Thread Paul Hastings
Abyss Knight wrote: http://modestmaps. com/ http://modestmaps.com/ Yahoo's AS3 connection kit is another option, but the support on that it's AS2 requires a bit of hoop jumping. front has been spotty at best. ESRI has a Flex API coming out soon as well: it's out already works plenty

Re: [flexcoders] Working with maps / latitude / longditude data

2008-01-30 Thread Paul Hastings
Giles Roadnight wrote: I'm considering doing a project that involves displaying latitude / longitude data on a map. i would recommend esri's aws. fairly rich API, fairly easy to work with, good support flex 2. Are there any examples or anything out there like this?

Re: [flexcoders] Multi languages

2008-01-05 Thread Paul Hastings
NileAge, Mail wrote: I want make a page direction in flex in multi languages mean that when i choose English the page contents direction is from left to right and when I use Arabic sorry but the flash client (ver 9.x) doesn't yet support BIDI. have to wait for maybe version

Re: [flexcoders] International date formatting

2007-12-13 Thread Paul Hastings
Matt Chotin wrote: Additionally our globalization team has been working on some exciting new formatters that we hope to see out there in a few weeks on Labs. Stay tuned! you mean like non-gregorian calendars?

[flexcoders] cf query and cAsE in flex 2.01

2007-11-15 Thread Paul Hastings
got a VO that's built up from simple data fields and bunch of cfqueries (mapped as ArrayCollections not arrays of objects). it's backed w/sql server 2000. in the flex front end i refer to the individual cfquery columns using the original sql server column case (eRay, oRay, etc.). works fine. i

Re: [flexcoders] Flex Localization Support

2007-11-13 Thread Paul Hastings
Jehanzeb Musani wrote: Can anyone tell me whether Flex supports this inherently or not? it's the flash player that currently doesn't support BIDI. i think it's been announced that BIDI will be supported in the next flash client release.

Re: [flexcoders] LiveDocs / adobe.com down

2007-11-07 Thread Paul Hastings
Tom Chiverton wrote: I'm getting no answer for LiveDocs or the main adobe.com site from the office, ditto from home and someone else's home. all those students teachers ;-)

[flexcoders] VO bindable class vs main app

2007-11-07 Thread Paul Hastings
i've got a VO that's declared bindable in the class itself: [Bindable] public class SampleData {...} as the data changes all the flex components (charts, datagrids, etc.) using the VO update fine. however we have one 3rd party component that seems to be oblivious to the changing data. it only

Re: [flexcoders] VO bindable class vs main app

2007-11-07 Thread Paul Hastings
Tom Chiverton wrote: Unless you [Bindable] the instance of SampleData things like mx:LineChart dataProvider={ sampleData }/ moan, don't they ? yes but the compiler (2.01) complains anyways... mx:Label text={sampleData.sampleID} color=#FF fontWeight=bold/ ...so i've usually ignored these

Re: [flexcoders] VO bindable class vs main app

2007-11-07 Thread Paul Hastings
Tom Chiverton wrote: [Bindable] public var sampleData:SampleData=new SampleData(); Actually makes users of the instance of the class take not throught data binding ({ and }). huh?

[flexcoders] triplot/ternary plotting components ??

2007-10-26 Thread Paul Hastings
i've looked high low (half expecting iLog to have this) but no dice so far. does anybody know of any flex or flash (that is flex usable) triplot/ternary plotting components (triangle plot used in geochemistry, mineralogy, etc.)? thanks

Re: [flexcoders] not kosher to call function from inline renderer?

2007-10-18 Thread Paul Hastings
ah you were right alex, the blob image data wasn't updating (we used the same thumbnail data for the test bed so nobody noticed) plus the debug console was full of Warning: unable to bind to property... messages. i was confusing these w/ Data binding will not be able to detect assignments to

Re: [flexcoders] not kosher to call function from inline renderer?

2007-10-17 Thread Paul Hastings
Paul deCoursey wrote: The inline component doesn't have that method in scope. Try {this.parentDocumen t.blobToImage. ... spoke too soon. while this got rid of the complier error, that method's still not getting called ie breakpoints on it never get fired. any ideas? thanks.

Re: [flexcoders] not kosher to call function from inline renderer?

2007-10-17 Thread Paul Hastings
Alex Harui wrote: I think you want to use outerDocument. I’m surprised you didn’t get a runtime error. me too ;-) yes that got. thanks.

Re: [flexcoders] Re: not kosher to call function from inline renderer?

2007-10-17 Thread Paul Hastings
droponrcll wrote: Is it possible to use the blobToImage when creating the datasource for the ItemRenderers so that you just pull that as a property from the objects in your ArrayCollection? not sure i'm following.

[flexcoders] not kosher to call function from inline renderer?

2007-10-16 Thread Paul Hastings
don't know if it's not kosher or i'm flubbing something but i keep getting Call to a possibly undefined method blobToImage. errors from something like this (trying to convert bunch of BLOBed thumbnails into a list): mx:HorizontalList id=sampleImageThumbnails

Re: [flexcoders] not kosher to call function from inline renderer?

2007-10-16 Thread Paul Hastings
Paul deCoursey wrote: The inline component doesn't have that method in scope. Try {this.parentDocumen t.blobToImage. ... yup that did the trick. thanks paul. btw is documented anywhere?

Re: [flexcoders] CFEclipse and Flex Builder

2007-10-05 Thread Paul Hastings
Tim Ashworth wrote: Ah! That sounds like a plan. I guess the standalone version doesn't like to play nicely with others. Thanks very much. doesn't the latest cfeclipse require eclipse 3.2.2 while standalone fb2 is 3.2 or 3.1?

Re: [flexcoders] Euro symbol encoding

2007-09-20 Thread Paul Hastings
Giro wrote: If I write a € (Euro symbol) on my Flex application no problem, but when i retrieve information using a httpservice and place this on DataGrid but Euro symbol appear as square. what encoding is the webservice using? the euro's not in iso-8859-1 (latin-1) so you're better off

Re: [flexcoders] Drawing an arrow

2007-09-17 Thread Paul Hastings
Tom Chiverton wrote: I was about to do something much harder, involving finding the tangent to the lines intersection with two parallel lines. actually here's something a bit simpler from a cfc to just figure out the arrow head points: l=arrayLen(arguments.x);

Re: [flexcoders] Drawing an arrow

2007-09-14 Thread Paul Hastings
Tom Chiverton wrote: My maths has left me - given a line from x1,y1 to x2,y2 how do I draw an arrow pointing from x1,y1 to x2,y2, with it's tip on x2,y2 ? private function drawArrow():void { deDupe(); // de-duplicate any extra points from double click if (xPoints.length1) { var

Re: [flexcoders] does flex2 has coldfusion cold hint?

2007-09-13 Thread Paul Hastings
lyan_wang2003 wrote: when I edit a cfc file in flex,there isn't any code hint,seems quite awkward.How can I fix it or I should open dreamweaver when comes to a cfc file?? http://www.cfeclipse.org/

Re: [flexcoders] DoubleClick together with Mouse_Down and Mouse_Up

2007-09-04 Thread Paul Hastings
Alex Harui wrote: You might get two MOUSE_UPs, but not continuous. Are you sure you're not redispatching the event? i had the same sort of problem, listening for pretty much all mouse events we found it impossible to capture *just* the double click, the app would react to the mouse down/up

Re: [flexcoders] vulgar fractions - display as ?

2007-08-30 Thread Paul Hastings
Ben Marchbanks wrote: been there, done that ... and the db itself? that the db tools can see these displayed correctly doesn't mean the data is unicode (especially w/mysql PHP being involved).

Re: [flexcoders] vulgar fractions - display as ?

2007-08-30 Thread Paul Hastings
Ben Marchbanks wrote: Database is set to UTF-8 - at every point where unicode should be set, it is UTF-8 not if you're getting garbaged chars (?).

Re: [flexcoders] vulgar fractions - display as ?

2007-08-30 Thread Paul Hastings
Gordon Smith wrote: Maybe it's a font problem. Set the server side stuff aside and do a client-rendering sanity-check: does the player work like browsers, etc? font issues are shown as boxes (ie can't render that glyph using the current font), question mark are supposed to indicate garbaged

  1   2   3   >