cancel
Showing results for 
Search instead for 
Did you mean: 

Buttons not responding to mouse clicks

former_member229034
Participant
0 Kudos

Hi Seniors,

I have created a widget to draw and display data from Remote enabled function modules and BAPI's. I am able to display the data in tables. My problem is that I am not able to click on the buttons so that I can retrieve the data based on an input in the inputbox (The buttons are not responding to mouse clicks). I have tried deleting those buttons and placed new ones. But its the same again. I have downloaded the SAP widget development tool several times and tried but the result is the same.

Would there be any option that I need to configure? would there be any upgrade that I need to make? Would there be any code to make the buttons respond to mouse clicks?

Please help me solve this problem.

Thank you,

Chaitanya.C.N

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

What version of SAP Widget Development Tools and Yahoo Widget Engine do you have?

Eriks

former_member229034
Participant
0 Kudos

Hello Eriks,

The details are as follows:

Eclipse SDK

Version: 3.3.0

Build id: I20070625-1500

Do I need to make any plug-ins for this so that the buttons would work?

Thank you,

Chaitanya.C.N

Former Member
0 Kudos

Hi,

No all plugins should be included in package. It might be Tools version incompatibility with Yahoo Widget Engine version

Could you please check Yahoo Widget engine version by

"Right click on Yahoo Widget Engine icon in systray > About Yahoo! Widgets"

and SAP Widget Development Tools version by

"In Eclipse > Help > Software Updates > Manage Configuration > Eclipse SDK > SAP Widget Development Tools"

Eriks

former_member229034
Participant
0 Kudos

Hi Eriks,

I have been to the paths that you have given and found out the following :

The Yahoo Widget engine version is :

4.5.1(build 10A39)

and SAP Widget tools 0.8.0.764.

Thank you,

Chaitanya.

Former Member
0 Kudos

Hello,

Build 764 did not have not support 4.5.x yet.

You should download newer version of development tools build #906 from:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/100ad59a-7b6b-2a10-8ab5-e6078fa8...

and install as described in:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c032ae0a-7d6b-2a10-14a1-cc6efb06...

I hope this helps

Eriks

P.S Where did you downloaded #764 from? I thought it is removed from any public locations

former_member229034
Participant
0 Kudos

Hi Eriks,

I have downloaded the #764 from www.sdn.sap.com itself.

Now, I will download these tools and install them as how you suggested.I will check if the mouse click works with the buttons.

I will get back to you once I complete these tasks.

Thank you,

Chaitanya.C.N

former_member229034
Participant
0 Kudos

Hi Eriks,

I have downloaded the newer version of development tools build #906 from:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/100ad59a-7b6b-2a10-8ab5-e6078fa

and installed as described in:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c032ae0a-7d6b-2a10-14a1-cc6efb06...

The button Clicks are working now. I want to handle radio buttons and Tabstrips. I came to know that we have to handle these manually. How do I do that. could you please help me on how to work and handle Tabstrips and Radio buttons.

I would surely award points to you.

Thank you,

Chaitanya.C.N

Former Member
0 Kudos

Hi,

SAP Widget Development Tools have one widget template called "Kitchen Sink Widget" that demonstrates usage of all components. It can be created by "File > New > Project > SAP Widgets > SAP Widget Project > Kitchen Sink Widget Template"

Eriks

former_member229034
Participant
0 Kudos

Hi Eriks,

I have created a "Kitchen Sink Widget Template ". It explains the components like Divider, Footer, Table, Button, Calculator, Calendar, Checkbox, Combobox, Drawer, Information Message, Input, Radio button, Rounded combo box, SearchInput, Status, Tabs, Header, Drop Target. I need to place graphs and charts on my widget. We have the Fast view window at the bottom left corner of the tool.(Alt + Shift + Q, Q). In that we have "Reports and Charts". I want to add that into my Widgets. How do I do that? Please help me out in this.

Thank you,

Chaitanya.C.N

Former Member
0 Kudos

Hello,

Unfortunately in this tools version chart there is no special support for graphs in widget (we have chart component that probably be added in next release)

(Alt + Shift + Q, Q) add any Eclipse view as Fast view. I am afraid that "Reports and Charts" is not part of SAP Widget Development tools and is installed by some other Eclipse plug-in (possible BIRT).

Eriks

former_member229034
Participant
0 Kudos

Hi Eriks,

Its very unfortunate that there is no support for charts and graphs in widget. But still I want to get it double confirmed. When could the next version be released? Eriks, could I have your e-mail id please.

Do we have any external plug-ins for displaying charts and graphs on widgets? I see some information on the internet for the graphs. please go through these links. I have downloaded a file named "yui_2.4.1" from the following links. Does it help us in any way?

http://developer.yahoo.com/yui/

http://developer.yahoo.com/yui/charts/

http://developer.yahoo.com/yui/examples/

Do advice me on the above links. please do send me your e-mail address.

Thank you,

Chaitanya.

Former Member
0 Kudos

Hi,

My email is now available in my member profile: eriks.nukis@sap.com

Eriks

Answers (1)

Answers (1)

former_member229034
Participant
0 Kudos

Thank You All.