Mind if I just cram a bunch of unrelated topics into a single thread? good!
trying to populate a combobox with .snaps from a directory.
`combobox bounds(200, 20, 200, 30), populate("*.snaps", "Directory"), channelType("string"), colour(30,30,30,0), highlightColour("52, 152, 219,100"), fontColour(40,40,40)`
there’s a .snaps file in that folder but cabbage still loads the default location there the .csd is.
If I change the filetype to something else (i.e. “*.txt”) it works correctly, populating the txt files in the specified folder.