Wyatt O'Dayʼs postsSupport staff

Wyatt O'Day (Wyatt) has made 7816 posts.

LimeLM for HTML/Javascript Programmers w/ no Flex Experience

Post on Sep 14, 2011

Hey Vijay, We're putting together an HTML/JS AIR example now. We're trying to get it out in about …

Post on Aug 31, 2011

Send it to wyatt@wyday.com and I'll take a look at it this weekend. There will be no charge -- the r…

Post on Aug 28, 2011

OK, we'll add an HTML/AIR example with TurboActivate 3.1.

wyUpdate not finding updates

Post on Sep 13, 2011

There's one last thing you can try -- go to the "%userprofile%\wc" you'll see a bunch of files &…

Post on Sep 13, 2011

Hey Heinrich, Unfortunately there's not enough information to tell what's wrong. Can I remotely de…

getting more details in WebAPI

Post on Sep 11, 2011

Ok, we've added the current activations.

Post on Sep 10, 2011

Sure, we can expand that returned results from getDetails web API function. We'll get right on that.

Is there a wyInstall for initial installations?

Post on Sep 10, 2011

Hey Robert, What's happening with this product We make course corrections. For instance a large f…

Is there a proper Adobe AIR Example for TurboActivate?

Post on Sep 9, 2011

Hey Mark, TurboActivate 3.0 is out but we haven't finished the Flash Professional example project.…

Copying Apps in Temporary Folder to Next Build

Post on Sep 7, 2011

Hey John, We're trying to make file management between versions easier. We don't know whether this…

Development testing: three features needed for enterprise us

Post on Sep 7, 2011

TurboActivate 3.0 is out. We've added all features you've asked for. Static library version of Turb…

HELP! -add not working like I thought it should! :(Solved

Post on Sep 5, 2011

Sorry for not answering this sooner. I take it you're using a build server, correct? Did you add t…

set the "TurboActivate.dat" filename/path at runtime in C#.

Post on Sep 5, 2011

Yes, after adding those lines of code to TurboActivate.cs (or using the TurboActivate.cs included wi…

Post on Sep 5, 2011

This will be included in TurboActivate 3.0 (coming very soon). In the meantime you can use the funct…

Differentiating OSs

Post on Sep 1, 2011

TurboActivate doesn't care about the architecture of the OS (32-bit vs. 64-bit) or the edition of th…

NativeProcess.start() issue on MacSolved

Post on Aug 31, 2011

Looks like it does not. And the very suggestion gave me a solution using your permission changing co…

Answer on Aug 31, 2011

I typed: chmod a+w systaresulting permissions: -rw-rw-rw- Woops, sorry, I meant "chmod a+x systa".…

Post on Aug 31, 2011

This problem only occurs if the runtime is already present when my application is installed. It so…

Post on Aug 31, 2011

This could be caused by a few things: Make sure the "Mac" folder exists in your bin-debug folder.M…

Post on Aug 30, 2011

An exception is likely thrown on the "process.start(nativeProcessStartupInfo);" line. Did you includ…