Search found 46 matches

by Mowen
Tue Oct 20, 2015 9:54 am
Forum: Announcement
Topic: PureBasic 5.40 LTS final is out !
Replies: 52
Views: 26633

Re: PureBasic 5.40 LTS final is out !

Thank you Fred and team for this new version and all hard work on this !
by Mowen
Thu Dec 03, 2009 10:54 am
Forum: Announcement
Topic: PureBasic 4.40 is out !
Replies: 72
Views: 28020

Re: PureBasic 4.40 is out !

Thanks to Fred, the team and beta-testers !
by Mowen
Mon Jan 28, 2008 1:42 pm
Forum: Coding Questions
Topic: [PB Windows] How to modify the creation date of a folder ?
Replies: 0
Views: 896

[PB Windows] How to modify the creation date of a folder ?

The Setfiledate function does not work for folders.
Any other idea ?

Thanks
by Mowen
Thu Nov 22, 2007 11:30 am
Forum: Applications - Feedback and Discussion
Topic: PureDispHelper UserLib - Update with Includefile for Unicode
Replies: 258
Views: 141041

Does this lib still work with PB 4.10 ? It seems not.
Recompiling and running are ok but the results not.
by Mowen
Fri Sep 21, 2007 1:11 pm
Forum: Announcement
Topic: Tutorial: PureBasic and the OOP
Replies: 34
Views: 16931

Very usefull ! Et qui plus est en français :)

Merci !
by Mowen
Wed May 10, 2006 8:29 am
Forum: Announcement
Topic: PureBasic 4.00 for Windows
Replies: 80
Views: 33574

Great news ! Long life to PureBasic. It is a wonderfull new version. :D

And do not hesitate to make some donation for the great work done and to support them for later releases. :wink:

Merci Fred and to all the team :!:
by Mowen
Wed Mar 29, 2006 10:20 am
Forum: Coding Questions
Topic: Creating gadgets in a thread procedure
Replies: 4
Views: 1938

I tried with a mutex and and the threadsafe option but no improvements. :(
by Mowen
Wed Mar 29, 2006 9:59 am
Forum: Coding Questions
Topic: Creating gadgets in a thread procedure
Replies: 4
Views: 1938

Creating gadgets in a thread procedure

Hi,

I have strange behaviour when I create image gadgets in a threaded procedure. Images are loaded and progressively shown on screen but after the end of the procedure they disappear ! Outside a thread it works but I need to use threads for this...

Try this code (compile with PB4.0 beta8 ...
by Mowen
Fri Mar 10, 2006 10:32 am
Forum: Feature Requests and Wishlists
Topic: Suggestions for the Packer library
Replies: 0
Views: 869

Suggestions for the Packer library

These both new functions would be usefull:

- CountPackFile(packfile.s) : return the number of elements of the pack file
- GetPackFile(packfile.s, index.l, target.s) : extract the x element and save it to the specified file

Something like this: :wink:

Procedure.l CountPackFile(file.s)
Protected ...
by Mowen
Fri Mar 03, 2006 10:17 am
Forum: Announcement
Topic: PureBasic 4.00 - Beta 5
Replies: 36
Views: 9140

Anything changed in Console and Network libs in beta5 ? Something seems broken there. I am investigating and shall give more details later.
by Mowen
Wed Feb 15, 2006 12:00 pm
Forum: Announcement
Topic: PureBasic v4.00 - Beta 2
Replies: 34
Views: 12142

I do not understand the added parameter for the command DisableMenuItem. How to adapt the previous version of it ?

[edit] Ok found it in the Menu.pb sample file ! Just specify the main menu id as first parameter. :roll:
by Mowen
Fri Feb 10, 2006 10:01 am
Forum: Announcement
Topic: PureBasic v4.00 - Beta 2
Replies: 34
Views: 12142

Converted my project to PB 4.0 beta2. All is ok. Not so hard to convert. :)
by Mowen
Thu Feb 09, 2006 9:48 am
Forum: Announcement
Topic: PureBasic v4.00 - Beta 1
Replies: 187
Views: 53962

Yeah guys. You are right. It is updated. :wink:
by Mowen
Wed Feb 08, 2006 7:00 pm
Forum: Announcement
Topic: PureBasic v4.00 - Beta 1
Replies: 187
Views: 53962

That is really great ! Thanks for this. It is a huge job !
Now I need to test it deeply and wait for the final release. :lol:

Keep up the good work Fred and all the team.
by Mowen
Wed Dec 21, 2005 9:57 am
Forum: General Discussion
Topic: @Fred: Can I add 'my' own ImagePlugin (e.g GIF En-/Decoder)?
Replies: 18
Views: 8622

Maybe I am wrong but I think the Gif format is not free anymore and you have to pay the license to distribute a decoder.