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

TheRealUpWorks
TheRealUpWorks
Offline

Badges

Badges
11

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
3

Posts

Posts
14

Discussions

Discussions
1

Questions

Questions
13

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by TheRealUpWorks
Customize the badges you want to showcase on your profile
Re: Scene7 HTML5 Video Player - Append Content to Player When Video Completes - Adobe Experience Manager 15-10-2015
Yes this is possible, check out the Video capability state event: http://s7d1.scene7.com/s7sdk/2.8/docs/jsdoc/symbols/s7sdk.VideoCapabilityState.html#.REPLAY

Views

134

Likes

0

Replies

0
Scene7 asset shrinks during playback - Adobe Experience Cloud 15-10-2015
We are experiencing an asset that is played using the Scene7 SDK v2.7. During playback the resolution shrinks from the initial 480px x 270px to a smaller resolution. Why is this happening? See attached screenshots.

Views

192

Likes

0

Replies

0
Re: Scene7 asset shrinks during playback - Adobe Experience Manager 15-10-2015
Could be a number of things. Suggest you open a support ticket for this (email s7support [at] adobe [dot] com)

Views

159

Likes

0

Replies

0
Re: CQ5.5 Analytics framework.getMapping(key) vs. cmp.getInherited(key, null) - Adobe Experience Manager 15-10-2015
AFAIK It is fixed request for hotfix NPR-2789

Views

163

Like

1

Replies

0
Re: Unable to add DropDown ComboBox to LinkDialog.js - Adobe Experience Manager 15-10-2015
Hi. For the dropdown you have to use the correct variables for a dropdown.There are different forms of selection xtypes.You have the combo box, checkbox, dropdown menu and the radio buttons.Xtype needs to be set to selection and the type of selection needs to be set to select (dropdown).Then of course you also need to add the selectable values to that widget.Here's a basic example with just two options: this.myField = new CQ.form.Selection({ "fieldLabel": "MySelection", "name": this.componentNam...

Views

403

Likes

0

Replies

0
Re: Add New MultiMultiFIeld row to Top vs. Bottom - Adobe Experience Manager 15-10-2015
Update:I ended up doing this however it does not feel right. Would like to get feedback on this solution:/** * Adds a new field to the widget. * @param value The value of the field */ addItem: function(value) { var index = this.items.getCount()-1; var item = this.insert(index, {"nodeIndex": index}); this.findParentByType("form").getForm().add(item); this.doLayout(); var parent = item.ownerCt; if (value) { item.setValue(value); } else { for (i=0; i < index; i++) { item.reorder(parent.items.itemAt...

Views

197

Likes

0

Replies

0
Re: Using CDN link source for custom fonts triggers error in RTE when parsing CDN link - Adobe Experience Manager 15-10-2015
Following instruction posted at [1] should help.[1] http://forums.adobe.com/thread/1237636

Views

125

Likes

0

Replies

0
Re: Seeking Best Practice Recommendation for Where to Store JavaScript Libraries that will be used by Multiple Themes / Designs - Adobe Experience Manager 15-10-2015
FWIW, I usually use /etc/clientlibs//. You can use /etc/designs, but that can get a bit awkward.

Views

155

Like

1

Replies

0
Re: DAM dc:extent - Adobe Experience Manager 15-10-2015
As per spec it can be size or duration. Again size can be anything like width, height etcc... & soon. Plus it deponds on Internet Media Types ex:- in video it can be 3gpp or H264 etc... Look more into spec and you won;t find those information in DAM api documentation as it is not appropriate.

Views

147

Like

1

Replies

0
Re: Pre-Populate Textfield value with MetaData from from Droptarget's path to Asset - Adobe Experience Manager 15-10-2015
TheRealUpWorks wrote...Unrelated question: Is there a sling url to the dam asset that produces JSON output? Yes appened json and optional selecter. Examplehttp://localhost:4502/content/dam/geometrixx/portraits/scott_reynolds.jpg.jsonhttp://localhost:4502/content/dam/geometrixx/portraits/scott_reynolds.jpg.-1.json

Views

154

Likes

0

Replies

0
Likes given to
Likes from