Search found 5 matches
- Thu Apr 20, 2023 5:33 pm
- Forum: Coding Questions
- Topic: Declare doesn't match with real Procedure
- Replies: 4
- Views: 465
Re: Declare doesn't match with real Procedure
Your assitance is much appreciated.
- Thu Apr 20, 2023 2:54 pm
- Forum: Coding Questions
- Topic: Declare doesn't match with real Procedure
- Replies: 4
- Views: 465
Re: Declare doesn't match with real Procedure
Thanks for helping out (and so quicklymk-soft wrote: Thu Apr 20, 2023 2:37 pm Remove the procedure type '.s' and ProcedureReturn.
A event procedure have not a return type.

Does this mean I am obliged to declare TextInput.s as a global variable in order to get it out of the procedure?
Is there a better way?
- Thu Apr 20, 2023 2:31 pm
- Forum: Coding Questions
- Topic: Declare doesn't match with real Procedure
- Replies: 4
- Views: 465
Declare doesn't match with real Procedure
Very much on the toe of the learning curve here, but I hope somebody can help me here:
This code gives the ' Declare doesn't match with real Procedure' error
XIncludeFile "//Users/stolzy/Documents/PureBasic/Forms Experimentation/temp/MyForm.pbf"
OpenJS_Window()
Procedure.s StringGadgetProcedure ...
This code gives the ' Declare doesn't match with real Procedure' error
XIncludeFile "//Users/stolzy/Documents/PureBasic/Forms Experimentation/temp/MyForm.pbf"
OpenJS_Window()
Procedure.s StringGadgetProcedure ...
- Thu Apr 20, 2023 1:41 pm
- Forum: The PureBasic Form Designer
- Topic: The form designers way of doing things.
- Replies: 11
- Views: 9290
Re: The form designers way of doing things.
I have also been struggling with the form designer...
... Maybe some kind soul could create or point to some good resources.
Perhaps this might help:
> PureBasic Form Designer Tutorial 2022
I've been through that a number of times, but it would still be nice to have some proper documentation ...
- Wed Apr 19, 2023 7:15 am
- Forum: The PureBasic Form Designer
- Topic: The form designers way of doing things.
- Replies: 11
- Views: 9290
Re: The form designers way of doing things.
I have also been struggling with the form designer.
There seems to be a lack of tutorials/information on how it works now. I've got myself very confused by watching tutorials that are not appropriate to the current interation of the forms designer or simply don't work with the current FD.
Maybe ...
There seems to be a lack of tutorials/information on how it works now. I've got myself very confused by watching tutorials that are not appropriate to the current interation of the forms designer or simply don't work with the current FD.
Maybe ...