Questions tagged [grip]
15 questions
18
votes
4 answers
How do I reclaim the space from the "Grip"
I've got a StatusStrip with a single ToolStripStatusLabel, Spring=true and a background color for notifications.
The problem is that there's an ugly gray square on the right side of the status strip. After fiddling for a while, I realized this is…

Clyde
- 8,017
- 11
- 56
- 87
3
votes
2 answers
AvalonDock 2.0 increasing grip size
Is there any way to increase the grip (or gridsplitter) size in AvalonDock 2.0? I find it hard to resize the docks, since I have to place the cursor in the exact pixel where the border of the dock (or anchorable pane) is.
EDIT: I would also like to…

Filippo Vigani
- 904
- 1
- 9
- 22
2
votes
1 answer
Segmentation Fault using GRIP to process images in Python
I'm using Python to get images from an IP camera over an ethernet connection, and then process them looking for specific targets. I am using GRIP to generate code to look for the specific targeted areas. (For those unfamiliar with GRIP: it basically…

Abigail Fox
- 1,623
- 3
- 16
- 22
2
votes
1 answer
SizeGripStyle in DPI-aware app
I have a problem with the form's property SizeGripStyle in different DPI. My forms have property AutoScaleMode set to Font and enable scaling using API (because of ClickOnce app). The grip somehow goes below a form. On the internet I didn't find any…

Ariska
- 23
- 8
2
votes
1 answer
Unable to hide tool-bar grip
I am trying to create a ToolBar in my WPF application.
I don't want the strip (as shown in the bellow figure) to show up, I just want all the items to be placed in the general area.
I tried setting the ToolBar.OverflowMode to Never ut it doesn't…

Shimmy Weitzhandler
- 101,809
- 122
- 424
- 632
1
vote
1 answer
solving Can't open perl script "all_gen_cmf_image": No such file or directory error
i work on image copy move forgery detection field. i downloaded GRIP dataset form https://www.grip.unina.it/, there is some modification needed for the images and can be done with perl functions downloaded with the dataset. it is the first time for…

sama
- 9
- 3
1
vote
1 answer
BootStrap grid not working, col-XX-X in one row always shwing multi-row
I am beginner of bootstrap, just using "Starter template" to see grid result, but I can't see three column of "col-lg-4" showing in one row, attached code, I don't see any script error,
and my display resolution 1280 * 1024 .please help. thanks a…

YAN GU
- 13
- 3
1
vote
1 answer
Base on Opencv and Grip vision machine [TypeError: src is not a numpy array, neither a scalar]
I am new to opencv and want to learn more about it.
Here is my Pipeline:
import cv2
import numpy
import math
from enum import Enum
class GripPipeline:
"""
An OpenCV pipeline generated by GRIP.
"""
def __init__(self):
…

Billvace
- 13
- 2
1
vote
1 answer
< has special meaning in markdown?
tmp.md:
Choices for blank 91: __A__: pa>pb __B__: papb
Choices for blank 92: __A__: pa<>pb __B__: papb __D__: pa==pb
Compiled with 'grip --export tmp.md' and…

user3015347
- 503
- 3
- 12
1
vote
1 answer
rails3, gridfs and mongomapper: how to serve files? send_data?
i am currently developing a rails3 app with mongomapper and file storage in gridfs.
after some trying around, i found grip and currently also use it in the app for storing the data. so far, so good - now i am trying to get my head around serving the…

z3cko
- 3,054
- 8
- 40
- 59
0
votes
1 answer
ValueError: Could not convert tuple of form (dims, data[, attrs, encoding]): #ISSUE #GRIP2 #Weather-Data #cfgrib #xarrary #Python #
ValueError: Could not convert tuple of form (dims, data[, attrs, encoding]):
I have a problem building this dataset and I couldn't know how to solve it, I try many solutions and it gives me the same error
import cfgrib
import glob
import xarray as…

Ahmed Muhammad Issawi
- 1
- 1
- 1
0
votes
2 answers
display only lines from output that contains a specified word
I'm looking for a way to get only the lines that contains a specified word, in this case all lines that contains the word Stream from an output
I've tried;
streams=$(ffprobe -i "movie.mp4" | grep "Stream")
but that didn't get any results..
or do…

JoBe
- 407
- 2
- 14
0
votes
2 answers
The type or namespace name 'InteractionHandType' could not be found Kinect SDK 1.8
I am trying to detect closing fist (grip) gesture to control my mouse cursor in Kinect.
I followed this tutorial to setup…

Faizan
- 1,847
- 8
- 40
- 63
0
votes
1 answer
When should sizing grip (windows Forms) be used?
Should it be used for all sizable forms, or only when it is not easy to guess that a form is sizable? Is there a GUI convention to use it?
Any link to a documentation would be appreciated.

Eren Aygunes
- 987
- 9
- 16
-1
votes
1 answer
grip for LaTeX?
I am working on a LaTeX document using git and overleaf. I like being able to edit offline and control when changes are applied (git push). The drawback is I do not have the live preview that is available when working on Overleaf online. Is there…

aol
- 357
- 5
- 15