Drag & Drop issues AUI - drag-and-drop

I have been trying to use Drag and Drop functionality between two lists. I got an example from the link : http://yuilibrary.com/yui/docs/dd/scroll-list.html
I have checked that all methods specified in YUI (in the link) is present for AUI too. The problem is that the drag event works perfectly but drop event does not work. The drag:drophit event does not get activated.
I am using Liferay 6.1.2 Ga3. Did anybody face this issue before? If yes, can you please provide me some clues on it?
Thank you,

Related

how to add/create new gestures in oracle jdeveloper 11.1.2.3?

edited:
I am new to Oracle Jdeveloper 11.1.2.3, can any one please tell me, how can I use the gestures created in gesture builder application (in emulator) in my own application ?
I found this link [ http://www.hascode.com/2010/05/creating-a-simple-gesture-app-with-android/ ] relating to what I am trying but I am not able to use it or implement it in Jdeveloper.
also can I run the code in the above link in eclipse & export it to Jdeveloper & use it there ?
please guide me on this...
===========================================================================
What I am trying, is to get some action done in applications by using different gestures other than swipe-right, swipe-left, swipe-down, swipe-up & tap-hold gestures which are already present in software (setPropertyListener - type attribute).
for example if I make a cross mark gesture on list item then it should get cancelled or if I make a tick mark gesture on list item then it should be accepted.
so, is there any way by which I can add new gestures to the application ?
You can add an amx:actionListener tag to the component that needs to support a gesture and set the type attribute on it.
Example here: http://lucbors.blogspot.com/2013/02/adf-mobile-implementing-pull-to-refresh.html

How to programmatically change help contents in Eclipse?

I have an eclipse plugin and I would like to programmatically disable help content TOC's based on a variable I define. In a nut shell, I want to prevent some help docs from showing up in the help contents if a specific type of user is accessing the plugin.
Preferably I would like to do this in the ApplicationWorkbenchAdvisor somewhere.
One thought would be to modify the "primary" value to be false if the variable were set.
Not sure if it would work, but try using the org.eclipse.ui.activities extension point. The tutorial from Vogella tells it is possible to hide only UI elements like wizards, views and so on, but it is from 2009.. Not sure if hiding TOC is now possible. If you try it out, would be nice to give a feedback ;)

bada - Tab bar control

I am new to bada programming and I am facing some problems. I am currently creating an app that consists of 6 tab bar item, each of which have a different form and have different controls in each form. I have tried following the example on http://www.badadev.com/forms-management-in-bada-part-3-managing-forms/ , however, I have set up all the controls in the form, but it does not respond and does not AppLog when I clicked on the button. Can someone please help me on this???
It is very hard to solve your problem that way(without seeing your code). Take look on a XmlParserApp example. It is using FormMgr and maybe you can get some good ideas. Or it is important that you have base class tabsForm that all the forms inherit?

How to reproduce Three20 Slide Up To Refresh feature?

I would like to add this to a projet, but I don't want to add the full Three20 framework for a simple feature. How the framework does to always hide the first row, and to detect when it's sliding up ? After that, I suppose a callback url can just be called to refresh the table view.
Thanks !
Try one of the standalone implementations, like EGOTableViewPullRefresh.
Credit noted in this StackOverflow post also; which is where I first learned of it.

iPhone multi view/window switch

I've now put all night and tried to get my iPhone program to perform as intended, it has also succeed me sometimes but now I have pages with a problem I simplehen can not get resolved.
've tried this video guide that makes it I want it to but I stare my project up with NSObject (Windows Based) for my program.
Has anyone any. can help me a little further here? or link to come there can get me on track again
link: http://www.youtube.com/watch?v=2GeazgOqKJ4
U can change that NSObject to UIView while selecting the view itself,
Just Right click classes-->Add Files-->in that dialog box, the bottom section contains a dropdown list box from there u can select ur required Type....