1
vote
5answers
267 views
How to build an XML document in Java concisely?
I need to build an XML document from a Java object hierarchy. Both the Java classes and the XML format are fixed. So I can't use an XML serializer like XStream: it bases the XML …
0
votes
1answer
22 views
Ruby XML::Builder with hyphen in Element name
I'm trying to generate some XML using XML::Builder, but my element names need to have hyphens in it.
When I try I get undefined methods, with the element name being truncated at t …
1
vote
3answers
173 views
Need a GUI Builder for Tkinter / Python
Hello, I need a GUI Builder for Tkinter... was using something a couple of years ago, but I can't find it anymore (I remember something related to Komodo IDE, but perhaps I'm wrong …
0
votes
1answer
36 views
How to share constants between Interface Builder and the code ?
I wonder if there is a way to use constants in Interface Builder, in order to avoid manually setting the same color at different places for example (it could be a very tedious job …
0
votes
2answers
57 views
How do I prevent a Builder template from escaping a URL in an attribute value?
I have a Rails Builder template:
# in app/views/foos/index.xml.builder:
xml.Module do |mod|
...
mod.Content :type => 'url',
:href => foos_url(:bar => 'baz', …
0
votes
1answer
31 views
Sharepoint web application creation using the object model
I am using the webapplicationbuilder class to create a new web application and have found many articles that help with this, none however seem to specify how you designate the URL …
0
votes
2answers
37 views
Builder or some other pattern to always create instance in valid state
I have a very complicated setup of objects and each selection along the way limits or expands options available. I would hate to throw exceptions or to create invalid instance of t …
0
votes
1answer
19 views
Replace keystroke in Borland C++ Builder 6
Hi.
I must replace keystroke when user typing in TextBox.
When user type 123,456,789 text box must contain 123.456.789.
Please HELP.
1
vote
3answers
48 views
BUilding Flex project with unit testing on cruise control
Hi,
I have a flex application build with actionscript 3 on flex builder with unit testing on it using flexUnit4. I want to build this project on my cruise control and i don't kno …
0
votes
7answers
57 views
Good Site Builder
Hi,
I am currently working on a website and i kinda need something like a cms/site builder to be integrated int the site, but not very complicated.
for example let's say i have a …
1
vote
1answer
83 views
Flash Builder 4 BlazeDS Problem
Currently, I'm trying to develop a rich internet application using Flash Builder 4 Beta
In Flash builder 4 BlazeDS can be connected directly using Data menu.
However, I face this …
0
votes
0answers
38 views
Zend Amf for Flash Builder 4
I have created a flash builder 4 project and using the zend amf as the IDE suggests.
But now its time to test in a online apache enviroment.
It is any security risks?
Can i easily …
0
votes
2answers
127 views
Having trouble building c++ project in Eclipse CDT in OS X for a silly reason
I'm trying to build a very simple c++ program in eclipse and I'm getting a very silly error:
**** Internal Builder is used for build ****
g++ -O0 -g3 -Wall -c -fme …
0
votes
2answers
148 views
Rails XML builder with no pretty-printing (i.e. minified XML)
I am using Builder::XmlMarkup to produce data structures in XML format for a RESTful API server.
Recently, I discovered a bug where the pretty-printing from Builder::XmlMarkup pro …
0
votes
2answers
197 views
How to add values to combobox in C++ Builder?
I want to add values to combobox in C++ builder 6.
I know I can add string to combobox by string list editor.
For example, I have added this list to combobox:
car
ball
apple
bird …
