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

RowanHuang
RowanHuang
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
6

Discussions

Discussions
2

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by RowanHuang
Customize the badges you want to showcase on your profile
Re: Create a set function in “Customizing Guides Using Flash Builder ” - Adobe LiveCycle 03-02-2012
Thank you very much!I have solved this problem by anonymous function.like Wrapper.instance.bindSetter("Services.employee.empName",function(value:Object){ //code gose here});

Views

718

Likes

0

Replies

0
Create a set function in “Customizing Guides Using Flash Builder ” - Adobe LiveCycle 24-02-2011
When I copy this code to my mxml. Wrapper.instance.bindSetter("Services.employee.empName", empNameSetter); private function empNameSetter(value:Object):void { var empName:String = value as String; // cast to appropriate type if ( empName == "Tony Blue" ) { // do something here } } then get a error "visit attribute 'empNameSetter' is undefined"Who can help me,thanks.

Views

1.6K

Likes

0

Replies

2
How to create a pdf without "ToolBar" in Adobe Reader by designer? - Adobe LiveCycle 13-12-2010
My target is : A PDF is created by Livecycle Designer9,when people open it by reader that not show toolbar.If the PDF is created by Acrobat,I can set the Document Option to do itBut in Livecycle Designer9,I don't know how to do.Please help me,thanks.

Views

666

Likes

0

Replies

1
Re: How to get the metadata in Designer? - Adobe LiveCycle 17-11-2010
Thank you very much!I have get the metadata.

Views

635

Likes

0

Replies

0
Re: How to get the metadata in Designer? - Adobe LiveCycle 17-11-2010
Thank you,radzmar.I use the "xfa.host.messageBox(""+xfa.event.target.metadata);" in a button's clickEvent.But the error is same.My target is:Now,I have a blank PDF create by Designer.Only one button in this PDF.When I click the button,then show the metadate'info for me.My code is:try{ var tDesc=xfa.form.desc; xfa.host.messageBox(""+tDesc.metadata(0),"",3);}catch(e){ xfa.host.messageBox(""+e);}But it is incorrect;I want to get a simple about get metadata info.the metadata info like: 2010-11-18T07...

Views

368

Likes

0

Replies

0
How to get the metadata in Designer? - Adobe LiveCycle 17-11-2010
In Acrobat, I can get the metadata by "this.metadata".The Designer's Help said: use "xfa.form.desc" to instead of "this.metadata".The "desc" has a method "metadata(Integer para)" to return the metadata's info.I use the code "xfa.form.desc.metadata(0)" in designer.But alert the error "GeneralError :Operation failed".Who can tell me how to get the metadata in Designer?Thanks.

Views

1.5K

Likes

0

Replies

4