David Song

Greenhorn
+ Follow
since Oct 15, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by David Song

hi all,

Could you help me about the selection listener in Gallery widget? I add a selection listener to the gallery just like below:

but when I click on the item, the same dialog opened twice. I just want just one dialog, please help me,
Thank you very much again.

David
13 years ago
in addition,If I export my rcp application without using the obfuscate4e , my rcp app works well, but once using it , the rcp gets errors!
13 years ago
Hi all,
I use obfuscate4e(proguard) to obfuscate my eclipse rcp (jpa, hibernate, mysql), but get error just like below:



please help me
Thanks in ADV
David
13 years ago
Hi all,
I use obfuscate4e 0.7.1 (proguard) to obfuscate my eclipse rcp project. In the project hibernate is used to handle the database. but after I obfuscate it, error occores and exception code just as below:



Thanks for any help

David
Hi all,
How to add a command(extends AbstractHandler) to menu or coolbar by using java code without plugin.xml in Eclipse RCP development?
Thanks a lot.

David
14 years ago
Hi all,
In my project I would use the tableviewer to apply the capability to edit the data from database and update them back to the database through hibernate 3.2, and H2 database server mode , but assertion failed occors as below:



and the simple code is:


and the table structure is as below:

14 years ago
thank you very much, i got it.
14 years ago
I want to generate a future uncertain date just based on day just like below:



The result is "Fri Oct 16 15:52:18 CST 2009" , that is tomorrow. But it would be 150 days later, why?
Anyone can help me?
Thanks a lot!

Davids
14 years ago