Search found 39 matches

by linkerstorm
Sat Jun 29, 2019 1:51 pm
Forum: Announcement
Topic: [ENGINE] 2D Engine Nautilus (Win x86 & x64)
Replies: 48
Views: 26518

Re: [ENGINE] 2D Engine Nautilus (Win)

Hi.

Just a message to thank you : this is a great job !

Keep the good work til the 1.0 relase :D

Congartulations.
by linkerstorm
Mon Feb 25, 2019 6:04 pm
Forum: Announcement
Topic: DialogDesigner2 — a tool to compose XML dialogs
Replies: 89
Views: 73166

Re: DialogDesigner2 — a tool to compose XML dialogs

Hello.

Can't download last version on geocities.

Any clues ?

Thanks.
by linkerstorm
Wed Mar 14, 2018 11:38 pm
Forum: Tricks 'n' Tips
Topic: High speed split string
Replies: 26
Views: 14533

Re: High speed split string

Hi.

Another less "ASMish" split and fast enough to general purpose, using the good old C library, hopefully shipped with PB.

The presented version here is Unicode. You can use "strstr" for Ascii if needed (plus some little changes to the code).

The function returns the array length.


ImportC ...
by linkerstorm
Mon Dec 11, 2017 11:38 am
Forum: Tricks 'n' Tips
Topic: High speed split string
Replies: 26
Views: 14533

Re: High speed split string

Hi everyone.

My 2 cents : I need a fast string split procedure as I, professionaly, regularly process huge strings.

I tried the above solutions and the others on different posts, all are ok but for my specific need (performance), I wrote a little tricked procedure (in a module) with mixed ASM to ...
by linkerstorm
Wed Sep 13, 2017 5:49 am
Forum: Announcement
Topic: PureBasic 5.61 final is out
Replies: 54
Views: 37705

Re: PureBasic 5.61 final is out

Thanks Fred.

However, I can't figure out what is new in this 5.61 version because after installing (x86 5.61), the "History" topic in the Help stop to 5.60.

Any clue ?

EDIT : French version.

Thanks.
by linkerstorm
Wed Aug 09, 2017 10:02 am
Forum: Announcement
Topic: DialogDesigner2 — a tool to compose XML dialogs
Replies: 89
Views: 73166

Re: DialogDesigner2 — a tool to compose XML dialogs

Hi.

Great and fast tool, congratulations.

Would it be possible to add an (optional?) confirmation dialog when deleting a gadget : sometimes, I mistakely choose the wrong menu option (my bad) and have no chance to go back... :?
by linkerstorm
Sat Mar 05, 2016 10:54 am
Forum: Announcement
Topic: PureBasic 5.42 LTS final is available !
Replies: 98
Views: 50989

Re: PureBasic 5.42 LTS final is available !

Thank you PBTeam.

A side note : Preferences/Form has "Generate event procedure" yet, it should be not there anymore.

Anyone else has it yet ?
by linkerstorm
Sat Jan 30, 2016 7:52 am
Forum: TailBite
Topic: Tailbite v1.4.17 for Windows and PB 5.31 + PB 5.40 LTS
Replies: 46
Views: 90056

Re: Tailbite v1.4.17 for Windows and PB 5.31 + PB 5.40 LTS

Hi.

Thanks to Sveinung and mpz for the link :D

Regards
by linkerstorm
Thu Jan 28, 2016 7:35 am
Forum: TailBite
Topic: Tailbite v1.4.17 for Windows and PB 5.31 + PB 5.40 LTS
Replies: 46
Views: 90056

Re: Tailbite v1.4.17 for Windows and PB 5.31 + PB 5.40 LTS

Thanks RSBasic.

However, comparing your exe with my 1.4.16 exe, they are strictly identical so I deduce that this is in fact the 1.4.16 version, or my version is finally the 1.4.17 version (how to know ?).

Maybe have you the version 1.4.17 backed up somewhere ?

Thanks in advance.
by linkerstorm
Wed Jan 27, 2016 7:46 am
Forum: TailBite
Topic: Tailbite v1.4.17 for Windows and PB 5.31 + PB 5.40 LTS
Replies: 46
Views: 90056

Re: Tailbite v1.4.17 for Windows and PB 5.31 + PB 5.40 LTS

Hi mpz.

Great job.

However, the link http://www.flasharts.de/mpz/Tailbite/Tailbite.exe leads to a Not Found page.

Could you advice please ?

Thanks.
by linkerstorm
Wed Oct 07, 2015 9:33 pm
Forum: General Discussion
Topic: Excel, ODBC and SQLConfigDataSource
Replies: 7
Views: 3266

Re: Excel, ODBC and SQLConfigDataSource

Hi.

Have you tried to launch your app with admin rights in PB IDE (Compiler Options) ?

Regards.
by linkerstorm
Fri Aug 21, 2015 9:46 am
Forum: Announcement
Topic: Pure Design, another Form Designer
Replies: 80
Views: 47150

Re: Pure Design, another Form Designer

Hi.

Some issues (Windows 8, x64, x64 version of PureDesign).

For example, this project file prevents me to change window flags (test.pbx) :


[Global]
GridX = 5
GridY = 5
WebGadgetPath =
[Counter]
Window = 100
Font = 0
Image = 59
Gadget = 303
Enum_Window = 0
Enum_Font = 0
Enum_Button = 1
Enum ...
by linkerstorm
Wed Aug 27, 2014 4:03 pm
Forum: Tricks 'n' Tips
Topic: ListIconGadget with Sort and Arrow Icons
Replies: 39
Views: 57657

Re: ListIconGadget with Sort and Arrow Icons

Hi.

Very good sort implementation.

Using it, a bug exists : in the "GetDateFormat" procedure, be aware to use "%ii" for minutes, instead of "%mm" actually, that stands for monthes.

Anyway, thanks for the great module.
by linkerstorm
Wed Apr 10, 2013 5:58 am
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588181

Re: PureFORM 1.99 (yet another FORM designer)

Hi gnozal.

I've found why I had this (solved) problem : I've forgot to check "Enable (color needs PureColor)" on the "Extra" tab, in the "Background / Color Image" frame.

Regards.