Randall O'Reilly
Randall O'Reilly
Add an additional RenderToSVG method to Node2D interface, and associated tree stack for calling it -- generates a nice SVG file of the gui, which can then be viewed /...
Every cell is a cell -- can't have an element that spans across multiple cells. HTML has such a capability, but specifying and managing it can get complicated quick, especially...
Straightforward but requires some timing and such -- might be simpler with a new Window-level synthesized event type? Not sure it would be used elsewhere but maybe.
See https://github.com/vulkan-go/vulkan/issues/43 and https://github.com/vulkan-go/vulkan/pull/62 for details. I could replicate the issue by just running c-for-go on the current vulkan-go/vulkan code. You could presumably figure out what is causing the problem...
just have to deal with JSONType coding issues. see node.go:2259
simplest soln would be to have a delimiter (e.g., ':' ) and put UniqueName:Name into name field of TypeNameList, and then use that. In giv.TreeView, under GoPi, we're swapping two...
when updated in a non-visible tab, then you click on the tab, and scroll. CCN sims/ch10/a_not_b ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation...
tricky bit is need to detect which ones to set -- non-zero? preferably an active toggle and defaults from the first selected item...
switch to interactive decode mode also, still need to add the auto-detect of separator -- wrote that for something else very recently..
currently missing. especially for nulls would be good to have.