Posts Tagged ‘control’

Printing and Segmented Control state

Posted in Apple on June 8th, 2010 by Saba – Be the first to comment

I have a view that has among other things a segmented control. In the printing code I want to print a string that represents the current state of the segmented control. However, whenever I query the segmented control with -selectedSegment in the print code, I get a value of 0. On the other hand, if I’m drawing the same view to the screen I get the correct index when I query for the selected segment. Has anyone run into this problem and found a work-around?

Thanks in advance.

Jim Merkel

Control Image Resolution in Generated PDFs

Posted in Adobe on June 4th, 2010 by Saba – Be the first to comment

I’m working on a project where we are using Generator to convert documents and images to PDF. One of the requirements is that the images be 300 dpi for printing. I’m converting a jpg image and the jpg is set to 300 dpi. I’m using preflight to test the images and they seem to be coming out at 72 ppi and the page size for the PDF is increased to to hold image. I did turn off the down sampling option in the PDF Image settings. I’m also going to have to deal with images embedded in other documents such as MS word. Does anyone know how to deal with this issue?

-Kelly

How to implement text input control in combobox?

Posted in Adobe on April 20th, 2010 by Saba – Be the first to comment

I want to implement text input control in combobox .Plz help.

Picker control

Posted in Adobe on April 20th, 2010 by Saba – Be the first to comment

How to implement picker control in flex. plz help.

How to implement picker control?

Posted in Adobe on April 20th, 2010 by Saba – Be the first to comment

Hi,

I think ColorPicker control is available in FlexBuilder. If you still don’t find then reinstall Flex.

Regards Gagan Deep

On 20 April 2010 10:40, biplab wrote:

How to implement picker control?

Posted in Adobe on April 20th, 2010 by Saba – Be the first to comment

I want to implement the picker control in my project.But I cann’t find it in the Flex builder. Plz help me to implement the picker control.

need help on Network admission control

Posted in Cisco on April 16th, 2010 by Saba – 5 Comments

Hi,

I need to deploy NAC for about 2000 agressive users on my network.

what is the most reliable NAC system to be deployed.

thanks

Adding reportviewer control to windows form within DLL? Is it possible?

Posted in Dot Net on April 8th, 2010 by Saba – Be the first to comment

Hi all,

I’m trying to create a series of DLLs for reporting — each DLL would contain a Reportviewer control (an RDLC) and code to implemenent the report data.

I’ve created a form within the DLL but when I place the report viewer control on the form, it does not “take” — the name of the reportviewer control appears near the bottom of the form design surface, but the control never “appears” in the design portion of the form.

Any thoughts or has anyone had problems trying to implement a reportviewer control on a form within a .DLL? Maybe it’s not doable??

Thanks.

Dave

Reportviewer control within DLL?

Posted in Dot Net on April 8th, 2010 by Saba – Be the first to comment

Hi all,

I’m trying to determine how to add a reportviewer control to a form surface in a DLL project. When I attempt to add the reportview control, it does not appear on the body of the form — just in space below it. As such, I’m not able to manipulate the control ON the form surface.

Is it possible to include a reportviewer on a form within a dll?

Any advice and samples would be much appreciated!

Thanks in advance!

Dave

Move delete control in custom UITableViewCell

Posted in Apple on March 31st, 2010 by Saba – Be the first to comment

I have a UITableViewCell with a custom backgroundView (for custom cell drawing). To make it look proper with my cell, I need to move both the delete disclosure indicator (the red circle with a white line through it) and the Delete button itself over a few pixels. How do I change the position?

Thanks_______________________________________________