melron Posted February 4, 2017 Posted February 4, 2017 (edited) Hello guys, [iL client] Is that possible in a combobox to add space ? example: Edit: when u want petition the combobox have normaly spaces.. <combobox width=250 var=test list=first;second;third;> is : now if i want to add items like : "First one" for example... the code: <combobox width=250 var=test list=First one;Second one;Third one;> is : I dont think im doing something wrong... Things i tried: html replace from First to "First one" , same results. Instead of space adding as replace but since it have ";" it stop there, reading new item.. Edited February 4, 2017 by melron
0 SweeTs Posted February 5, 2017 Posted February 5, 2017 (edited) Nop, you can't add space between words, I believe. Edited February 5, 2017 by SweeTs
0 Rewoked Posted February 5, 2017 Posted February 5, 2017 Check with " " , i think maybe you have a chance
0 'Baggos' Posted February 5, 2017 Posted February 5, 2017 You can have a syntax like second_one but no second one. Combobox can't read the spaces between words. Also, you will need bypass for combobox. (In case you do not know it).
0 melron Posted February 5, 2017 Author Posted February 5, 2017 (edited) You can have a syntax like second_one but no second one. Combobox can't read the spaces between words. Also, you will need bypass for combobox. (In case you do not know it). Ofc i know it.... I made this topic because i saw how petition combobox works and i confused... Edited February 5, 2017 by melron
0 Elfo Posted February 5, 2017 Posted February 5, 2017 These values at the petition box aren't in a html file but in the client. Try non breaking space.
0 melron Posted February 5, 2017 Author Posted February 5, 2017 These values at the petition box aren't in a html file but in the client. Try non breaking space. Alright thanks...
0 SweeTs Posted February 5, 2017 Posted February 5, 2017 As Elfo said, those are read from client. :P I guess can be locked.
Question
melron
Hello guys,
[iL client]
Is that possible in a combobox to add space ? example:
Edit: when u want petition the combobox have normaly spaces..
is :
now if i want to add items like : "First one" for example...
the code:
is :
I dont think im doing something wrong...
Things i tried:
html replace from First to "First one" , same results.
Instead of space adding as replace but since it have ";" it stop there, reading new item..
Edited by melron7 answers to this question
Recommended Posts