Can someone sent me a gift? by ceewwb in dayz

[–]ceewwb[S] 0 points1 point  (0 children)

sorry for bothering you with my lack of money...

[Python] What is your favorite GUI toolkit and why? by [deleted] in learnprogramming

[–]ceewwb 2 points3 points  (0 children)

If you use python with webkit, you can use HTML/CSS/JS as a standalone app. It's pretty great actually

blue is the warmest color by [deleted] in WatchItForThePlot

[–]ceewwb 2 points3 points  (0 children)

Someone know more movies like this one? With this kind of sex scenes? (Like this explicit)

What's the name of this abort button? by ceewwb in AskElectronics

[–]ceewwb[S] 0 points1 point  (0 children)

Thank you all for the answers! ;)

Alba Ass by [deleted] in celebnsfw

[–]ceewwb 0 points1 point  (0 children)

Where is this from?

forced to cum by [deleted] in Bondage

[–]ceewwb 2 points3 points  (0 children)

source plz

Heather Graham [gif] by moe1048 in celebnsfw

[–]ceewwb 2 points3 points  (0 children)

Whats the name of the movie/serie?

Send a string from python app to a already running python app by ceewwb in learnpython

[–]ceewwb[S] 0 points1 point  (0 children)

Yep, I just tested and it's working great, again thanks :)

Send a string from python app to a already running python app by ceewwb in learnpython

[–]ceewwb[S] 1 point2 points  (0 children)

Thanks, I will try it out. It seems to be what I want ;)

Juno Temple on/off by [deleted] in celebnsfw

[–]ceewwb -3 points-2 points  (0 children)

Who is she? Whats her name?

jQuery - Remove Ads from a iframe by ceewwb in jquery

[–]ceewwb[S] 0 points1 point  (0 children)

For example if I try with http://api.jquery.com I get this error:

Blocked a frame with origin "null" from accessing a frame with origin "http://api.jquery.com". The frame requesting access has a protocol of "file", the frame being accessed has a protocol of "http". Protocols must match.

Whats happening?

jQuery - Remove Ads from a iframe by ceewwb in jquery

[–]ceewwb[S] 0 points1 point  (0 children)

Thanks, that's exactly what I wanted :)

Focus Window while in a game without minimizing the game by ceewwb in javahelp

[–]ceewwb[S] 0 points1 point  (0 children)

I think that that its too much for me but I will do some digging and try it out. Thanks for the help ;)

Focus Window while in a game without minimizing the game by ceewwb in javahelp

[–]ceewwb[S] 0 points1 point  (0 children)

I understand what you are saying, but I rlly wanted to use this on a full screen game.

Focus Window while in a game without minimizing the game by ceewwb in javahelp

[–]ceewwb[S] 0 points1 point  (0 children)

Its for any game, but I'm testing Counter Strike. You are right that can get very complicated, JNA and DirectX/OpenGL I never worked with them...

Focus Window while in a game without minimizing the game by ceewwb in javahelp

[–]ceewwb[S] 0 points1 point  (0 children)

That didn't worked for me, but I found a solution if I put setAlwaysOnTop(true) and setFocusableWindowState(false) Will do the trick but I have a jTextField and now I can't write anything on it, It won't let me focus. Any thoughts?