pOBLayout.clear();
pOBLayout.redraw();
Search Blog
Thursday, October 22, 2009
Smart GWT KeyDown Enter kontrolü
public void onKeyDown(KeyDownEvent event) {
if (com.smartgwt.client.util.EventHandler.getKey().equalsIgnoreCase("Enter")) {
}
}
if (com.smartgwt.client.util.EventHandler.getKey().equalsIgnoreCase("Enter")) {
}
}
IBatis $ ve # Varible lar
Literal değerlerin quotation ile çıkmasını istiyorsak #var# kullanmaliyiz, yoksa $var$ kullanmaliyiz.
Monday, October 19, 2009
GWT 1.6 with IBATIS
Question :
Hello.
GWT 1.6 + Eclipse.
When trying to connect to MySQL, I get "access denied
(java.lang.RuntimePermission modifyThreadGroup)" as an
accesscontrolexception. I tried to find Jetty's policy file, but with
no success.
Is there an example GWT+MySQL for 1.6? Thank you
-------------------
Answer:
Hi clsslk,
I had this problem. If tyour in eclipse try turning off Google App
engine. Go to "Project->Properties->Google->App Engine" and uncheck
the "Use Google App Engine" box.
Now if you actually intend to use app engine then I guess you probably
need this on - but I'm not quite sure how app engine works exactly or
if you can even use a mysql database from app engine.
Cheers,
Troy.
Hello.
GWT 1.6 + Eclipse.
When trying to connect to MySQL, I get "access denied
(java.lang.RuntimePermission modifyThreadGroup)" as an
accesscontrolexception. I tried to find Jetty's policy file, but with
no success.
Is there an example GWT+MySQL for 1.6? Thank you
-------------------
Answer:
Hi clsslk,
I had this problem. If tyour in eclipse try turning off Google App
engine. Go to "Project->Properties->Google->App Engine" and uncheck
the "Use Google App Engine" box.
Now if you actually intend to use app engine then I guess you probably
need this on - but I'm not quite sure how app engine works exactly or
if you can even use a mysql database from app engine.
Cheers,
Troy.
Friday, June 5, 2009
Excel Copying multiple line text to single line
Bir tane cell seçip yukarıdaki kutucuğa paste edersen olur
Subscribe to:
Posts (Atom)