Tagged Questions

0
votes
0answers
20 views

Rails XML Builder - Code refactoring

I have written the following code in my Rails app to generate XML. I am using Aptana IDE to do Rails development and the IDE shows a warning that the code structure is identical in both the blocks. …
-4
votes
6answers
31 views

creating Online form builder

Is it possible to create clone of the site http://jotform.com/ using asp.net I tried using jquery and asp.net, Creating the user interface is okay, but i'm stuck in managing the backend e.g. the …
0
votes
1answer
29 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 …
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 …
1
vote
3answers
260 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
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...) …
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
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
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
7answers
60 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 …
0
votes
2answers
140 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
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.
1
vote
1answer
99 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
229 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 …

1 2 next
15 30 50 per page