Search found 2 matches

by DoerrSt
Fri Jun 02, 2023 12:48 pm
Forum: Coding Questions
Topic: GetGadgetText / AddGadgetItem not working with EditorGadget?
Replies: 3
Views: 2377

Re: GetGadgetText / AddGadgetItem not working with EditorGadget?

Thank you! That works properly :D

I didn't get getgadgettext (which I tried first) up and running too and fround the example at https://www.purebasic.com/documentation/gadget/editorgadget.html but for sure it could be that it only works with purebasic where I own the full-version.

Anyway, it's ...
by DoerrSt
Fri Jun 02, 2023 11:32 am
Forum: Coding Questions
Topic: GetGadgetText / AddGadgetItem not working with EditorGadget?
Replies: 3
Views: 2377

GetGadgetText / AddGadgetItem not working with EditorGadget?

Hi,

I am playing around with the EditorGadget and having some issues with setting and getting the text of it. But I am having some issues with the control. To test what I do wrong I used the following code from the documentation:

If OpenWindow(0, 0, 0, 322, 150, "EditorGadget", #PB_Window ...