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
2 answers

How do you split XMLs in mule? splitter?

Im a bit new to splitting XMLs, Can you help me create multiple XMLs from one input? do I need to use splitters? XSLT? also, can i plud in the message id in the xml as well? Input
Paul D.
  • 181
  • 2
  • 16
0
votes
0 answers

need some kind of fragment slider widget

The following XML allows both a Streetside view and a map to be displayed on one of the pages of my ViewPager...
Dean Blakely
  • 3,535
  • 11
  • 51
  • 83
0
votes
1 answer

How to make horizontal splitter with jQuery UI Resizable()

Horizontal line / handle, that once clicked and dragged, makes upper div decrease in size while bottom div increase, and vice versa. The idea is to implement a similar splitter to the one present on JSFiddle four windows interface.
Lombas
  • 1,000
  • 1
  • 8
  • 24
0
votes
3 answers

Processing files line by line in mule

I have a requirement in my project to process a csv file line by line. Each line of csv is going t call a rest api, get data from the api and build output payload and finally write a file. So suppose I have 10 lines in the csv file, each line will…
mule-user
  • 223
  • 5
  • 22
0
votes
3 answers

File Merging in Java with .00x extension

I am currently practicing with splitting and merging a file. I found a piece of code on the web authored by a "krishna" with split and merge classes. The splitter worked like a charm, and I did some modifications to make it work the way I like it.…
rfovaleris
  • 23
  • 1
  • 1
  • 3
0
votes
0 answers

Bootstrap and resizable splitter

I am new to Angularjs and Bootstrap ad been trying hard to get the resizable splitters to work. I have sidebar which is collapsible and 4 grid text area. I need to have horizontal and vertical splitter so that the user can resize. I…
SDS
  • 457
  • 5
  • 17
0
votes
1 answer

Custom Spring Integration Splitter throwing error

Hi I am Trying to extract multiple messages from a single message and split those into multiple messages using a splitter element. But my Splitter is throwing the below error 2015-10-26 15:09:06,257 [[ACTIVE] ExecuteThread: '0' for queue:…
Yauza
  • 180
  • 1
  • 13
0
votes
1 answer

UnicodeDecodeError: 'gbk' codec can't decode bytes for Chinese

Environment: - Mac OS Yosemite - Python 2.7 - The file file that I am reading is saved in txt format So I have a script to segment Chinese text into sentences and below is the code: # coding: utf-8 cutlist ="。!?".decode('utf-8') def…
YAL
  • 651
  • 2
  • 7
  • 22
0
votes
2 answers

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 program startup, I set the SplitterDistance to the…
davidscolgan
  • 7,508
  • 9
  • 59
  • 78
0
votes
1 answer

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 [the caller] public class Hoge { public static void…
gonne
  • 9
  • 1
0
votes
1 answer

Camel Split multiple files

I have a big file and I use splitter to process it. I use .split().tokenize("\n", 5).streaming(); to group lines. How can I send every group to different endpoint?
lioshaq
  • 21
  • 5
0
votes
4 answers

How do you take a string from user and split it up?

I am trying to write a Java program that: Store the string in a variable called inputStr and the integer in a variable called inputInt. Pass inputStr and inputInt to a method called splitter. The splitter method splits the input string by exactly…
kyl walfer
  • 23
  • 2
  • 6
0
votes
0 answers

Vb. net split container with expand/collapse button

I have 2 panels created using split container, my question is how can I add an expand/collapse button inside the splitter of split container? I also tried dotnetbar splitter but it doesn't have a property for adding expand/collapse button.
0
votes
1 answer

C# Stream Pipe (Stream Spy)

I have an input stream and a stream reader component. This works fine but now I want to log all the traffic (save a copy in a file). So I need to spy on a stream. A solution I am thinking of is a stream pipe (pipeline) or a stream wrapper that…
ILIA BROUDNO
  • 1,539
  • 17
  • 24
0
votes
1 answer

SAPUI5 Splitter Layout on VIew but not using splitApp

I'm using the sap.m.App in my SAPUI5 application and I'd like to put on page a splitter layout. I didn't create as sap.m.splitApp because I have some view that I don't want as splitter layout. How can I put a splitter layout on specifics views? My…
mayconbelfort
  • 195
  • 1
  • 5
  • 17