[flexcoders] Re: Flex and .NET

2009-06-08 Thread Mark Piller
"with large datasets, we see a lag in the transport time over our web service. For example, we have a data set that returns 5000 rows of 125 columns of data...our T-SQL stored proc generates the data set in 6 seconds or less but then it still takes anywhere from 45s to 1.5m to transport that da

[flexcoders] Re: blazeds mapping issue with Set

2009-04-30 Thread Mark Piller
And another workaround is to use WebORB, which will handle it just fine out of the box. Cheers, Mark --- In flexcoders@yahoogroups.com, Pedro Sena wrote: > > Another workaround is use GraniteDS instead of BlazeDS. > > :D > > On Thu, Apr 30, 2009 at 11:45 AM, aglosband wrote: > > > > > > > H

[flexcoders] Re: Weborb

2009-03-24 Thread Mark Piller
Hi Scott, Were you looking into WebORB for your Flex to CF connectivity? Regards, Mark --- In flexcoders@yahoogroups.com, "Scott" wrote: > > I briefly looked at Weborb last fall but decided against doing anything > with it since it was fairly expensive. I do remoteobject on a > coldfusion back

[flexcoders] Resolved Re: Have a question about Weborb

2008-09-29 Thread Mark Piller
t; > > > so now master[0] has Id, Email, Name > > > so if I wanted to change the email from tsa@ to > > > tsa@, I do this? > > > > > > private var uDate:Test = new Test(); > > > uDate.Name = 'tessa'; > > > uDate.Id = '6'; >

[flexcoders] Re: Have a question about Weborb

2008-09-29 Thread Mark Piller
Hi Tim, For any instance of Active Record on the client side you can change the properties and then call save() on that instance. It will update the record in the database and also issue client synchronization event so other clients that have the same record would be updated. Instances of active r

[flexcoders] [ann] Data Management for Flex and PHP

2008-09-04 Thread Mark Piller
Hey guys, This is an announcement and I apologize for spamming your inboxes if you have no interest in this subject. However, if you are working with Flex and PHP and would like to try out our new data management implementation, please contact me off the list (mark [at] themidnightcoders.com). Yo

[flexcoders] Re: Flex server "push" solutions?

2008-06-23 Thread Mark Piller
Hi Mark, You can try WebORB as well. It is free, but not open source. http://www.themidnightcoders.com/weborb/dotnet/ Cheers, Mark --- In flexcoders@yahoogroups.com, "markflex2007" <[EMAIL PROTECTED]> wrote: > > Hi, > > I need server "push" feature in my application,I know LCDS and BlazeDS > ca

[flexcoders] Re: WebORB RTMP

2008-05-07 Thread Mark Piller
Hi, make sure to reference weborb-services-config.xml instead of services-config.xml. Thanks, Mark

[flexcoders] Re: AMF development with remote dev server

2008-04-07 Thread Mark Piller
tory? Someone else suggested that one can ignore the config files > completely, and build up the RemoteObject from scratch in > ActionScript. > > On Mon, Apr 7, 2008 at 3:34 PM, Mark Piller <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > >

[flexcoders] Re: AMF development with remote dev server

2008-04-07 Thread Mark Piller
Hi Richard, Copy the config xml files from /weborb30/WEB-INF/flex to your local box and compile the project with the local version of the files. The only change you need to make is in services-config.xml. Locate the my-anf channel and change the endpoint URI to be an absolute URL pointing to your

[flexcoders] Re: Where is adobe? Come to universities!

2008-04-03 Thread Mark Piller
Certainly deep financial pockets help when it comes to promoting and evangelizing a technology. What Adobe has consistently failed to do is tapping into its user base to get some help with marketing and evangelism. Lots of people are excited about Flex/AIR. Those who can and is willing to talk abou

[flexcoders] Re: WebORB Installation Error

2008-01-04 Thread Mark Piller
Hi, Do you use WebORB for Java or .NET? If it is .NET, try to run the diagnostics page at the following URL and let me know what the page displays: http://localhost/weborb30/diagnostics.aspx Also, the following forum might be a better place to post WebORB related questions: http://tech.groups.ya

[flexcoders] [ann] new WebORB for Java (now absolutely free)

2007-12-11 Thread Mark Piller
Hey guys, If you do not use or care about Java, please ignore this message and pardon me for spamming your Inbox. Otherwise, I hope you will find some value in this post. As you probably know, it has been a long time since we did any new development on the Java side of things. For the past year a

[flexcoders] Re: Convert project to Data Services

2007-06-04 Thread Mark Piller
Hey Scott, I do not see what changes you have made, both XML snippets looks the same to me. When you create an FDS project, you need to enter all three values for your FDS server (or WebORB in case of our product). Sounds like you're running Coldfusion. Perhaps someone from the list will chime in

[flexcoders] Re: Convert project to Data Services

2007-06-04 Thread Mark Piller
Hey Scott, Yes, you can definitely do that. Our WebORB plugin for Flex Builder (to be released this week) does this automatically using Flex Builder API. You can also change it manually. You need to modify the .flexProperties file sitting in the root of your FB project folder. Make sure to set the

[flexcoders] Re: Solutions FREE for Remote SharedObject

2007-05-22 Thread Mark Piller
WebOrb for PHP ? > []'s > > > Mark Piller escreveu: > > > > Anthony and Carlos, > > > > I'd like to make a minor correction with regards to the price. The 10K > > price point will not be applicable to the PHP/Ruby editions of the > > product. We

[flexcoders] Re: Solutions FREE for Remote SharedObject

2007-05-22 Thread Mark Piller
Anthony and Carlos, I'd like to make a minor correction with regards to the price. The 10K price point will not be applicable to the PHP/Ruby editions of the product. We're keen on keeping it open source. At this point, we're leaning towards free product offering for PHP and Ruby and charging for

[flexcoders] Re: Am I using the right technology?

2007-05-21 Thread Mark Piller
Hi Mark, A few more data points with regards to WebORB: In addition to the per-CPU/box WebORB Enterprise licensing, there's also connection-based pricing: $99/concurrent connection. This will get you data push, remote shared objects, streaming, data management and remoting. If you want to create

[flexcoders] Re: WebOrb and the new Flex Article question (AMF0 vs AMF3)

2007-05-15 Thread Mark Piller
Hi guys, We're about to open up AMF3 and make it available in the free Standard Edition. Stay tuned for an announcement. I will post more info once the release is available (should be any moment now). Cheers, Mark --- In flexcoders@yahoogroups.com, "Samuel R. Neff" <[EMAIL PROTECTED]> wrote: > >

[flexcoders] Re: Documenting "... args" with ASDoc

2007-05-10 Thread Mark Piller
gt; From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Mark Piller > Sent: Wednesday, May 09, 2007 12:16 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Documenting "... args" with ASDoc > > > > Does anyone know how to document

[flexcoders] Documenting "... args" with ASDoc

2007-05-08 Thread Mark Piller
Does anyone know how to document arguments for a method declared as: public function foo( ... args ):void {} Ideally, I'd like to specify individual @param arguments (there's a reason why the method does not declare specific arg types). However, ASDoc seems to recognize only the first one and put

[flexcoders] Datagrid auto sorting. Has anyone done this?

2007-04-28 Thread Mark Piller
Do you know how to configure a datagrid to automatically sort in a particular column before the data is rendered? Thanks, Mark

[flexcoders] Re: accessing amf3 remote services using netConnection instead of removteObject

2007-04-26 Thread Mark Piller
t; above remoteObject doesnt lend itself to this strategy. > > Hank > > On 4/26/07, Mark Piller <[EMAIL PROTECTED]> wrote: > > > > Hi Hank, > > > > Is the end goal to route the invocation via RTMP? > > > > Cheers, > > Mark > > >

[flexcoders] Re: accessing amf3 remote services using netConnection instead of removteObject

2007-04-26 Thread Mark Piller
Hi Hank, Is the end goal to route the invocation via RTMP? Cheers, Mark --- In flexcoders@yahoogroups.com, "hank williams" <[EMAIL PROTECTED]> wrote: > > Thanks Sam! > > One question. Is there any way to use the "destination" concept since I > already have all of that defined on the FDS/Server

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

2007-04-18 Thread Mark Piller
>> Also at least in .NET the Fluorine gateway supports calling >> existing web services via AMF remoting so you get to use your >> existing code but the transport is actually AMF and not SOAP. Not to steer this discussion into a different route, but the same functionality (invoking web services

[flexcoders] Re: WebORB or AMFPHP for big Application

2007-04-11 Thread Mark Piller
Thanks Patrick, I'm happy to talk about the goals we have for WebORB. The vision for the product is to provide the best possible design/runtime platform for Flex applications and .NET/PHP/Ruby backends. Our goals include: - non-intrusive approach - ease-of-use - simplicity of integration - extensi

[flexcoders] Re: WebORB or AMFPHP for big Application

2007-04-10 Thread Mark Piller
r new enhanced that Mark and his team made in WebORB for > PHP, > > Best, > > Guillermo > > 10 Apr 2007 09:22:30 -0700, Mark Piller <[EMAIL PROTECTED]>: > > > > WebORB for PHP is available as an open source and commercial product > > today and it wi

[flexcoders] Re: WebORB or AMFPHP for big Application

2007-04-10 Thread Mark Piller
WebORB for PHP is available as an open source and commercial product today and it will stay that way. There are no plans to stop the open source offering. On the contrary, we have grand plans for it later this year. Cheers, Mark --- In flexcoders@yahoogroups.com, "nxzone" <[EMAIL PROTECTED]> wrot

[flexcoders] is it a Flex compiler bug?

2007-02-22 Thread Mark Piller
We ran into something that looks like a compiler bug. Please take a look at the code below and correct me if I am wrong. The object model and the class names of the code below may not make any sense, I put it together to demonstrate the problem. Here's a class with a static property: package {

[flexcoders] AMF3/WebService benchmark app

2007-02-09 Thread Mark Piller
Hey guys, Does anyone know whatever happened to the Census app built by James Ward? It used to be available at http://www.jamesward.org/census/. The application used to compare performance of various ways of accessing server-side data (remoting, web service, http get, etc). If anyone saved a copy

[flexcoders] flash.* source?

2007-02-05 Thread Mark Piller
Hi, Can anyone from Adobe comment if there are any plans to release the sources for the flash.* packages? Thanks, Mark

[flexcoders] Re: AMFPHP & Security

2007-01-18 Thread Mark Piller
Zoli is right. Usage of a specific object type in a method signature is irrelevant to security. In fact, you do not even need to know AMF to do it. One could easily use something like ServiceCapture to understand the structure of the argument type then construct a similar object and run it a local

[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] 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 box does scroll, it never is a

[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() > > This is true for all inline rend

[flexcoders] Button as a DataGrid item renderer

2007-01-08 Thread Mark Piller
Hey guys, One of the columns in a datagrid uses button as an item renderer. Here's the MXML i have: The problem is when I add a "click" event handler to the button, Flex Builder does not recognize the function name referenced in the click hand

[flexcoders] Re: Upgrade to 2.01 causes an exception

2007-01-08 Thread Mark Piller
_ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Mark Piller > Sent: Monday, January 08, 2007 2:15 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Upgrade to 2.01 causes an exception > > > > Here's an excepti

[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] 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/connect()

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

2007-01-03 Thread Mark Piller
Hi Kevin, When choosing the type of a Flex Builder project you need to create, you need to decide how your Flex client will be communicating with the server. If you plan to use remoting, data management or messaging, then the project needs to be created using Flex Data Services, and here's why: Bo

[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@yahoogroups.com, "Rich

[flexcoders] Re: adding Bitmap to a container

2006-11-27 Thread Mark Piller
> import mx.controls.UIComponent; > > ... > > > var myComponent:UIComponent = new UIComponent(); > > (blah blah blah - Your code here then don't forget to add that > component to the display list) > > > addChild(myComponent); > > This sh

[flexcoders] Re: head namespace in Flex 2 Style Explorer

2006-11-26 Thread Mark Piller
; does the trick setting the head namespace to the > directory where the mxml file you are looking at resides. > > HTH > > _K > > --- In flexcoders@yahoogroups.com, "Mark Piller" wrote: > > > > Hi guys, > > > > I've

[flexcoders] adding Bitmap to a container

2006-11-26 Thread Mark Piller
I am experiencing a difficulting adding a Bitmap to a container using the addChild() method. The error i get is: TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::[EMAIL PROTECTED] to mx.core.IUIComponent. The error actually makes sense since flash.display.Bitmap does no

[flexcoders] head namespace in Flex 2 Style Explorer

2006-11-25 Thread Mark Piller
Hi guys, I've been looking into the Flex 2 Style Explorer at http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html and have a question about the "head" namespace used in the example. Could someone point out where in the code that namespace is being declared? For example

[flexcoders] Re: refering to an MXML element in an event handler

2006-11-04 Thread Mark Piller
while you are > typing... > > > > > > http://www.adobe.com/2006/mxml"; layout="absolute"> > > > > > > > > > > > > > > > > From: flexcoders@yahoogroups.com [mai

[flexcoders] Re: container transparency does not apply to the Text children

2006-11-04 Thread Mark Piller
m [mailto:[EMAIL PROTECTED] On > Behalf Of Igor Costa > Sent: Friday, November 03, 2006 10:43 PM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] container transparency does not apply to the > Text children > > > > parentDocument.idText.alpha = 0.3; >

[flexcoders] refering to an MXML element in an event handler

2006-11-04 Thread Mark Piller
Suppose I have the following MXML declaration: Notice in the "added" handler I use "this" hoping that the scope of "this" is the actual Text element. My thinking is incorrect and the debugger shows that "this" refers to the top level container (the one defined in the same MXML page). So my que

[flexcoders] container transparency does not apply to the Text children

2006-11-03 Thread Mark Piller
I have a container (I tried VBox and Panel) that contains several Text and Label components. If I change the alpha property for the container, I get some transparency for the background, but not the children. Is there a trick I am missing? Is there a simple way to apply the transparency to everythi

[flexcoders] doLater in Flex2? is it gone?

2006-11-01 Thread Mark Piller
Does anyone know what happened with doLater() in Flex2? I cannot seem to find any references to the function in the language reference (http://livedocs.macromedia.com/flex/2/langref/index.html). Is there a recommended alternative? Thanks, Mark -- Flexcoders Mailing List FAQ: http://groups.yaho

[flexcoders] Re: FDS/PHP/AMFPHP

2006-10-15 Thread Mark Piller
e to see some good stuff from the midnightcoders as they roll > out the Professional and Enterprise editions of the WebORB suite. > > Renaun > > > > --- In flexcoders@yahoogroups.com, "Mark Piller" wrote: > > > > Let me clarify that WebORB for PHP

[flexcoders] Re: FDS/PHP/AMFPHP

2006-10-15 Thread Mark Piller
Let me clarify that WebORB for PHP is available under BOTH GPL and a commercial license. If GPL requirements do not suit your needs, you can always license WebORB for PHP commercially. Thanks, Mark --- In flexcoders@yahoogroups.com, "Renaun Erickson" <[EMAIL PROTECTED]> wrote: > > No PHP packages

[flexcoders] Re: Sending an array from Flex to PHP

2006-10-13 Thread Mark Piller
WebORB for PHP can work with both NetConnection and RemoteObject. The product implements both AMF0 and AMF3 protocols. As a result, it supports traditional Flash Remoting as well as Flex clients. Mark --- In flexcoders@yahoogroups.com, "klumikaze" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@

[flexcoders] Re: Sending an array from Flex to PHP

2006-10-11 Thread Mark Piller
Have you looked into WebORB for PHP? http://www.themidnightcoders.com/weborb/php/index.htm With WebORB you can use RemoteObject, invoke a method in your PHP class and pass ArrayCollection as an argument. WebORB will then invoke the function in the server-side class and the parameter will be a PHP

[flexcoders] Re: Flex Marketing

2006-10-10 Thread Mark Piller
45,894 books on Flex??? That number must be so much off, given that the search for "Adobe Flex" on Amazon returns just 6. Mark --- In flexcoders@yahoogroups.com, DUANE NICKULL <[EMAIL PROTECTED]> wrote: > > What drives learning/adoption is jobs. When there are Flex jobs, > there will be Flex c

[flexcoders] Re: Flex (possibly FDS) communicating with MS Exchange Server

2006-09-22 Thread Mark Piller
Alternatively you could create a .NET facade for the Exchange Server functionality you want to access from Flex and expose it as plain C# or VB.NET objects using WebORB for .NET. Your Flex client would access the exposed .NET destinations using RemoteObject. This approach would save you a lot of ti

[flexcoders] [ann] WebORB for PHP (with AMF3 support)

2006-09-01 Thread Mark Piller
Hi, We just released WebORB for PHP. The product is free and open-source and functions as a remoting gateway for Flex and Flash Remoting clients. Flex clients can use the RemoteObject API (or mx:RemoteObject) to connect to the deployed PHP classes. Check out the product page at: http://www.themid

[Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-24 Thread Mark Piller
; Regards, > > Bjorn Schultheiss > Senior Flash Developer > QDC Technologies > > > _ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Mark Piller > Sent: Friday, 25 August 2006 2:30 PM > To: flexcoders@yahoogroups.com >

[Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-24 Thread Mark Piller
I am sorry to make this 'Guinness-World-Records-candidate' thread even longer, but I thought I'd clarify.. WebORB and the AMF3 implementation we offer is available for .NET, Ruby and soon-to-be-released PHP, but not Java. Btw, the WebORB for PHP release should be available next week and it will de

[Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Mark Piller
to run in a JAVA environment. > > > > _ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Mark Piller > Sent: Wednesday, August 23, 2006 6:36 PM > To: flexcoders@yahoogroups.com > Subject: [Junk E-Mail - LOW] [flexcoders] Re: Choice of bac

[flexcoders] Re: Remote object help again..

2006-08-23 Thread Mark Piller
ue to the fact that the > compiler's configuration did not include a pointer to the correct > services-config.xml. > > > > Jeff > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Mark Piller > Se

[flexcoders] Re: Remote object help again..

2006-08-23 Thread Mark Piller
Did you add your destination after your Flex Builder project was created? We hear about this problem quite often. It appears Flex Builder caches remoting-config.xml and does not fetch the file every time you build the project. As a result, if a destination is added after the project is created, it

[Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Mark Piller
" In the cases where you cannot use remote objects, web services still work great" Andrew, do you have any examples when one would not be able to use remote objects? I am interested to know if you have any technical reasons, rather than just economical. Cheers, Mark --- In flexcoders@yahoogroup

[flexcoders] Flex/Flash Remoting for Ruby on Rails

2006-08-22 Thread Mark Piller
Hi guys, I just wanted to let you know we released WebORB for Ruby on Rails today. The product is free and open-source (GPL license) and makes is super simple to integrate Flex and/or Flash Remoting applications with Rails. We implemented both AMF0 and AMF3 protocols as well as added support for s

[flexcoders] Re: using RemoteObjects in actionscript 2

2006-08-17 Thread Mark Piller
Kashif, Let's assume you need to invoke method foo() on a destination "XYZ". First, make sure your destination is defined in remoting-config.xml. Then the AS code could look as the following: var ro:RemoteObject = new RemoteObject(); // set the destination for the remote object ro.destination = "

[flexcoders] Re: Flex and Rails - examples?

2006-08-17 Thread Mark Piller
Hi Karsten, We're working on a Ruby implementation of our server (WebORB). The implementation will provide support for both AMF0 and AMF3 (Flash and Flex) clients. So with Flex, you will be able to use RemoteObject to invoke methods in your Ruby classes deployed in a Rails application. Here's th

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

2006-07-13 Thread Mark Piller
Hi Jonas, I will give you an opinion from my personal experience and perspective. I am sure there will be different point of views on this subject. Essentially it comes down to what's important for you and your application. There are several variables in the formula: 1. application performance 2.