Search found 32 matches

by loulou25223
Sat Mar 22, 2014 6:08 pm
Forum: Coding Questions
Topic: How to skip from a StringGadget to antoher one automatically
Replies: 5
Views: 1127

How to skip from a StringGadget to antoher one automatically

If have a gadget which is limited like this
SendMessage_(GadgetID(#String_100), #EM_LIMITTEXT, 32, 0)
I want to go automatically to the next stringGadget when i have enter 32 caracters in this gadget and i don't see how to do it
Thanks in advance
by loulou25223
Mon Mar 03, 2014 8:06 am
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 473
Views: 279242

Re: PurePDF Version 2.0

With PB 5.22 BETA
Error in PDF_COMPRESS() function
Structure aData.MEM_DataStructure introuvable
ABBKlauss can you see Please ?
Thanks in advance
by loulou25223
Mon Feb 24, 2014 1:35 pm
Forum: Announcement
Topic: SpiderBasic 1.00 is out !
Replies: 438
Views: 242715

Re: SpiderBasic 1.00 alpha 4

SpiderBasic lacks Database. In your plan in how many times database will be implemented ?
by loulou25223
Fri Feb 21, 2014 12:45 pm
Forum: Announcement
Topic: SpiderBasic 1.00 is out !
Replies: 438
Views: 242715

Re: SpiderBasic 1.00 alpha 4

Seems to be a great programm. Does spiderbasic support Database ?
Thanks
by loulou25223
Wed Feb 19, 2014 5:12 am
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 473
Views: 279242

Re: PurePDF Version 2.0

I comment this instruction and after i have no problem all is good and the file is compressed well.
Is-it normal ?
Thanks for your answering
by loulou25223
Tue Feb 18, 2014 7:55 pm
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 473
Views: 279242

Re: PurePDF Version 2.0

I have a problem with compressed
When i use it the programm fall down on this instruction :

Procedure.l PDFCompress(*aData.MEM_DataStructure)
Protected zerr,CompMem,SourceLen,SourceMem,CompLen,lbError

lbError = #False
SourceLen = *aData\lCurSize
SourceMem = *aData\pData
CompLen = Round(1 ...
by loulou25223
Tue Feb 18, 2014 7:45 am
Forum: Coding Questions
Topic: Probably bug with REGEXP
Replies: 5
Views: 1349

Re: Probably bug with REGEXP

No one is answering ?
by loulou25223
Mon Feb 10, 2014 8:38 am
Forum: Coding Questions
Topic: Probably bug with REGEXP
Replies: 5
Views: 1349

Re: Probably bug with REGEXP

We load the file in memory
The file will be 230 M0 length because with 220 MO it works well
The result of Create Regular expression Nb is loaded with 1 indicating the result is good
The array Result$ is empty a,d the variable Variable return nothing only a 0 when you want to see the length
With ...
by loulou25223
Wed Feb 05, 2014 5:38 pm
Forum: Coding Questions
Topic: Probably bug with REGEXP
Replies: 5
Views: 1349

Probably bug with REGEXP

toto23 is a string of 230 M°

If CreateRegularExpression(0, "(<PmtInf>).*(</PmtInf>\s{0,10})</CstmrDrctDbtInitn>", #PB_RegularExpression_DotAll | #PB_RegularExpression_MultiLine)
Dim resultat$(0)
Nb = ExtractRegularExpression(0, toto23, Resultat$())
When i execute the code Nb return 1 meaning ...
by loulou25223
Wed Feb 05, 2014 10:01 am
Forum: Coding Questions
Topic: String Limit
Replies: 4
Views: 1136

Re: String Limit

I don't use XML lib because with such big files , i have to pass through all collections and using regexp can be very faster 10 or 12 more speedy
by loulou25223
Wed Feb 05, 2014 8:30 am
Forum: Coding Questions
Topic: String Limit
Replies: 4
Views: 1136

Re: String Limit

I create a variable fill with xml data which is 230 M0
I use Regexp for extraction data which is 210 MO
The Regexp return no error and Nb1 is equal to 1
But wheni want to put the result in variable , variable is 0 lenght and nothing in string
Here is my probleme
With a file of 220 M0 there is no ...
by loulou25223
Tue Feb 04, 2014 10:06 pm
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 473
Views: 279242

Re: PurePDF Version 2.0

Thanks that works good now
Have a nice even ing
by loulou25223
Tue Feb 04, 2014 8:24 pm
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 473
Views: 279242

Re: PurePDF Version 2.0

Just use the XIncludeFile method. Some examples already have it on top but commented out.

#PurePDF_Include=1
XIncludeFile "PurePDF.pb"

http://www.purebasicpower.de/downloads/Tutorial29%20Annotations+Actions.pb

On X64
on compiling
---------------------------
PureBasic ...
by loulou25223
Tue Feb 04, 2014 6:49 pm
Forum: Coding Questions
Topic: String Limit
Replies: 4
Views: 1136

String Limit

Cab someone says me which is the cumulative limits for all variable.
I have a varaible which is 230 Mo lenght
with Regexp i want to create another string
regexp find what i want but don arrvie ti load the result in a string and the programm crash
With a string of 21O Mo all is good
by loulou25223
Tue Feb 04, 2014 2:10 pm
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 473
Views: 279242

Re: PurePDF Version 2.0

Is it possible to use Purepdf on X64 computer ? If yes how can i do ?