Hi,
Yes, I can replicate the error, but also can't seem to find a solution.
Interesting, should be able to get a stable connection and the ability to handle large volumes of transactions.
Best Regards,
Peter.
Search found 39 matches
- Wed Mar 17, 2010 5:09 pm
- Forum: Coding Questions
- Topic: mySQL - Invalid memory access
- Replies: 1
- Views: 750
- Fri May 08, 2009 11:21 am
- Forum: Coding Questions
- Topic: ComboBoxGadget 'Default Text' and 'Invoke Commands'
- Replies: 6
- Views: 1143
- Fri May 08, 2009 10:31 am
- Forum: Coding Questions
- Topic: ComboBoxGadget 'Default Text' and 'Invoke Commands'
- Replies: 6
- Views: 1143
- Fri May 08, 2009 9:11 am
- Forum: Coding Questions
- Topic: ComboBoxGadget 'Default Text' and 'Invoke Commands'
- Replies: 6
- Views: 1143
Thanks for the feedback, but that doesn't provide default text in the combo box.
There must be some way to do add generic text in to the control, so it is clear what the drop down is used for.
Pure Basic must be able to do this, it is basic functionality. The only other solution would be to have ...
There must be some way to do add generic text in to the control, so it is clear what the drop down is used for.
Pure Basic must be able to do this, it is basic functionality. The only other solution would be to have ...
- Thu May 07, 2009 1:19 pm
- Forum: Coding Questions
- Topic: ComboBoxGadget 'Default Text' and 'Invoke Commands'
- Replies: 6
- Views: 1143
ComboBoxGadget 'Default Text' and 'Invoke Commands'
Hi there,
I am having a problem setting the 'default text' in the control to suggest what the control is being used for. Tried SetGadgetText, but that only works if I use #PB_ComboBox_Editable, but I don't want the user to be able to edit the text, so I can use that.
Any suggestions ...
I am having a problem setting the 'default text' in the control to suggest what the control is being used for. Tried SetGadgetText, but that only works if I use #PB_ComboBox_Editable, but I don't want the user to be able to edit the text, so I can use that.
Any suggestions ...
- Wed Apr 15, 2009 11:19 pm
- Forum: Coding Questions
- Topic: Transforming ASN.1 Files
- Replies: 0
- Views: 620
Transforming ASN.1 Files
Hi there,
Looking to transform ASN.1 files in to Text Files (with a structured layout).
Essentially ASN.1 files read like structured BINARY files.
Does anyone have experience of handling ASN.1 files with PureBasic?
Best Regards,
Peter.
Looking to transform ASN.1 files in to Text Files (with a structured layout).
Essentially ASN.1 files read like structured BINARY files.
Does anyone have experience of handling ASN.1 files with PureBasic?
Best Regards,
Peter.
- Fri Apr 03, 2009 10:19 pm
- Forum: Coding Questions
- Topic: Seek a Line in a File
- Replies: 9
- Views: 2954
- Fri Apr 03, 2009 2:38 pm
- Forum: General Discussion
- Topic: Printed Manual
- Replies: 8
- Views: 2286
- Fri Apr 03, 2009 2:00 pm
- Forum: Announcement
- Topic: Purebasic - A Beginners Guide To Computer Programming.
- Replies: 24
- Views: 12172
Re: Purebasic - A Beginners Guide To Computer Programming.
http://www.pb-beginners.co.uk/
In a few weeks (24th Jan 2009) my book will be withdrawn from sale because it is no longer updated to the current version of Purebasic. I don't want to charge people for a version that is out of date.
So i must say thank you to all the people who have bought a copy ...
In a few weeks (24th Jan 2009) my book will be withdrawn from sale because it is no longer updated to the current version of Purebasic. I don't want to charge people for a version that is out of date.
So i must say thank you to all the people who have bought a copy ...
- Fri Apr 03, 2009 1:52 pm
- Forum: General Discussion
- Topic: Printed Manual
- Replies: 8
- Views: 2286
Printed Manual
Hi there,
Does anyone know if it is possible to purchase a printed (book like) copy of the PB 4.30 manual. Nice to be able to thumb through a manual and make notes within it. Really good if you are travelling and want to read it without your PC being on.
Thanks & Regards,
Peter.
Does anyone know if it is possible to purchase a printed (book like) copy of the PB 4.30 manual. Nice to be able to thumb through a manual and make notes within it. Really good if you are travelling and want to read it without your PC being on.
Thanks & Regards,
Peter.
- Fri Apr 03, 2009 1:47 pm
- Forum: Coding Questions
- Topic: Discriminators: Strings & Variables
- Replies: 1
- Views: 723
Discriminators: Strings & Variables
Hi there,
Looking for some syntax help for PB.
I would like to fully understand the string, variable and array type discriminators. Not clear how PureBasic 'labels/denotes' these different string types or variable types. Any clues?
Case in point:
" FileNo.l " --> what is '.l'
Would be ...
Looking for some syntax help for PB.
I would like to fully understand the string, variable and array type discriminators. Not clear how PureBasic 'labels/denotes' these different string types or variable types. Any clues?
Case in point:
" FileNo.l " --> what is '.l'
Would be ...
- Fri Apr 03, 2009 1:43 pm
- Forum: Coding Questions
- Topic: Seek a Line in a File
- Replies: 9
- Views: 2954
- Fri Apr 03, 2009 1:09 pm
- Forum: Coding Questions
- Topic: I need an advice
- Replies: 3
- Views: 1481
Re: I need an advice
Hello!
I'm new here. I've been browsing tons of forums for an idea of what to do. I was laid off from my job about 3 month ago. I've been looking for a job since then, but did not even get a single interview. I worked as a web designer for a publishing company for the last 5 years. Looks like www ...
I'm new here. I've been browsing tons of forums for an idea of what to do. I was laid off from my job about 3 month ago. I've been looking for a job since then, but did not even get a single interview. I worked as a web designer for a publishing company for the last 5 years. Looks like www ...
- Fri Apr 03, 2009 1:00 pm
- Forum: Coding Questions
- Topic: Seek a Line in a File
- Replies: 9
- Views: 2954
Re: Seek a Line in a File
I am a little new to PureBasic, in the former language I was programming in to seek a line in a file you use a command @line.
I don't seem to find a similar function in PureBasic. Been reading through the manual, is anyone able to help.
I basically want to read a pre-formated file in to a ...
I don't seem to find a similar function in PureBasic. Been reading through the manual, is anyone able to help.
I basically want to read a pre-formated file in to a ...
- Fri Apr 03, 2009 12:58 pm
- Forum: Coding Questions
- Topic: Seek a Line in a File
- Replies: 9
- Views: 2954