Search found 16 matches

by Amon
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.
by Amon
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 ...
by Amon
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.
by Amon
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 ...
by Amon
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 ...
by Amon
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.
by Amon
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?
by Amon
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. :)
by Amon
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 ...
by Amon
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 ...
by Amon
Mon Feb 23, 2004 10:15 pm
Forum: Coding Questions
Topic: My little proggy temperature converter problems
Replies: 7
Views: 2128

thx for the replies.

@ebs

I was using optiongadgets, but i will double check. :)

The problem now is when I use getgadgettext to get the input from a gadget, after the conversion I would like to output the info to the user. Whats the best way of doing this? I have treid setgadgettext but because ...
by Amon
Mon Feb 23, 2004 4:17 pm
Forum: Coding Questions
Topic: My little proggy temperature converter problems
Replies: 7
Views: 2128

Ok, as a round up I have managed to set states with setgadgetstate() so that only one chk_box is checked at a time. :)

Now as far as the input goes, since im using numeric variables I cannot use getgadgettext() or getgadgetitemtext() as they deal with only text. o_O.

Ok, i can silently here you ...
by Amon
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 ...
by Amon
Sun Feb 22, 2004 6:35 pm
Forum: Coding Questions
Topic: dont understand windows event, please help
Replies: 4
Views: 1497

a 1000 thankyous. :D

Hi Larsg, how will i get on with PB ? I hope I can use it for all my app needs.

cya BC or here :)