news from the "no vscroll on data grids front" Every time I repopulate the datagrid using an array, the datagrid loses its VScroll bar put arrayDecode(fld "personajesEncoded") into timelines set the dgData of group "personajes" of card "personajes" of stack "personajes" to timelines However, if I ed...
In a particular stack I have created, I cant place any group in another substack. I mean I can create groups. rename them, but if I move to any other substack, the option "place group" will never appear. Any hint?
Just to let you know I solver the problem by creating a new datagrid and repopulating it again. Now the vscroll is working. but maybe I will never know why it didn't the first time.
Sorry if the answer to this question is too obvious (it probably is) but I couldn't find an answer. How do I "manually" (i.e. not using code) scroll vertically a data grid? If I use the usual command set the vscrollbar of group "foo datagrid" to true Nothing happens, other than the fact that a white...
Thanks. Does it mean that there's no solution to the problem but to convert the array into a variable using a repertoire of delimiters before saving it to a file, and then turn again the variable into an array using the same repertoire of delimiters?
Hi all I seem to be unable to arrayDecode an array containing more than two "levels" put "one" into arrayBibliografia[1] put "foo" into arrayBibliografia[1]["one"] put "two" into arrayBibliografia[2] put "three" into arrayBibliografia[3] put "binfile:test" into nfile open file nfile for write get th...
I feel sometimes Live code doesnt treat Unicode characteres as it should. Here's an example. Vocals with acute accent have different codepoints for Modern Greek (monotonic) and ancient Greek (polytonic). That means, the same pair of accented vowel and acute accent has two different encodings. The co...
did you update the download on the other post? i would love to download it once its updated. its really helped me to understand how to do things more. Okay-- Here's the updated version, with the dynamic column names. 103 CRUD SQLite example 3.6.JPG Thanks so much. I think "status" should be between...
I have the geographic coordinates of a large collection of places on Earth. I am trying to determine which the area covered by each one of them. For example: GroupA: "35.4042","33.7833"; "35.4042","33.7833"; "38.3937","23.7931" GroupB: "38.4625","23.5907"; "35.4042","33.7833"; "38.3937","23.7931";"3...