builder

Flex (Flash Builder 4) modify image, keep quality

I'm writing an simple application for users to upload an image, modify it and save it back to the HD. Because most images are bigger than the image view of the app, they are scaled to fit. When te image is modified, it will be saved to the disk. At this point the quality of the image is bad. Is it possible to scale an image for displ...

Using Flash Builder to create a collection of AS3 classes

How can I set up a project in Flash Builder for creating a collection of classes that is not an application by itself? When creating an Actionscript project it forces having a main application file, as well as sets up the whole bin-debug folder and such. For instance, if you wanted to start coding something like Tweener, Papervision, or...

UI Builder fo CSS Framework

Hi! Did anybody knows any opensource "UI Builder" (based on javascript or adobe air or something else) for any CSS Framework or own? Thanks! ...

using interface builder to configure and instantiate UI objects (but not display them in view)

Hello, I'm working on my first iOS app. I haven't had a problem using interface builder in the standard way. I want to use interface builder to configure and instantiate a button, but not add it to a view (because I want to add the button to a navigation bar, which is created in a different nib). I tried to simply add the button (a seg...

Application crashes while doing AlertDialog.Builder create() method - Android

Hi. I am testing my application on an LG Eve phone. I have an application that tries to download something from the web, and when it throws an exception, it is supposed to launch an alertdialog saying that there was an error. When the phone has no wifi signal, the program crashes at builder.create() (see code below). However, when there...

jQuery AJAX Form Builder

I need some really stellar AJAX example forms. I want to build simple but great 2 column forms with a dynamic form builder. This is one example but want one that is very easy to use and that I can move rows up and down and is very flexible to code in. ...

highly customized UIs in Cocoa - Interface Builder or not?

Ive been working with some guys on a highly customized UI for a Cocoa app as well as a few for iPhones. Am I the only one who is starting to see interface builder as a cludge? Its good for standard components and simple apps.. but the moment you get more deep and complex and customized it becomes painful fast. Is it better to for in...

How to call Stored Procedure using Report Builder 1.0?

I'm using SQL Report Builder and I would like to call the stored procedures that were already built. SSRS allows me to do this but since the company's requirement is to build a report model to allow users to do their ad-hoc reports, I need to find a way to include these stored procs written to populate some of the tables. Can anyone ple...

Objective-C TableView Select Item Troubles...

Hello! I'm having trouble having my app respond when an Item is selected in the table view. I'm running everything from my app delegate (the table functions that is like dataSource and TitleForHeaderAtSection etc) which are all being called fine. However it is not calling my selection method when I tap on a item in the list. I even put ...

keylogger builder

Hi ive made a keylogger in C#. But it is only the server file. So if i want to change my email to where the logs will be sent, i need to manually edit the code and then recompile. Question: How do I make it such that it is sort of a keylogger builder. Where i can enter the email address/password, logs interval in textboxes.Then when i ...

flex builder 3 plugin error files

hi , where does Flex builder 3 plugin output error messages? I'm trying to import wsdl however i keep getting an "unable to load wsdl" message. Ive tried creating a trusted certificate in the jdk cacerts file however no success and could do with seeing what is actually the problem. I have looked under the Program Files/Adobe/Flex Build...

iPad Interface Builder Localization Problem

I have 3 .xib files, two were generated by Xcode (mainWindow.xib, DetailView.xib) and I created one (WordSearchViewController.xib). I selected "Make Localizable" from the Get Info window in Xcode. I then dragged the xibs in Xcode to a group named Resources. I ran the app in the simulator and it worked. HOWEVER, anytime I change something...

Multiple XIBs same File's Owner

I am trying to create a two view, single controller application as follows: I have two XIB's. Each with the same File's Owner. As a test, I have placed a UILabel on each XIB. I have connected the File Owner to the UILabel in each XIB. The outlet property is the same. When I instantiate the nib using loadNibNamed I also set the 'owner' ...

problem with properties of IB plugin object

Hello I have some object witch I represent in IB Plugin. It is controller object with some properties; For test this object I do next: 1 in IB I set value of properties un Inspector View (it is work); 2 I bound my Object from IB to another object using 'New Referencing OUTLET' 3 Now I want saw some value witch I set of my obj from...

Include a ColdFusion report template in another ColdFusion report template

Is there a way to include/wrap PDF data generated from a ColdFusion template inside another ColdFusion template, or a cfdocument tag? I'm working with a system that has generates lots of different reports, some are generated from .CFR templates, others are created by cfdocument/cfdocumentitem tags with HTML inside. What I need to do is...

Flash Builder 4 not detecting code changes.

I'm new to flash builder and am using FB4 now. I was doing some simple flex coding with the webcam...and then i made an error and the debugger displayed the error TypeError: Error #1007: Instantiation attempted on a non-constructor. at Camera1/init()[H:\Flash\Flash Builder Workspace\Camera1\src\Camera1.as:35] at Camera1()[H:\Fla...

How to import function handlers from other file to a Python/GTK Builder program?

I have a Python script which uses a glade file to define its UI, and has a lot of repetitive widgets, each one to adjust a different numerical attribute of a certain active object. Since it is repetitive, I decided to define all the handlers in a separate file for encapsulation and readability. Here are some code excerpts: The main file...

Connect a UILabel in Interface Builder and XCode?

I am trying to do something as simple as add a Label to a View in XCode and IB and I can't figure out how to do it. All the samples I find online are for older versions of IB so the directions aren't correct. I have a label on my .xib file, in my Controller.h file I have an IBOutlet UILabel declared with a Property set up. In my Contr...

Complex queries with JPA criteria builder.

Can some one suggets me how to build up following query using JPA Criteria builder api. SELECT id,status,created_at from transactions where status='1' and currency='USD' and appId='123' order by id Its better if i can find a solution which creates dynamically based on the parameters given as a map using metamodel classes or any ot...

Interface Bulder and XCode: change color of a view "top bar"

Hi, I have a couple of views in my iPhone app. each view shows a "top bar" in blue, I haven't added a "Navigation Bar", simply edited what's on the inspector "View Controller" section and gave it a title. (this section: http://img69.imageshack.us/i/schermata20101001a22014.png/) Is it possible to change the color of this bar that'a autom...