0
votes
2answers
19 views
External Content with Groovy BuilderSupport
I've built a custom builder in Groovy by extending BuilderSupport. It works well when configured like nearly every builder code sample out there:
def builder = new MyBuilder()
builder.foo {
"Some …
0
votes
1answer
27 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 the hyphen
…
1
vote
3answers
259 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).
Please don't …
0
votes
1answer
32 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 or the application, …
0
votes
2answers
39 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 the object.
So, I …
0
votes
1answer
22 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.
0
votes
1answer
41 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 sometimes...)
…
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 few templates and …
1
vote
3answers
51 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 know how?
0
votes
0answers
48 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 move or hide the …
1
vote
1answer
97 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 problem where the …
0
votes
2answers
62 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
2answers
139 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 -fmessage-length=0 …
0
votes
2answers
223 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
I want behind …
0
votes
2answers
166 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 produced an element …
