combobox + edit box

fa1thDEV

Baron
Customer
Hello, what would be the correct way for the combo box to display a list of items and for us to be able to enter a quantity in the edit box?

The problem I'm having is that I tried it, but I get a “currency item” or “incorrect item name” error.

1764377937807.webp
 
You cannot make several variations in one, because you pass to the bypass handler either from one box or from the second, it will work correctly only if you pass two at once.
The problem is not with the boxes, the problem is with your code.
 
You cannot make several variations in one, because you pass to the bypass handler either from one box or from the second, it will work correctly only if you pass two at once.
The problem is not with the boxes, the problem is with your code.
I haven't seen any examples in server.jar or scripts.jar to give me an idea, but I ended up copying the “create item” logic and it worked for me

It's different and another way, but it's a good alternative
 
I haven't seen any examples in server.jar or scripts.jar to give me an idea, but I ended up copying the “create item” logic and it worked for me

It's different and another way, but it's a good alternative
If it worked well, you wouldn't be creating the thread. I replied with what your problem is.
 
Back
Top