Search found 16 matches
- Fri May 05, 2023 9:52 am
- Forum: Applications - Feedback and Discussion
- Topic: IceDesign GUI designer
- Replies: 726
- Views: 282501
Re: IceDesign GUI designer
I just bought this. Wow, it's the best form designer I've used and it doesn't come with DRM like another form designer I paid for.
- Sat Apr 29, 2023 4:52 am
- Forum: The PureBasic Form Designer
- Topic: The form designers way of doing things.
- Replies: 11
- Views: 9278
Re: The form designers way of doing things.
If you can spend some money, IceDesign is a very good replacement for the in-house form designer, and by buying it we support the programmer, member of this community.
Worth a look:
https://www.purebasic.fr/english/viewtopic.php?t=74711&hilit=icedesign
PS: I don't have any relation with the ...
- Wed Mar 29, 2023 3:25 pm
- Forum: The PureBasic Form Designer
- Topic: The form designers way of doing things.
- Replies: 11
- Views: 9278
Re: The form designers way of doing things.
That worked, thank you.
- Wed Mar 29, 2023 9:11 am
- Forum: The PureBasic Form Designer
- Topic: The form designers way of doing things.
- Replies: 11
- Views: 9278
Re: The form designers way of doing things.
ok. I pasted your code in the main file and it gives me the following error.
The procedure 'event_btn_quit()' has been declared but not defined.
These are the errors that have been doing my head in.
I want to add that in the 'Layout' section of the panel in the form designer in 'Event Procedure ...
The procedure 'event_btn_quit()' has been declared but not defined.
These are the errors that have been doing my head in.
I want to add that in the 'Layout' section of the panel in the form designer in 'Event Procedure ...
- Wed Mar 29, 2023 8:01 am
- Forum: The PureBasic Form Designer
- Topic: The form designers way of doing things.
- Replies: 11
- Views: 9278
The form designers way of doing things.
This is the code in my form.
;
; This code is automatically generated by the FormDesigner.
; Manual modification is possible to adjust existing commands, but anything else will be dropped when the code is compiled.
; Event procedures needs to be put in another source file.
;
Global MainWindow ...
;
; This code is automatically generated by the FormDesigner.
; Manual modification is possible to adjust existing commands, but anything else will be dropped when the code is compiled.
; Event procedures needs to be put in another source file.
;
Global MainWindow ...
- Thu Jan 13, 2022 1:15 pm
- Forum: Announcement
- Topic: PureVision Form Designer Update
- Replies: 6
- Views: 3097
Re: PureVision Form Designer Update
I have tried contacting you but have not received a reply yet.
- Tue Jul 21, 2020 3:49 am
- Forum: Coding Questions
- Topic: How can I change from TAB to Enter to complete word?
- Replies: 2
- Views: 1075
- Mon Jul 20, 2020 5:15 am
- Forum: Coding Questions
- Topic: How can I change from TAB to Enter to complete word?
- Replies: 2
- Views: 1075
How can I change from TAB to Enter to complete word?
How can I change from TAB to Enter to complete word? Also, how can I prevent enter adding a new line in the IDE?
- Sun Jul 12, 2020 7:09 am
- Forum: Coding Questions
- Topic: Form editor?
- Replies: 2
- Views: 947
Re: SOLVED - Form editor?
I solved my query by RTFM. 

- Sun Jul 12, 2020 6:47 am
- Forum: Coding Questions
- Topic: Form editor?
- Replies: 2
- Views: 947
Form editor?
I set this up in the form editor. Code below for it. I copied the code, made a new pb file and pasted the code. When I run it it shows nothing. What do I need to do to make what I design in the form be runnable?
;
; This code is automatically generated by the FormDesigner.
; Manual modification ...
;
; This code is automatically generated by the FormDesigner.
; Manual modification ...
- Tue Feb 24, 2004 12:32 am
- Forum: Coding Questions
- Topic: My little proggy temperature converter problems
- Replies: 7
- Views: 2128
I'm still having problems when I try to make the calculation as it wont let me mix string values with numerical.
I have set the string gadgets to numerical only. I want to grab what the number the user types inside it and then perform the calculation to then be outputted to the relevent text gadget ...
I have set the string gadgets to numerical only. I want to grab what the number the user types inside it and then perform the calculation to then be outputted to the relevent text gadget ...
- Mon Feb 23, 2004 10:15 pm
- Forum: Coding Questions
- Topic: My little proggy temperature converter problems
- Replies: 7
- Views: 2128
- Mon Feb 23, 2004 4:17 pm
- Forum: Coding Questions
- Topic: My little proggy temperature converter problems
- Replies: 7
- Views: 2128
- Mon Feb 23, 2004 2:33 pm
- Forum: Coding Questions
- Topic: My little proggy temperature converter problems
- Replies: 7
- Views: 2128
My little proggy temperature converter problems
; PureBasic Visual Designer v3.81 build 1321
IncludeFile "GeneratedIncludeFile.pb"
Global conv_type
Global celcius
Global fahrenheit
conv_type = 1
celcius = #string_C
fahrenheit = #string_F
Open_Window_0()
Repeat
Event = WaitWindowEvent()
If Event = #PB_EventGadget
;Debug ...
- Sun Feb 22, 2004 6:35 pm
- Forum: Coding Questions
- Topic: dont understand windows event, please help
- Replies: 4
- Views: 1497