Tagged Questions

1
vote
1answer
35 views

Is there a language and platform agnostic declarative GUI language that isn’t XML?

Basically, I'm looking for a least common denominator declarative GUI language that would be perfectly suitable for rendering with JavaScript to HTML/CSS, with Python to wxPython a …
0
votes
1answer
34 views

Problem with declarative statement at asp.net 2.0

Hi guys, wanna ask you for help. I am bit lost with declarative statement in asp.net 2.0. I want add specific class "selected" or "noselected" for A tag when current path is e …
2
votes
3answers
93 views

User Interface Markup Language pros and cons…

I learnt about some declarative UI languages such as XUL for Mozilla/Gecko and HTA for Microsoft at Wikipedia. What would be the advantages/disadvantages of these markup lang …
1
vote
4answers
967 views

ASP.NET masterpages: how to insert markup in the head section inside the aspx?

I know I can access the head section of a page which uses a masterpage programmatically this way (in code behind): This is only an example (I'd like to insert scripts and styles e …
1
vote
1answer
95 views

Dictionary of tags in declarative SQLAlchemy?

I am working on a quite large code base that has been implemented using sqlalchemy.ext.declarative, and I need to add a dict-like property to one of the classes. What I need is the …
3
votes
10answers
362 views

Best way to explain declarative fallacy in C++?

Is anyone willing to help me craft a good explanation of why the following code is not correct, in that the author is attempting to write C++ code declaratively rather than procedu …
5
votes
8answers
238 views

Tips for grokking declarative programming languages?

Question As stated, have you any tips to help grok / understand / get-your-head-around declarative programming languages? Or is it simply a case that you’ve to immerse yourself i …
21
votes
9answers
2k views

Very simple, terse and easy GUI programming “frameworks”

Please list GUI programming libraries, toolkits, frameworks which allow to write GUI apps quickly. I mean in such a way, that GUI is described entirely in a human-readable (and h …
0
votes
1answer
70 views

How can I represent business rules in Excel financial models?

I'm creating a "one-period" financial model in Excel - that is, a model where the formulas are consistent in each column, so you can copy/paste/extend them as desired. I'm breakin …
4
votes
2answers
91 views

WF, WCF and Declarative Services (or: What does Microsoft mean by “declarative”?)

I've made this Community Wiki because some may think it's open to debate and others might think it's a question of using words to mean what they really mean (in other words, it's a …
5
votes
4answers
180 views

Shortcomings with Declarative Programming

Hey all, I've been reading through previous posts on declarative programming and I think I understand the underlying concepts. Could anyone describe some declarative programming …
2
votes
2answers
445 views

OSGI Declarative Services (DS): What is a good way of using service component instances

I am just getting started with OSGI and Declarative Services (DS) using Equinox and Eclipse PDE. I have 2 Bundles, A and B. Bundle A exposes a component which is consumed by Bund …
0
votes
0answers
31 views

Raise MouseButton.Middle in “Click” evenf for a button

I have a button, and when I click on it, I need it to peform as if I have just clicked the scroll wheel on my mouse. Is this possible? <Button x:Name="centreButton" Click="perf …
8
votes
7answers
312 views

Generic Declarative Expression Builder in PHP

Folks, I'm looking to build a piece of PHP5 UI that I'm pretty sure is common to a bunch of applications. Basically, it's an expression builder that allows users to specify expre …
14
votes
10answers
666 views

suggestions for declarative GUI programming in Java

I wonder if there are any suggestions for declarative GUI programming in Java. (I abhor visual-based GUI creator/editor software, but am getting a little tired of manually instanti …

1 2 next
15 30 50 per page