E. H. Rast

Results 12 comments of E. H. Rast

That's a pity, although I understand the worry about dependencies. AFAIK, IUP Scintilla is the only way to get styled text / rich text editing, a basic functionality needed in...

Using a checksum shouldn't be necessary unless this is supposed to be safe for direct image manipulation, too. Shouldn't it just involve a pointer comparison otherwise? I agree setting a...

I've found a crazy workaround that illustrates the fantastic flexibility of Go and this framework. First I define the word wrap callback: ``` // the word wrap callback parameterized for...

Quick update, in case someone is interested. I found a workaround. It's hard because imgui and therefore GIU does not render _any_ other newline-like unicode character as a new paragraph,...

Must be a platform issue then. It's 100% reproducible on my Linux Mint 20 Cinnamon, which is based on Ubuntu 20.04. I'm currently using the nouveau drivers. Here is some...

Some more info: ![GiuBug2](https://user-images.githubusercontent.com/29521722/160631931-d7d20c08-19bb-4da8-be1e-4950b02b790c.png) ![GiuBug3](https://user-images.githubusercontent.com/29521722/160631954-1cedbc59-c65b-4f02-a1cd-14ce76692a0d.png) Could it be the text scaling factor of 1.2? I'll test and report back.

It's the text scaling factor. If I set it to 1.0 the window size is as requested. How do I take this into account when saving and loading the window...

It allows the data to be passed but returns 0 later. Maybe I really don't understand how to use this attribute. I set the data as follows after adding a...

Thanks, that reply was very helpful. Since `user` is 0 in my tree, this confirms that there is no problem with user attribute but that I cannot use `LASTADDNODE` in...

That seems to be what I need. Adding support for this would be helpful. I'm not 100% sure though because my problem seems to be knowing the right ID when...