248 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
20
views
kendo splitter drag split bar to left ,cause height change
<link href="styles/classic-silver.css" rel="stylesheet" />
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
<script src="...
0
votes
0
answers
21
views
Spring Integration Aggregator (5.5.19) is not aggregating all responses correctly, and then releases partial group
I have an application where I am using integration splitter to split messages and created list of messagges and send them out for processing.
When response is received individually for aggregation ...
-1
votes
1
answer
76
views
SplitView in Rows in QML
A qml having many rowlayouts, I want to add splitter between the rowlayouts in QML
Rowlayout{
}
Rowlayout{
}
//Add splitter between these two rows
1
vote
1
answer
278
views
Problems with building a custom cv splitter for sklearn
I have a problem with building a custom cv splitter for sklearn. But I cannot find out where the failure is. I tried to simplify the problem and the code block. So, the split function within the ...
0
votes
1
answer
370
views
PDFBox Version 3.0.0 Splitter class NullPointerException at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:768
PDFBox Version 3.0.0
Please help. Trying to split a pdf file and throwing an exception:
java.lang.NullPointerException
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:768)
the ...
1
vote
2
answers
101
views
How do I hide the icon on a TWebSplitter component?
In the middle of the splitter, there's an icon:
I don't want there to be any icons on the splitter. I don't see any property to modify this.
How can I remove this?
1
vote
0
answers
86
views
How can I prevent React components from re-rendering
I am attempting to create a UI centered around Windows which are able to split vertically and horizontally. I attempted to implement this with a tree structure using recursion. The WindowManager is ...
-1
votes
1
answer
777
views
Can't trigger event click inside ng-template angular
I created two fieldsets, one is outside the ng-template and the other is inside of the splitter primeng components.
For the outside,the fieldset can be collapsed/expanded while those inside cannot. It'...
0
votes
1
answer
198
views
Angular splitter behaving glitchy
I'm building a Splitter component in angular, using the @angular/cdk/portals. Everything works as expected, but I'm still having trouble with the resizing of the splitter. When moving the thumb, the ...
0
votes
0
answers
472
views
kendo splitter pane doesn't show vertical scrollbar
I am working on an application and using the splitter from kendo ui. It looks like this:
The left side is a form and only half of it is shown.
The application is fairly big, so I will break it down ...
0
votes
1
answer
108
views
How to use Splitters in kivy with multiple screens?
This is a simple example but essentially I need to use Splitter to separate and resize two individual Text input boxes horizontally, however when I'm trying to use the Splitter widget in a Screen its ...
3
votes
0
answers
166
views
SplitContainer splitter movement is not visible on WebView control
I have datagridview and webview2 in splitcontainer.(orientation=horizontal, dock=fill)
After placing the textbox instead of webview2, if I grab the splitter with the mouse and move it, the splitter's ...
2
votes
1
answer
3k
views
Make PrimeVue Splitter to have dynamic two-way panel size
I am using PrimeVue Splitter with Vue3 and composition API. I want to make the size of each panel dynamic , so when I click a button they return to their original size.
This is what I have so far
<...
0
votes
0
answers
240
views
Win32 - Child window border issues when moving
I'm trying to create splitter 'windows' and have a provisional splitter where I'm using WM_NCHITTEST to return HTCAPTION and subsequently restricting axial movement by fixing the X or Y coordinates in ...
3
votes
1
answer
245
views
Make a horizontal console window like VS Code
I would like to realize a console window like the console window in VS Code.
In VS Code, when we click Shift+Command+Y, a console window is opened below the code window. There are several features:
...