Re: GUI text input dialog with few lines

2023-10-28 Thread Adam D Ruppe via Digitalmars-d-dwt
On Monday, 23 October 2023 at 16:50:08 UTC, Felipe Lema wrote: Hey, I know this is stretching it out, but ... how can I do "Ctrl-v" to paste the clipboard content? Ah, sorry, I missed this - I don't follow this forum daily (it was pure coincidence your first message came in when I happened

Re: GUI text input dialog with few lines

2023-10-20 Thread Adam D Ruppe via Digitalmars-d-dwt
On Friday, 20 October 2023 at 20:43:21 UTC, Felipe Lema wrote: I don't mind using any or other GUI framework, but I do aim to have a windows-exe-with-as-few-dlls-as-possible My minigui.d can do this fairly easily: ``` import arsd.minigui; void main() { // need to define the data you

Re: A D frontend for GUI libraries.

2022-07-13 Thread Adam D Ruppe via Digitalmars-d-dwt
On Sunday, 10 July 2022 at 08:05:07 UTC, Andrew wrote: Well, I suppose you could possible do it by making a native API available for the Java Native Interface, but this is entirely unfeasible and not worth the effort It is quite easy for a lot of things - my jni.d can generate D bindings