Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
2k views

How to use two TSplitter with different aligns (Horizontal and Vertical)?

I have a form with three sections, and I want to allow the users to resize them as they please There is one section on the left (which take the whole height) and one on the right that is again cut in ...
4
votes
3answers
278 views

How to create splitter containing components?

I'd like to put some buttons between two resizable panels or directly on the splitter if possible. How do I achieve they will move along with the splitter; how do I anchor them ? Edit: Maybe the ...
4
votes
3answers
262 views

Why is my TSplitter in the wrong place?

I've got a dialog that's laid out something like this: --------------------------------------------- | | | CONFIG AREA | | ...
4
votes
5answers
2k views

WinForms: Alternative to SplitContainer?

Are there any alternative controls someone can suggest to replace the WinForms SplitContainer? I don't like how the SplitContainer shows that weird, dotted strip when its selected and when its being ...
3
votes
2answers
187 views

Delphi: align and visibility of splitter

There is a tree view, an align is left. And there is a splitter, the same, an align is left. The tree view is the first, the slitter is the second. If to do: TreeView1.Visible:=false; ...
3
votes
3answers
1k views

.NET splitter control display

I created a Winform in VB.NET, and I added a Splitter control to allow resizing of panels during runtime. My issue is that the splitter control is not apparent. I would like to make it appear in a ...
2
votes
0answers
27 views

Media or Video splitter Gem

Does anybody knows the list of Media Splitter.So that I can tryout. I only know the FFmpeg Media Splitter. Actually I need a gem and I am using Ruby on Rails.
2
votes
1answer
226 views

NSOpenGLView in NSSplitView

When i put an NSOpenglView in NSSplitView, a problem occurs while dragging splitter. The openGLView and SplitView are resizing asynchronously. i found a solution in apple mail list thread ...
2
votes
1answer
352 views

NSSplitView splitter pane change notification

Hello I need to implement four views splitters like in Maya, 3ds max, Blender or other similar modeling tools. I use NSSplitView on Mac side of my editor and I need to know when user drags one pane to ...
1
vote
0answers
164 views

NoSuchMethodError exception when using com.google.common.base.Splitter

I'm trying to use com.google.common.base.Splitter as follows Iterable<String> segs = Splitter.on("/").split("one/two/three/four/five"); for (String seg : segs) { System.out.println(seg); } ...
1
vote
2answers
177 views

How do I get a TextBox to fill a resizable column?

I'm trying to get a TextBox to fill the available space in a resizable column. The TextBox is part of a user control: <UserControl x:Class="TextBoxLayout.FieldControl" ...
1
vote
1answer
311 views

Telerik MVC Splitter jumping around

I'm trying to use the Telerik MVC Splitter. Completely loaded it looks very nice, but while loading the contained components are placed under each other making the layout completely messed up. Is ...
1
vote
1answer
166 views

Java resizing my splitter frame

I have a jDialog with a splitter inside it. One side has a tree while the other side has a frame. Whenever I use setVisible(false) to hide the frame, the splitter resizes to filled the entire screen ...
1
vote
1answer
692 views

J2ME String Splitter Counter

J2ME String Tokenizer: public String[] split(String toSplit, char delim, boolean ignoreEmpty) { StringBuffer buffer = new StringBuffer(); Stack stringStack = new Stack(); for (int i = 0; ...
1
vote
3answers
289 views

JSplitPane analogue for Delphi

Can someone point to good delphi component that is an analogue for java JSplitPane. I know about standard TSplitter in Delphi, but I sick and tied of using it.
1
vote
4answers
3k views

Java - how to match regex Pattern containing single quotes?

[EDITED - really sorry, the code I quoted was wrong - have changed the message below to reflect this. Apologies! Thank you for your patience.] I'm new to regular expressions and want to match a ...
1
vote
1answer
233 views

Split Containers without too many HWNDs

I need to arrange a few of my controls using split containers such that one split container is nested inside another. I find that each instance of the SplitContainer class is itself a Control and ...
1
vote
4answers
4k views

Web splitter control: where to get one

I have an ASP.NET web project that has a requirement to have a "splitter" like functionality in order to hide the left/right margins of a page. I would like to avoid frames and am not able to use the ...
1
vote
2answers
779 views

Splitting a already split pane (MFC)

In my MFC program I am using a splitter to create two panes. I now want to split one of these panes in half again and put in another view, can someone talk me through how to do it or point me in the ...
0
votes
0answers
4 views

resize the panel out side the visible area

i have one windows application with main panel and 2 sub panel separated with splitter ( horizontal)control, when i drag the splitter to bottom it allow me up to the form visible area only , i want to ...
0
votes
2answers
28 views

Controls inside splitter container paint issue on win7 x64 using CAB

I am using CAB and infragistics in winforms application, in a form I have some splitters and user controls with grids, buttons, labels... inside this splitters, when the form is opened in runtime, the ...
0
votes
0answers
67 views

Creating a Flex 4.6 Splitter Window

Does anyone know of a way to get a splitter window in Flex 4.5/6. It appears as though Adobe took out the ability to put a splitter in a hgroup/vgroup. Anybody with an idea on how to do it? Thanks. ...
0
votes
1answer
78 views

wxPython Splitter windows and Panels

I'm trying to construct a file selector using 2 GenericDirCtrl which display the files in the selected direcotry beneath them. My question is it better to place the splitter window as a child of the ...
0
votes
0answers
73 views

jQuery layout plug-in splitter/resizer: bug?

I'm using the jQuery layout plug-in. This is my initialization: var layout; $(document).ready(function () { layout = $('#content-wrapper').layout({ initClosed: true, west__size: ...
0
votes
2answers
125 views

How to resize jqGrid on splitter drag

I have some problems with implementing jqGrid with jQuery layouts. The problem is with resizing the grid on browser window resize. The height is working correctly but my problem is width. The grid ...
0
votes
1answer
105 views

How to remove the Horizontal Scrollbar for Jquery Splitter Plugin

I'm using this splitter for an app... http://methvin.com/splitter/ What i need is to remove de horizontal scrollbar, I need to always display the full list on screen. Yet, i do need to keep the ...
0
votes
0answers
14 views

control in panel1 appears when splitter is slighly move otherwised not

I am doing windows forms programming using C#.Net. I have user control consisting of a split Container and hence 2 panels. If I add (sat controlA) into panel1 of splitter container and ControlB into ...
0
votes
1answer
97 views

How to create a splitter in ATL/WTL?

I want to place the elements of my (resizable) dialog in one of two panes. How do I create a splitter for the panes, using WTL? I found CSplitterImpl and CSplitterWindowImpl, but I can't figure out ...
0
votes
2answers
314 views

dojo Expando pane content goes hidden when expanded

I have expandoPane which consists of some buttons. When I perform other operations in the project and then expand this expandoPane, its contents goes hidden and those are visble after resizing it ...
0
votes
0answers
169 views

jQuery Splitter Plugin - nested splitter wont dock

I'm using the splitter plugin from http://methvin.com/splitter/ and I have 3 columns - of which, the right column needs to be dock-able. Here is the Fiddle: http://jsfiddle.net/8tBvp/11/. The columns ...
0
votes
2answers
750 views

JQuery Splitter: How can I split left panel by default on page loading

I am using JQuery Splitter splitter.js, And on loading the page, I want to split the left panel closed / splitted by default. On loading a page I am not interested in showing left panel. How can I ...
0
votes
1answer
263 views

Dynamically re-size RadSplitter to displayed panes

Need to re-size the RadSplitter control on my WebUserControl to the total size of the displayed (not collapsed) panes. For instance, I have 2 panes displayed within a RadSplitter. Each of these ...
0
votes
0answers
107 views

vb.net set splitter pos depending on size of pictures in picturebox's in each panel

We have a splitter & in each panel we have a picturebox with a picture in each set to autoscale. At the moment the splitter is manually moved to give the best autoscale zoom of both images, but ...
0
votes
1answer
334 views

asp.net page vertical splitter panel - msdn style

I have downloaded the Splitter Panel Ajaxian ASP.NET WebControl on CodePlex. This is exactly what i need to implement in the project. The problem is there is no good documentation available and I am ...
0
votes
1answer
91 views

Flash Based Audio Splitter Control

Does anyone know of an existing flash (swf) based audio control that is available (free or commercial) that provides a timeline waveform visualization with the ability to select and play a portion of ...
0
votes
1answer
714 views

Splitter control (winforms)

I want the user to adjust the splitter... I have two sides in the winform: one shows the people and the other shows the details about them. I want the user to be able to move the spliter, to adjust ...
0
votes
2answers
217 views

Win32 Splitter Control

Of all the different controls that there are for Win32, is there any basic, lightweight Splitter/Splitcontainer control available (meaning one or two C/C++ files max)? I can't seem to find any in the ...
0
votes
2answers
694 views

Fix for jQuery splitter in IE9

Update: This issue is with regards to multiple pane splitter which was working fine in all browsers except IE9. The widths for the right pane children do not resize accordingly upon window resize. ...
0
votes
1answer
345 views

Insert a splitter (or expander) inside a gridview

I'm using Silverlight 4's gridview in my page, and I would like to have collapsible columns (to hide some rarely needed information). I had a look to DataGridTemplateColumn but it doesn't seem to ...
0
votes
1answer
520 views

jquery page splitter height to fit the user screen

i am using a jquery page-splitter plugin in an asp.net application, from here: http://methvin.com/splitter/ the structure of my page is as follows: // div1 holds the page header // ...
0
votes
2answers
614 views

How do I split a large MySql backup file into multiple files?

I have a 250 MB backup SQL file but the limit on the new hosting is only 100 MB ... Is there a program that let's you split an SQL file into multiple SQL files?
0
votes
1answer
499 views

jquery (or js general) splitter with dynamic height

There are some ready JavaScript (jQuery) splitters, but they require panels height to be set. The problem is, that my website doesn't support fixed height, it just can't. Other thing is that this ...
0
votes
1answer
230 views

setting a minimum allowed size for the panels of SplitterContainer

Greeting, in C# WinForms: I have a splitterContainer. and lets sat there is Docked to Fill TableLayout in SplitterContainer.Panel1 now when I move the Splitter bar, it can cover the area of each of ...
0
votes
2answers
158 views

Event that fires only when user moves the splitter?

I have a VB .NET form with a splitter control on it, and I want to save its position between program runs. I am currently handling the SplitterMoved event and storing the SplitterDistance. Then on ...
0
votes
1answer
138 views

omitEmptyStrings cannot be worked properly

I'm stuck in the middle. I'm creating wrapper class for com.google.common.base.Splitter. But the method omitEmptyStrings doesn't work properly. Please, give your awesome guidances to me. Here is ...
0
votes
1answer
189 views

Alternative to Frames splitters?

I keep reading about how bad Frames are. One feature I really like is how the user can drag a splitter to resize the frames. If I don't use frames, how might I go about providing the same feature?
0
votes
2answers
246 views

Problem with link styling failures in ASP.NET MVC

I have an ASP.NET MVC application that has a jQuery Treeview and a jQuery Splitter in it. There is a header at the top. Below that, the splitter is used to separate the space into two divs. The ...
0
votes
1answer
726 views

How to resize controls seperated by a splitter beyond their container panel size?

I've got a few UserControls on a panel separated by splitters. The containing panel is set to AutoScroll. Since the Splitter control takes its parent's size into consideration when it resizes the ...
0
votes
5answers
976 views

Two divs 50% each. Make middle draggable to make bigger or smaller

Alright everyone, is there a way to have 2 divs taking up 50% of the screen and have a bar in the middle so you can drag it and make the left 40% and the right 60% and vice versa. I hope to be able ...
0
votes
3answers
468 views

Splitter Controls for VB 6.0

I need a good splitter control for my project. Does any one have one?

1 2