Skip to content
Prev 49 / 1236 Next

[R-gui] Another R-GUI

Yes, I totally agree.
I personally would however vote against allowing attributes like font="Helvetica" at all. There really is no need to have different dialogs in the same app to use different fonts. The application may decide to use Helvetica for this and Courier for that, but for something to be shared across different applications, specifying fonts does not make much sense.
Here, I agree again. Chances are my app will stay on the lower end of layout-features...
Hmm. Now I really do think, we're talking about something different. In my framework a user would not want to and would not be able to derive from anything. The XML-files I'm proposing would be much like HTML in some ways. You can use this widget or that and potentially get a bit of scripting, but how would the user (i.e. the plugin-writer) be able to derive from anything? After all, in my case it's the app that somehow has to makes sense of the plugin, not the user writing the whole application, so the application would need to know beforehand, what widget A provides and what widget B can understand.
Perhaps you can provide a (rough) example of how and where this would be used?

Thomas