Search found 9 matches

by Baslo
Tue Jan 29, 2008 1:03 pm
Forum: Coding Questions
Topic: How to re-activate my app ?
Replies: 18
Views: 11412

Ok - several months back in an semi-major code update, forcefore stopped working the way I needed it to.

Here's the routine I ended up using as a replacement, after quite a bit of trial and error. It may be somewhat unique to my circumstance that this works where forcefore didn't. I'm not trying ...
by Baslo
Thu Dec 20, 2007 10:34 am
Forum: Coding Questions
Topic: How to lowercase a unicode character?
Replies: 21
Views: 4354

Honestly, i didnt know that, but well thats only on the paper.

On Demonstrations (happens quite often here in Berlin) the police just waits for the nazis to start singing this part so they can arrest them. So maybe you cant be punished explicitly for the singing, but for other reasons that relate ...
by Baslo
Wed Dec 19, 2007 3:02 pm
Forum: Coding Questions
Topic: How to lowercase a unicode character?
Replies: 21
Views: 4354

To make it clear:

It is forbidden to sing THIS part of the german anthem. I'm not german, but i live in germany. Translated: "Germany Above All...." and this correlates pretty much with the ideology of "Supreme Race" and so on .... "brown stuff" as the germans nowadays call it.
by Baslo
Wed Nov 14, 2007 10:45 am
Forum: Off Topic
Topic: Good Freeware Stuff
Replies: 668
Views: 677776

Sandboxie sounds nice, is it stable/fast?
by Baslo
Tue Nov 13, 2007 3:14 pm
Forum: Coding Questions
Topic: Freeing Resources from Gadgets
Replies: 7
Views: 1978

Ah ok, just for the record:

It's not slow. The freeing of gadgets (FreeGadget()) is useless, just minimize the window and everything is alright: speed good, memory good.

I'm in love with PB.
by Baslo
Tue Nov 13, 2007 3:06 pm
Forum: Coding Questions
Topic: Freeing Resources from Gadgets
Replies: 7
Views: 1978

Re: Freeing Resources from Gadgets

If the Window is set to invisible (e.g via HideWindow()) i want the Memory to be freed. Most of the 13 MB is used by the WebGadget, i think.

If you minimize the window before hiding, it looks a lot better in Windows' Task Manager ;)

Sorry i missed your post. Works perfectly; when in Systray ...
by Baslo
Tue Nov 13, 2007 2:35 pm
Forum: Coding Questions
Topic: Freeing Resources from Gadgets
Replies: 7
Views: 1978

Thanks.
But unfortunately only 1 MB will be freed.
When i omit the WebGadget completely the app uses only 2.5 MB RAM.
by Baslo
Tue Nov 13, 2007 1:46 pm
Forum: Coding Questions
Topic: Freeing Resources from Gadgets
Replies: 7
Views: 1978

Yeah i looked for a function to do that but i couldn't find anything helpful.
I tried SetGadgetState() but the memory consumption remained the same.

Is there a function that removes Gadgets completely (visual and from memory)? And would that be recommended?
by Baslo
Tue Nov 13, 2007 1:07 pm
Forum: Coding Questions
Topic: Freeing Resources from Gadgets
Replies: 7
Views: 1978

Freeing Resources from Gadgets

Hi,

i wrote a small application that uses the Webgadget. The app takes up approx. 13 MB of RAM. Now what i'm trying to do is:

If the Window is set to invisible (e.g via HideWindow()) i want the Memory to be freed. Most of the 13 MB is used by the WebGadget, i think. Is there a way to unload ...