Re: [flexcoders] Re: AS3 encryption

2007-04-09 Thread Jerome Clarke a.k.a sinatosk
this project has public/private but it's written in ASP and JavaScript only and he/she hasn't updated it in a long while and I don't know ASP well to convert it :p... maybe you can? it's at http://assl.sullof.com/assl/ On 09 Apr 2007 09:55:17 -0700, Jeffry Houser [EMAIL PROTECTED] wrote:

Re: [flexcoders] Apollo features

2007-02-03 Thread Jerome Clarke a.k.a sinatosk
/frameworks, and use Apollo to create engaging user experiences. jason -Message d'origine- *De :* flexcoders@yahoogroups.com [mailto:flexcoders@ flexcoders@ yahoogroups.com]*De la part de* Jerome Clarke a.k.a sinatosk *Envoyé :* vendredi 2 février 2007 16:54 *À :* flexcoders@yahoogroups.com

Re: [flexcoders] Apollo features

2007-02-02 Thread Jerome Clarke a.k.a sinatosk
To be honest... all this talk I've been hearing about Apollo being used as desktop applications using web technologies... I would kinda expect that you can launch exe passing parameters ( like CLI style or something similar ), talk to dynamic libraries like .dll ( Windows ), .so ( Linux )...

Re: [flexcoders] Apollo features

2007-02-02 Thread Jerome Clarke a.k.a sinatosk
, other). Allowing us to reuse our existing middle tiers/frameworks, and use Apollo to create engaging user experiences. jason -Message d'origine- *De :* flexcoders@yahoogroups.com [mailto:flexcoders@ flexcoders@ yahoogroups.com]*De la part de* Jerome Clarke a.k.a sinatosk *Envoyé

Re: [flexcoders] Apollo features

2007-01-30 Thread Jerome Clarke a.k.a sinatosk
extending on that... will we be able to communicate with dynamic libraries? ( like .DLL on windows, .SO on linux ) On 1/30/07, Tom Chiverton [EMAIL PROTECTED] wrote: Does anyone or has read somewhere, if Apollo will allow you to launch native local applications ? -- Tom Chiverton

Re: [flexcoders] Flex 3.0 - What happened to letting Flex 2 bed in?

2007-01-25 Thread Jerome Clarke a.k.a sinatosk
I personally don't see a problem with it... it's not like they're releasing a new Flash Player and AVM ... just a updated/new framework that still works with Flash 9 AVM2 and other things ofcourse like SDK etc etc. People will still be able to use Flex 2 On 1/25/07, Adam Reynolds [EMAIL

[flexcoders] SVN ( Subversion ) and Flex Builder

2007-01-15 Thread Jerome Clarke a.k.a sinatosk
This is what I do when I come to create a new Flex project using Adobe Flex Builder and Subversion - I create a temporary directory and inside that directory I create 3 more called 'branches', 'trunk' and 'tags' - I create a Flex project for example Gallery - I then create a new repository in

Re: [flexcoders] SVN ( Subversion ) and Flex Builder

2007-01-15 Thread Jerome Clarke a.k.a sinatosk
create the branches tags folders directly in the SVN later when I need them. - kevin On Jan 15, 2007, at 7:25 AM, Jerome Clarke a.k.a sinatosk wrote: This is what I do when I come to create a new Flex project using Adobe Flex Builder and Subversion - I create a temporary directory and inside

Re: [flexcoders] Re: source code of Training from the Source

2006-12-28 Thread Jerome Clarke a.k.a sinatosk
that doesn't make sense if you bought the book, it should be on the cd what do you mean by my copy is no more usable ??? On 12/28/06, Shailesh Mangal [EMAIL PROTECTED] wrote: I know, but my copy is no more usable. Wondering if any one can share theirs. You can send to me the zipped

Re: [flexcoders] Firefox - TextInput Bug

2006-12-12 Thread Jerome Clarke a.k.a sinatosk
Ye I get the same problem too. I'm using firefox 2.0 what you using? http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html then just select form elements and go from there to test it :p On 12/12/06, polonycjunk [EMAIL PROTECTED] wrote: I tried submitting this

Re: [flexcoders] Flex Builder Linux

2006-11-15 Thread sinatosk
on that note... will there be a Flex Builde for Linux? On 11/16/06, Matt Chotin [EMAIL PROTECTED] wrote: Do you mean the Flash Player or Flex Builder? There is no Flex Builder for Linux. The Flash Player is in beta but will hopefully be released early next year. Matt

Re: [flexcoders] Adobe, Help Memory Leaking !!

2006-08-23 Thread sinatosk
just want to say your not the only one... 2 other people have had the same sort of problem here and I have too... it's annoying to be honest. it does go down eventually but not by it self... I've left it running overnight ( one of my applications ) doesn't go down much On 24/08/06, Rich Tretola

Re: [flexcoders] Adobe, Help Memory Leaking !!

2006-08-23 Thread sinatosk
wait little mix up... it does go down by itself but only if the application seems to increase the memory usage fast or something like that but even then that doesn't always workOn 24/08/06, sinatosk [EMAIL PROTECTED] wrote: just want to say your not the only one... 2 other people have had

Re: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-15 Thread sinatosk
ah white spaces. convert that URL using urlencode can't remember the function/method name but it's aroundthats might do the trick :pOn 14/08/06, Tom Lee [EMAIL PROTECTED] wrote: Thanks, Ben - Your code works fine. My code, even after I manually edited

Re: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-12 Thread sinatosk
your code is correct because I do that myself and works fine ... with a little difference the wsdl I use is always the same so I set it inside the property wsdl :p instead of passing it through the method loadWSDL. I know it's not much of a help but heres what I do as a debug testprivate

Re: [flexcoders] Re: Clarification needed on how WSDL affects conversion of AS objects to SOAP

2006-08-11 Thread sinatosk
when you say major release... do you mean flex 3.0 or flex 2.1?On 11/08/06, Matt Chotin [EMAIL PROTECTED] wrote: We have folks working on a complete rewrite of the web service library in an attempt to really bring it up to snuff. However it won't be

Re: [flexcoders] Is this a bug, or is it just me?

2006-08-06 Thread sinatosk
well not to be rude but I've explained alot plus I've asked you to read the documentation and clearly you havn't or you missed it or something... and the answer is in there :pread the documentation On 06/08/06, Rick Root [EMAIL PROTECTED] wrote: I still don't

Re: [flexcoders] gotoAndStop Crash

2006-08-06 Thread sinatosk
it crashes here too :pOn 06/08/06, John Chipps-Harding [EMAIL PROTECTED] wrote: Hi:I have uploaded an example of the gotoAndStop causing the flash player to crash... just quickly move the character about randomly and let me know if it crashes on yours!

Re: [flexcoders] Is this a bug, or is it just me?

2006-08-05 Thread sinatosk
hmm... that shouldn't happen... so I'm gonna guessing it's something to do with the way you coded it. Can you post the code that outputs the text to the textarea? if so... post it please On 05/08/06, Rick Root [EMAIL PROTECTED] wrote: sinatosk wrote

Re: [flexcoders] Is this a bug, or is it just me?

2006-08-05 Thread sinatosk
for to mentionit will only output text what is between the XML tags NOT the attributesand here is the URL to the XML documentation http://livedocs.macromedia.com/flex/2/docs/1910.html#118717 __._,_.___ -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Is this a bug, or is it just me?

2006-08-05 Thread sinatosk
: sinatosk wrote: hmm... that shouldn't happen... so I'm gonna guessing it's something to do with the way you coded it. Can you post the code that outputs the text to the textarea? if so... post it please Right click on the flex app and view source. https

Re: [flexcoders] Timer to run function every 30 min

2006-08-05 Thread sinatosk
60 * 30 * 100060 secondstimes30 minutestimes1000 milisecondsequals180I recommend using 60 * 30 * 1000 instead of the 180 so it's easier for you to change/debug and then just add an event listener on timer event name along with the function you want it to call upon 30 minutes and then

Re: [flexcoders] Is this a bug, or is it just me?

2006-08-04 Thread sinatosk
no it's not a bug :plets just say you have an xml tagvar xml_tag:XML = tag att1=v1 att2=v2tag text/tag;an thats been assigned to a variable 'xml_tag'. when you come to output the contents of that variable... it will show tag text not v1 or v2 ( which are attributes ). To output the contents of

Re: [flexcoders] WOW - FLEX/AS3 Performance

2006-08-03 Thread sinatosk
news just in flash verison 10 faster than native codeok a joke but yes ActionScript 3 really has shot up in performance. theres an article on MXNA about someone creating 6000 particles with blur/glow ( glow effect slows down more though ) effect and stills runs fine around 30 fps or more.

Re: [flexcoders] DataGrid ItemRenderer

2006-08-01 Thread sinatosk
don't think it's a bug... I've changed the component a little and more is showing and the scroll bars are no longer showing... it's NOT fully fixed though... it's something to do with sizing... maybe set the text to multiline or something mx:VBox verticalScrollPolicy=off

Re: [flexcoders] DataGrid ItemRenderer

2006-08-01 Thread sinatosk
a spread sheet? (thnx) From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of sinatosk Sent: Tuesday, August 01, 2006 12:06 PM To: [EMAIL PROTECTED]ups.com Subject: Re: [flexcoders] DataGrid ItemRenderer don't think it's a bug... I've changed the component

Re: [flexcoders] Educational version

2006-07-31 Thread sinatosk
as far as I know there is no education version...there might be a education version in the future... not sure... one of the adobe staff members might replyOn 31/07/06, Oriol Gual [EMAIL PROTECTED] wrote: Hi,I've been looking at the Adobe site, and I can't

Re: [flexcoders] Flex Application structure

2006-07-30 Thread sinatosk
heh I had this same question about 2 years ago when developing an application in PHPMost voted for version 1I prefer number 1 when it comes to having a serverside application working with thembut version 2 if I come to manage it by hand ( you know browsing folders, copy/paste etc... ) If you

Re: [flexcoders] textInput autocommit?

2006-07-28 Thread sinatosk
have you tried focusOut event?http://livedocs.macromedia.com/flex/2/langref/flash/display/InteractiveObject.html#event:focusOut On 28/07/06, ryan harlin [EMAIL PROTECTED] wrote: I posted a similar question with more explanation but I'll simplify since I

Re: [flexcoders] Re: listData rowIndex ) [f2 final]

2006-07-28 Thread sinatosk
I bumped into a rowIndex problem myself today for some reason which ever row I select the rowIndex number is actually plus one for example if I have 5 rows in a DataGrid it's zero based so the indexes should be 0,1,2,3,4 if I select row number 2 which is index 1..

Re: [flexcoders] Flex Vs OpenLaszlo

2006-07-25 Thread sinatosk
I'll talk basic and the last time I used OpenLaszlo was version 3.1.x ... one of the main reason why I pretty much dumped OpenLaszlo was development time... it's slower in OpenLaszlo compared to Adobe Flex for me that is anyways... dunno about anyone else. heres ones example... dunno if it's

Re: [flexcoders] Updates for Flex 2.0?

2006-07-23 Thread sinatosk
I'm currently using trial for Windows right now If I was to buy Flex Builder for Windows I've only purchased it for Windows and NOT Mac OSX and Linux???I thought it was using eclipse so you could simply plug it in anywhere as long as the Operating System runs eclipse just like Mozilla

Re: [flexcoders] F2.0 final - Possbile bug with PopUpButton and PopUpMenuButton

2006-07-03 Thread sinatosk
thanks that worked ;)ok thats the PopUpButton partially fixed... now for PopUpMenuButtonI'm gonna rephrase the PopUpMenuButton problem I mentioned above...When I first open the menu... I'm accessing the root menu... When I hover over one of those items for the time then move my mouse over

[flexcoders] F2.0 final - Possbile bug with PopUpButton and PopUpMenuButton

2006-07-02 Thread sinatosk
4 days after the release I come to update my Flex Application from Beta 3 to Final and the 2 main components I used seem to be bugged. not very good at explaining things to bare with me please :pPopUpButton - Every time I select an item... the itemClick event gets dispatched twice. it just

Re: [flexcoders] Adobe Style Explorer - view source error

2006-06-29 Thread sinatosk
I seem to be keep getting this errorNot Found The requested URL /flex2/consulting/styleexplorer/srcview/index.html was not found on this server.On 29/06/06, Matt Chotin [EMAIL PROTECTED] wrote: What is the 2047? Sandbox violation? I don't think there's

Re: [flexcoders] Adobe Style Explorer - view source error

2006-06-29 Thread sinatosk
Thanks Matt. all working fine for me now ;)On 29/06/06, Matt Chotin [EMAIL PROTECTED] wrote: Try again, we think we've got it up this time. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of sinatosk Sent

Re: [flexcoders] accessing HttpService in Beta 3

2006-05-31 Thread sinatosk
you have to use the property lastResult instead of result weird because I'm using beta 3 and I still using resultOn 31/05/06, mikewertheim [EMAIL PROTECTED] wrote: I'm having trouble accessing an HttpService in Beta 3. The problem I'm having is similar to the one described in the

Re: [flexcoders] FileReference upload bytes FB2

2006-05-03 Thread sinatosk
it's in the documentation On 5/2/06, sourcecoderia [EMAIL PROTECTED] wrote: Does anyone know of a way to get at the bytes for the upload process? instead of using upload(url)I would rather use remoting then a web service, and ideally I would like to send it in chunks, and have a return

Re: [flexcoders] FileReference upload bytes FB2

2006-05-03 Thread sinatosk
sorry wrong post On 5/3/06, sinatosk [EMAIL PROTECTED] wrote: it's in the documentation On 5/2/06, sourcecoderia [EMAIL PROTECTED] wrote: Does anyone know of a way to get at the bytes for the upload process? instead of using upload(url)I would rather use remoting then a web service

Re: [flexcoders] Re: Multiple Selects on dataGrid? [Flex2 beta 2]

2006-04-14 Thread sinatosk
You might find thisit useful http://labs.macromedia.com/wiki/index.php/Flex:Beta_1_to_Beta_2_Changes On 4/14/06, JesterXL [EMAIL PROTECTED] wrote: Sorry about that; still learning the new names as well. - Original Message - From: flexabledev [EMAIL PROTECTED]To:

Re: [flexcoders] Re: [Flex2.0] How can I control cache of HTTPService inside FlashPlayer?

2006-04-14 Thread sinatosk
yeah thats what I do but I use this method instead var d:Date = new Date();url += ? + d.getTime().toString(); that way I know for sure the number will always be different :p and it is the flash player that caches it ( only if you use the flash player alone otherwise yes it does use your

Re: [flexcoders] Alert window customize

2006-04-05 Thread sinatosk
The Alert component isextended fromthe Panel component.Simply use the Panel orTitleWindow component and set borderStyleproperty to solid, backgroundColor to #006699( it's the closest colour I could match it too the Alert component) and backgroundAlpha to 0.75 ( or what ever transpancey you

Re: [flexcoders] Flex 2.0 b2: DataGrid ( selectedIndex property )

2006-04-05 Thread sinatosk
thanks for this fix :p... thought it was just me... yes I've bumped into this problem too... I also have problem with multiple selections ( using shift key... the indexes appearing out or range/bounds ) On 4/5/06, tyombria [EMAIL PROTECTED] wrote: Hello.In DataGrid i can't select item by

Re: [flexcoders] Bug : Popupbar when in viewstack [Flex 2.0 b2]

2006-03-31 Thread sinatosk
Yeah I had this problem since Beta 1. I thought people would have figured to just move something on their screen and put it back in place in your case... increase the height ofthe view stack by +1 and then decrease it by ( -1 ) and should force it to refresh the whole view stack keep in mind

Re: [flexcoders] Re: How do u use HTTP POST in flex 2 / AS3

2006-03-29 Thread sinatosk
I think this is what your looking for lets say the id of your HTTPService is called hs and I'm assuming you know how to create HTTPServices. so do this function send_params():void { // declare variable obj and type is Object var obj:Object = new Object(); // Set properties ( without the

[flexcoders] Re: framework_rb.swc error...

2006-03-21 Thread sinatosk
I too en_GB and it's working for me... but I created a folder called en_gb NOT en_GB ( can't see how that would matter but try it anyways if you havn't :p ) and copied all the contents from en_US and pasted it into en_gb, reloaded flex builder and worked fine for me --- In

[flexcoders] Re: Flex 2.0: Altering CheckBox inside a DataGrid from the outside (outerDocumen

2006-03-18 Thread sinatosk
dispatch that event again. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sinatosk Sent: Friday, March 17, 2006 7:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 2.0: Altering CheckBox inside a DataGrid from the outside

[flexcoders] Flex 2.0: Altering CheckBox inside a DataGrid from the outside (outerDocument)

2006-03-17 Thread sinatosk
I've done some searching but couldn't find much but what I basically want is to change the selected property on a CheckBox from outside the DataGrid I'll only post a snippet of it but if you want the full thing... just ask ;)... I don't wanna make this post look bloadted :p mx:DataGridColumn