Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.

ListView cannot handle String with ",". #340

Open
notalentgeek opened this issue Feb 19, 2016 · 1 comment
Open

ListView cannot handle String with ",". #340

notalentgeek opened this issue Feb 19, 2016 · 1 comment

Comments

@notalentgeek
Copy link

Hi Ian, I have a minor issue. Not really important, so do not bother yourself :)).

So I create a Popup object to display list from String array.
However the Popup list always treat "," as another array index (resulted in two different list index). Is this intended behavior?

Here I have two screenshots.
selection_003
selection_004
Check the last index from the String array. It always treat "," as another array index.

@notalentgeek
Copy link
Author

FYI, I did not have any clue on adding new entry in a popup list object.
Hence, I forked your lib and added
public function GetListObject(){ return _list; } in ListPopupContent.hx line 83 (https://github.com/NoTalentGeek/haxeui/blob/master/haxe/ui/toolkit/controls/popups/ListPopupContent.hx). So that I can add new entry in popup list.

I am not sure if this is related to my issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant