IonicWind Software

Aurora Compiler => Coding Help - Aurora 101 => Topic started by: ExMember001 on November 17, 2006, 12:07:39 AM

Title: FileRequest() Filter ...
Post by: ExMember001 on November 17, 2006, 12:07:39 AM
Is it possible to set the filter buffer lenght higher ?
because if my filter string is higher than 255 the rest is not displayed when the Filerequest dialog show, but it is display correctly in a messagebox ...
Title: Re: FileRequest() Filter ...
Post by: Ionic Wind Support Team on November 17, 2006, 12:13:36 AM
Use a bigger string ;)

dstring filter[1000] = "...
Title: Re: FileRequest() Filter ...
Post by: ExMember001 on November 17, 2006, 12:39:28 AM
yes i tryed, did'nt change anything, it seems to come from the function.
Title: Re: FileRequest() Filter ...
Post by: Ionic Wind Support Team on November 17, 2006, 12:42:00 AM
I will look into it.
Title: Re: FileRequest() Filter ...
Post by: ExMember001 on November 17, 2006, 09:22:39 PM
Hi Paul,
Have you look at it?
i can send you my code if you want to check what i'm doing...
Title: Re: FileRequest() Filter ...
Post by: Ionic Wind Support Team on November 17, 2006, 11:19:56 PM
Of course I looked at it.  You'll need to wait for the next update though.  I have increased the limit.
Title: Re: FileRequest() Filter ...
Post by: ExMember001 on November 18, 2006, 12:39:51 AM
Good, thanx  ;D
I was asking just to be sure it was not on my side ;)