Tagged Questions

1
vote
1answer
46 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
26 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
35 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
23 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 …
1
vote
3answers
40 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
1answer
14 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
7answers
53 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
56 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
2answers
114 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
0answers
31 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
158 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 …
0
votes
2answers
128 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
45 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', …
3
votes
5answers
256 views

Why doesn’t Bloch’s Builder Pattern work in C#

Consider a verbatim copy of Bloch's Builder pattern (with changes made for C#'s syntax): public class NutritionFacts { public int ServingSize { get; private set; } public int …
0
votes
1answer
109 views

Wrapper library - Builder vs Factory with POCO

I'm stuck between a rock and a hard place at the moment trying to decided on a good API layout for a .NET COM wrapper project I am working on. This is mainly a design problem and w …

1 2 next
15 30 50 per page