Questions tagged [splitter]

Splitters are special windows/controls that are used to split another window/frame to subwindows. Usually splitters can be dragged so the subwindows are resized.

245 questions
0
votes
1 answer

How to chain a router after a custom splitter in Camel

I would like to pluck documents from a JSON payload and send them to different processors based on their location. JSON: { "email" : { "documents" : [{ "name" : "Document 1", "id" : "1111" },…
user897210
  • 109
  • 6
0
votes
2 answers

Spring Integration: Splitter exception causes subsequent messages to abort

I have the following configuration, where Im trying to process a list of messages that are split by a splitter. The problem Im facing is that an exception in one of the individual message processing causes all subsequent messages to NOT process. Is…
PhilJ
  • 3
  • 3
0
votes
1 answer

How to have a TextBox control fill a Split Container panel?

I am running Visual Studio 2010 Professional (10.0.40219.1 SP1Rel) with no updates showing in Windows Update. When I drop a TextBox control into a Split Container panel, make it Multiline, then Dock in Parent = Fill, it shrinks down to 1 pixel wide…
Jay Imerman
  • 4,475
  • 6
  • 40
  • 55
0
votes
1 answer

WSO2 splitter giving exception

I am having a request splitter in WSO2 ESB, but if i send 4-5 messages i am able to get proper response. if the request is having lets say around 10-15 messages i am getting unhandled exception saying. 2014-09-09 13:02:50,548 Uncaught exception …
Fanish
  • 27
  • 5
0
votes
1 answer

what is the method used for getting all the elements(substrings) in iterable.. as we get first substring with iterable.iterator().next();

This is my code: a1 = Splitter.fixedLength(4).split("goodgirl"); System.out.println("a1=" + a1); a3[1] = a1.iterator().next(); System.out.println("a3[1]=" + a3[1]); When I use Splitter class from Guava library, my string i.e. "goodgirl" gets split…
mkr
  • 1
  • 2
0
votes
2 answers

Mule splitter using regex returned no results

I'm trying to split a csv file on lines. For this, I've tried alternatively with the following splitters on my flow:
Andres
  • 10,561
  • 4
  • 45
  • 63
0
votes
1 answer

Splitter conserving size

I try to do a splitter like this one using 'JQuery UI': jsfiddle.net/8qzTJ/ HTML
JS: $(function () { …
LightBen
  • 95
  • 1
  • 12
0
votes
2 answers

Alternative to splitter in mule

I have a payload that is repeating which is like below:- .. .. I have a sequence of steps that I to execute for each Test object. Please let me know on how to use…
0
votes
3 answers

Kendo UI Scheduler scrolls up automatically in IE when click slot

I'm using Kendo UI Scheduler component with a vertical Splitter component. The screen is separated vertically through a splitter component, in the top panel there's a scheduler component and in the bottom panel, there is a custom form. When I click…
Joan Gerard
  • 135
  • 6
  • 17
0
votes
0 answers

One Splitter to resize 4 panels jQuery

I want to do the following: "+" in the center is splitter, which can move both directions, with this "+" you will be able to resize those 4 panels at the same time or hide 2 of them etc. I'm new in js and jQuery, can you please give me some tips…
0
votes
1 answer

width of splitter using dojo containers

I am using dojo containers with the splitter. As far as I can tell, the splitter is either true or false. My customers are having a hard time grabbing the splitter. I'd like to make it a little wider. But I don't see any way to control the…
user1327390
  • 131
  • 1
  • 2
  • 7
0
votes
0 answers

Horizontal splitter bug

Stating with a well know vertical slitter based on query resizable widget, I have tried to make it into a horizontal Splitter. However Something is wrong and I really can´t see what it is. It´s probably just something I overlooked, but help is…
Asle G
  • 568
  • 7
  • 27
0
votes
3 answers

Simple 100% CSS Height example not working, can someone help please

I have a very simple CSS 100% example, that logically as I understand it, should work, but doesn't. Can someone please explain why? HTML:
title
user2109254
  • 1,709
  • 2
  • 30
  • 49
0
votes
1 answer

wxpython : how to use Spiltter inside the panel with controls?

class PageOneOne(wx.Panel): def init(self, parent): wx.Panel.init(self, parent) splitter = wx.SplitterWindow(self, -1) t = self.control = wx.TextCtrl(splitter, 1, style=wx.TE_MULTILINE) self.lc = wx.ListCtrl(splitter,…
0
votes
1 answer

resizing the ContentPane

I have a sidepanel (query form), a center panel (a map), and a bottom panel that has a height of 2%. When a query is done on the side panel, I'd like the bottom panel to show up (height = 30%) with the results. I am using the BorderContainers. I can…
user1327390
  • 131
  • 1
  • 2
  • 7