Developing web sites that imitate desktop apps. How to fight that paradigm? [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. Supposse there’s a company where web sites/apps are […]
What is a proper way of building Winform apps with multiple “screens”
What’s a proper way of building a Winform app that has multiple ‘screens’? For example, I’m trying to write a small backup program (mainly for giggles), and I’ve been dumping controls and containers onto the form.
How do you take into account usability and user requirements for your application? [closed]
Closed 9 years ago.
Other than XML, what are some examples of “coding” a GUI design?
I’ve been trying to think outside of the box as to how desktop GUIs can be designed in code(not a graphical designer!). I’ve come across basically three ways this is done:
What must I take into consideration when designing a UI around a 0..1:1 relationship?
I’m designing the database schema for a new product feature. In my current design I have some related optional data. Rather than have nullable fields I have a separate table with a 0..1:1 relationship to the main table. I chose this design because the queries are simpler* if null data doesn’t have to be taken into consideration.
What must I take into consideration when designing a UI around a 0..1:1 relationship?
I’m designing the database schema for a new product feature. In my current design I have some related optional data. Rather than have nullable fields I have a separate table with a 0..1:1 relationship to the main table. I chose this design because the queries are simpler* if null data doesn’t have to be taken into consideration.
What must I take into consideration when designing a UI around a 0..1:1 relationship?
I’m designing the database schema for a new product feature. In my current design I have some related optional data. Rather than have nullable fields I have a separate table with a 0..1:1 relationship to the main table. I chose this design because the queries are simpler* if null data doesn’t have to be taken into consideration.
UI development approaches for high frequency data
I have a HTTP SSE endpoint that will be streaming data at around 1ms frequency. This data is a JSON payload that needs to move dial gauges, plot lines, etc. on a dashboard. Assume close to dozen or so widgets on dashboard that need to refresh at 1ms frequency. I have tried Node-RED dashboard. I noticed that, at 1ms, only one dial gauge refreshes and others freeze.
Is it fine for a class that creates objects to delegate them?
I have a large list of intercommunicating components; so I decided to have one class create all of them and then subsequently delegate them to other classes to facilitate finer tweaking and wiring together.
Is it fine for a class that creates objects to delegate them?
I have a large list of intercommunicating components; so I decided to have one class create all of them and then subsequently delegate them to other classes to facilitate finer tweaking and wiring together.