Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

jt05
jt05
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
14

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jt05
Customize the badges you want to showcase on your profile
Design mode in Flash Builder 4.5 - Adobe LiveCycle 14-10-2011
I've seen from previous discussions that newer versions of Flash Builder wouldn't be supported in design mode because there would be too many SWCs to maintain, but I wanted to check if it'd be possible for the LCCS team to only support the current/active version of Flash Builder?It wasn't too bad before because I had Flash Builder 4 on my old Macbook Pro. I recently bought a new Macbook Air, and I was trying to find Flash Builder 4 specifically for the purpose of being able to use design mode. I...

Views

482

Likes

0

Replies

0
Re: Using sharedModel for viewstacks? - Adobe LiveCycle 26-09-2011
I'm currently using Flash Builder 4 (no Designer-mode support for 4.5, which I still like to use to quickly lay things out), but I didn't like that to construct an entire state, you had to programatically add or remove elements. It became a long chain of adding and removing children, so I found viewstacks to work nicer for me.

Views

238

Likes

0

Replies

0
Re: Using sharedModel for viewstacks? - Adobe LiveCycle 23-09-2011
Thanks Nigel--I guess in your example, it would work for using selectedIndex, which you can actually use inline as a property of the Viewstack. But I was hoping to use selectedChild (in case the order of the children changed), and I was reading the API docs, and it said that selectedChild could not be inline, it had to instead be called by an ActionScript block. Here's where I was reading about this: http://livedocs.adobe.com/flex/3/html/help.html?content=navigators_3.htmlIn my initialize functi...

Views

190

Likes

0

Replies

0
Using sharedModel for viewstacks? - Adobe LiveCycle 21-09-2011
Is it possible to use the sharedModel for viewstack components? As an example of what I'm trying to do: I'd like to allow one person to change which particular viewstack is being displayed to all connected users.So my current code would read something like "myViewStack.selectedChild=viewstack2" after a button is pressed. The problem if I take the route described in video 3 is that I don't know what the children will be after I subclass the viewstack.Any tips here?

Views

1.2K

Likes

0

Replies

4
Re: Audio separately from WebCamera pod? - Adobe LiveCycle 26-08-2011
Replying to myself here, but I found that the best thing to do in this case was go check out the sample code provided (from the LCCS Navigator: Sample Apps -> View more Examples). In this case, it was pretty trivial to just drop a few lines in from the "Audio" sample app, got both video and audio working now.

Views

85

Likes

0

Replies

0
Audio separately from WebCamera pod? - Adobe LiveCycle 25-08-2011
I noticed on the tutorial to get started, there is only a Roster and WebCamera pod being used--is there an equally easy guide on how to setup the audio stream, or does that require some extra code? Initially I thought the WebCamera pod would automatically enable the microphone as well, but it doesn't seem like that's the case because I can't hear audio when I test it out with another laptop.Is there any documentation about the audio streaming beyond what's offered on the Developer Guide? (http:/...

Views

366

Likes

0

Replies

1
Re: lccs.rb for Ruby 1.9.2 - Adobe LiveCycle 08-08-2011
Thanks Nigel, I found the updated lccs.rb in the payload: /payload/serverIntegration/ruby/lccs.rb (although it doesn't include the lccs_helper.rb, which I found to be convenient, I think the one that comes with the ExternalAuthentication app works just fine in 1.9.2).

Views

156

Likes

0

Replies

0
Re: lccs.rb for Ruby 1.9.2 - Adobe LiveCycle 08-08-2011
Apologies if you have already updated this; I can remove it if there are no differences. I haven't downloaded the LCCS SDK for at least a few weeks now.

Views

160

Likes

0

Replies

0
lccs.rb for Ruby 1.9.2 - Adobe LiveCycle 08-08-2011
The old version of the LCCS library files for Ruby (lccs.rb) was not working in Ruby 1.9.2 because of a change in how switch statements are handled. The original files were written for Ruby 1.8.7, and I have verified they work in that environment, but as I was deploying to Heroku, I wanted to have Rails 3 on the Cedar stack, which required that I also use Ruby 1.9.2.For anyone interested, I have uploaded the fix to a public GitHub repository:https://github.com/startupsatillinois/lccs_ruby

Views

957

Likes

0

Replies

6
Re: LCCS on Amazon EC2 - Adobe LiveCycle 08-08-2011
Thanks for the reply. I am a little sleep deprived, so it wasn't quite clicking that LCCS handles the handshaking service and I really didn't need to do anything else besides generate the SWF to provide the video chat.

Views

166

Likes

0

Replies

0