Search found 61 matches

by PyroStrex
Wed Apr 07, 2010 3:01 am
Forum: Coding Questions
Topic: Amount of arrays
Replies: 2
Views: 523

Re: Amount of arrays

I think it depends on the RAM.
by PyroStrex
Wed Apr 07, 2010 2:50 am
Forum: Coding Questions
Topic: [Self Solved] HTTP File Download with Fast Resume Capability
Replies: 15
Views: 3627

Re: [Self Solved] HTTP File Download with Fast Resume Capabi

Lol, no one is trying to reply my message. I've managed to create a small downloader that will download Purebasic_Demo.exe with a very fast resume capability. Force Close the window (The big red X button) will make the downloader resume the download from the last point. Should i post the source code...
by PyroStrex
Wed Apr 07, 2010 12:34 am
Forum: Coding Questions
Topic: XP Style with WebGadget ?
Replies: 11
Views: 1332

Re: XP Style with WebGadget ?

Well, i think i am using it for browsing. I'm creating a launcher for a game.
by PyroStrex
Tue Apr 06, 2010 4:04 pm
Forum: Coding Questions
Topic: [Self Solved] HTTP File Download with Fast Resume Capability
Replies: 15
Views: 3627

[Self Solved] HTTP File Download with Fast Resume Capability

So, how should i do this? I've recode the whole http://www.purebasic.fr/english/viewtopic.php?f=13&t=32476&hilit=resume+download, and remove some unnecessary code but still, it's too slow in initializing. Do i have another way to do this? Thanks you. I've search through the whole forum but i...
by PyroStrex
Mon Apr 05, 2010 8:58 am
Forum: Coding Questions
Topic: Once again about multiline StringGadget...
Replies: 44
Views: 6137

Re: Once again about multiline StringGadget...

Well, i've tried to read again your request and found out that you want to enable the scrollbar only when you need it. This can be done if there's a way to measure the string height and compare it with the window of the stringGadget. But, i've search through google and can't find anything about it. ...
by PyroStrex
Mon Apr 05, 2010 7:12 am
Forum: Coding Questions
Topic: [Solved] How to Skin window with PNG (Source Code Available)
Replies: 12
Views: 2282

Re: [Solved] How to Skin window with PNG ?

Owh, it's a very great code you have there. Thanks for sharing it (again?). Hehe~
by PyroStrex
Mon Apr 05, 2010 6:57 am
Forum: Coding Questions
Topic: XP Style with WebGadget ?
Replies: 11
Views: 1332

Re: XP Style with WebGadget ?

CompilerOptions and make a check on XP-Style :wink: Hmm, i've tried it before and still getting the win98 button style, etc. Ughh.. Offtopic: Well, this kinda offtopic but is there a way to use firefox browser since i think WebGadget is Internet Explorer. From the manual 'Flags' is an optional para...
by PyroStrex
Sun Apr 04, 2010 4:11 pm
Forum: Coding Questions
Topic: Once again about multiline StringGadget...
Replies: 44
Views: 6137

Re: Once again about multiline StringGadget...

Hi, I believe you can use this:

Code: Select all

StringGadget(#String, 10, 30, 250, 180, "", #ES_MULTILINE | #ES_AUTOVSCROLL | #WS_VSCROLL | #ESB_DISABLE_LEFT | #ESB_DISABLE_RIGHT)
by PyroStrex
Sun Apr 04, 2010 4:07 pm
Forum: Coding Questions
Topic: XP Style with WebGadget ?
Replies: 11
Views: 1332

XP Style with WebGadget ?

Sorry if this was asked before. Like before, i've been searching for the whole forum about this. I think i didn't use the correct keyword if this is already exists before. So, how can i do it? Do anyone here have any idea how to do this? Offtopic: Well, this kinda offtopic but is there a way to use ...
by PyroStrex
Fri Apr 02, 2010 3:23 pm
Forum: Coding Questions
Topic: [Solved] How to Skin window with PNG (Source Code Available)
Replies: 12
Views: 2282

Re: How to Skin window with PNG ?

I don't seem to saw any flickering. I'm using Windows 7 and v4.4x of PureBasic
by PyroStrex
Fri Apr 02, 2010 11:41 am
Forum: Coding Questions
Topic: [Solved] How to Skin window with PNG (Source Code Available)
Replies: 12
Views: 2282

Re: How to Skin window with PNG ?

Sorry to post two times but. I've finally got the solution! Thanks guys! I post this directly after finishing it so i know it is not a neat code. Again, sorry for people who i've copy pasted their code. UsePNGImageDecoder() Procedure SetLayeredWindow2(WindowID) ; Mettre l'attribut WS_EX_LAYERED à la...
by PyroStrex
Fri Apr 02, 2010 11:01 am
Forum: Coding Questions
Topic: [Solved] How to Skin window with PNG (Source Code Available)
Replies: 12
Views: 2282

Re: How to Skin window with PNG ?

I've already come up with the solution, just an edited code from the link i provide. But, there are several things needed to be fixed and i don't know how. Moving the window very fast will cause the window to stuck (means not moving). If you click the button and move your mouse, the window will stil...
by PyroStrex
Fri Apr 02, 2010 7:24 am
Forum: Coding Questions
Topic: [Solved] How to Skin window with PNG (Source Code Available)
Replies: 12
Views: 2282

Re: How to Skin window with PNG ?

Yeah, it's a very good code and look much more better after you've changed it a bit. But what i want is, the one that looks exactly like the link i've provide on my first post but with the advantage of using the gadget. Edit: I forgot to say the magic word. Thanks for helping me :). I really appreci...
by PyroStrex
Fri Apr 02, 2010 5:33 am
Forum: Coding Questions
Topic: [Solved] How to Skin window with PNG (Source Code Available)
Replies: 12
Views: 2282

Re: How to Skin window with PNG ?

Hehe, its a good code. Thank you. But, what i mean by using PNG is that i can use PNG transparency for the skinning. This is my example of picture i wanna use
Image
by PyroStrex
Thu Apr 01, 2010 11:18 am
Forum: Coding Questions
Topic: [Solved] How to Skin window with PNG (Source Code Available)
Replies: 12
Views: 2282

[Solved] How to Skin window with PNG (Source Code Available)

Can someone help me with this? I've been searching through the whole purebasic forum but the only skin system i've found that use png is http://forum.purebasic.com/english/viewtopic.php?f=12&t=39079&hilit=transparency&sid=dc49ad750df8a741bdc43d1df2458a77 . The problem is, with this code,...