Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
1k views

Custom preview for open dialog using Delphi

I need to preview several CAD formats in the file open dialog box in Windows 7 / Vista. In the past I used a Delphi Preview Open Dialog and I could register and implement the CAD format that I had to ...
2
votes
5answers
426 views

How can I close an empty pane in Eclipse

I often end up with lots of empty panes in Eclipse that can only be minimized but not destroyed. How do I close these? Update: In this screenshot you can see two minimized on the upper left and ...
1
vote
1answer
55 views

Emulating a movable divider: Need to disable default dragging

I am using html5 + css3 + javascript to make gui applications. I am trying to emulate a structure where a widow is divided into two sections with a movable pane in the middle. As the user drags the ...
1
vote
1answer
88 views

'accept_position' signal not getting called in Ruby/Gtk2

I'm creating a application with panes in Ruby/Gtk. When the panes are resized, I need to do some stuff. But I cannot figure out which signal to use. I think it is 'accept_position' - but it don't seem ...
0
votes
0answers
15 views

Automatically activate a preference pane when USB mouse is connected

The preference pane I want to activate is Smart Scroll, which enables smooth scrolling, etc. The problem is that I don't want it activated when I'm just using the trackpad, as Apple has already ...
0
votes
0answers
59 views

Jscrollpane error on Internet Explorer

I´ve been searching for a while but don´t find anything related with taht issue: In all browsers this page is fine displayed, but in IE7 & IE8 the content turns crazy. Some text goes outside the ...
0
votes
0answers
118 views

Disabling a CButton on CPaneDialog

I am trying to disable a CButton on a CPaneDialog. My project setup is as follows : Visual Studio 2008 Visual C++ / MFC Application with the Multi-documents project template main app class inherits ...
0
votes
1answer
58 views

Scrollbar not working in Scrolled Pane populated with long listboxes

I have a Scrolled Pane which is then populated with a series of long listboxes to make a chart. The scrollbar on the bottom works perfectly, but the scrollbar on the right hand side indicates that ...
0
votes
1answer
239 views

Change Content Pane in JFrame

I've seen a few examples of this, and I've tried with the following code. I'm trying to change the content pane when portraitB is selected and then run the other class file. //imported java ...
0
votes
0answers
166 views

Adding multiple content panes to a content pane [closed]

Anyone know how to add many content pane to a content pane? I have many widget in each content pane. Is there a way to add them into a content pane?
0
votes
1answer
697 views

Dojo accordion container programatically display grid when collapsed

I started learning Dojo yesterday, so please excuse my ignorance... My expectation is to create an accordion dynamically and show a grid in the content pane of the accordion. To do that I create the ...
0
votes
1answer
180 views

Pygtk: Disable moving separator in a gtk.Paned (HPaned/VPaned)

Is there a way I can stop the user from dragging around the separator in a gtk.Paned? I don't want to disable it completely... if any child resized or set_position() was called, the separator should ...
0
votes
2answers
350 views

Drupal Ubercart - Shipping Quotation pane not showing

I got this working before, but recently it stopped working. I have a shipping quotation pane on my cart page. I updated the jquery_update module and did a few other things. The shipping quotation will ...
0
votes
1answer
44 views

IB: Where is the Bindings Pane

Cocoa newbie here... I know this sounds stupid but I can't find the Bindings Pane in Interface Builder. I have the latest xCode( 3.2.3 ) but tried with other versions too, still the same. The Tools ...
0
votes
2answers
929 views

Refresh layout of dijit.layout.ContentPane

I have a dojo TabContainer that has a BorderContainer child, with a left region and a center region ContentPanes. -TabContainer -BorderContainer -ContentPane (left) ...
0
votes
2answers
2k views

How to close dynamically created CDockablePane windows?

In my MFC (Feature Pack) application one can dynamically create docking panes to display charts/tables etc. However, I don't want to let the user open the same thing twice. I create a pane like this: ...
0
votes
1answer
1k views

XtraCharts Panes - Control Axis labels in code

I am adding series and panes to a Developer's Express Chart Control in code on a windows form application. I would like to only show the x-axis labels for the first pane. The showInPanes property is ...