Questions tagged [shrink]
249 questions
1
vote
1 answer
pyGTK autosizing notebook tabs
I am trying to auto-size the tabs in my pygtk gui. Right now I use a for loop to create
tabs based on USB connections to the computer. This works fine.
If there happens to be more tabs created than can fit into to the window, then I want the tab…

Giantshark
- 11
- 2
1
vote
2 answers
shrink database file in one shot or in increments?
I have to shrink a database of approx. 1TB down to around 700GB (which is leaving 200+ Gb for growth without expansion). I have a script that will loop and shrink the database by a set increment (1GB, for example). This is very helpful in case you…

MariusD
- 129
- 1
- 2
- 14
0
votes
3 answers
I've seen some grow/shrink jQuery animations, how does one do this?
I've seen some sites that use jQuery Animate to get their images to grow when moused over and shrink back to their original size when moused out. I'm trying to do this on some images but I can't quite get it right. The images are sized 60px by 60px.…

beta208
- 617
- 1
- 6
- 18
0
votes
1 answer
VMWare ESXi 4.1 - Shrink Thin disk (without Storage vMotion or "sdelete"/filling disk with 0's)
I have a 100GB Thin disk which is about 80GB vmdk file on the storage device. The disk really only has 10GB of files stored on it (ie ~70GB free). How can I shrink the ~80GB vmdk back down to ~10GB noting that the VMWare tools show the "shrink"…

user72003
- 425
- 1
- 5
- 7
0
votes
2 answers
Sybase: Dump/load from a larger database to a smaller database
How do I move a database (schema and data) into a smaller database? Sybase does not allow loading a dump into a smaller database than the original.
Sybase 12.5.3 ASE

Brian Low
- 11,605
- 4
- 58
- 63
0
votes
1 answer
Cytoscape task is running upon program launch and shrinking window down to unreadable size
I recently installed cytoscape v3.10.0, when launching the program the window opens normally and then a secondary window labeled cytoscape task opens runs something and the cytoscape interface shrinks down very tiny and you cannot read anything or…

Cristina Paz
- 1
- 1
0
votes
1 answer
Why jvm increase all the time without shrink even if has -XX:MaxHeapFreeRatio jvm argument
from jmap result, we can see, free heap size(up to 90%) exceed MaxHeapFreeRatio(40%), but jvm still not shrink.
this is jvm info:
java.vm.name = OpenJDK 64-Bit Server VM
java.vm.version = 25.352-b1
java.runtime.version = 1.8.0_352-b1
VM…

Feng
- 4,933
- 2
- 14
- 9
0
votes
1 answer
How to fix app layout shrinking on iOS after upgrading RN version from 0.63.4 to 0.71.1?
After upgrading RN version from 0.63.4 to 0.71.1, app layout shrink like the image bellow.
I'm using Xcode 14.3, run app in Rosetta simulator
Do you have any idea about this issue?
Some info about environment
System:
OS: macOS 13.1
CPU:…
0
votes
0 answers
How can I make my navigation bar disappear under a drop-down button when I shrink my website?
When I shrink my web, the web doesn’t auto resize, and my na bar is in a messy situation. so I thought that maybe by hiding the na bar when my website shrinks would solve the problem .
N/A: nothing. In fact, I do not know which function would help…
0
votes
1 answer
jQuery: Scale entire div with its children?
is it somehow possible to use jQuery or Javascript to scale an entire div down to 70%. E.g. I have a horizontal slider with images. On smaller screens the slider with all its images (and their captions) should be like 70% of it's original size. It's…

matt
- 42,713
- 103
- 264
- 397
0
votes
1 answer
SQL Server - Shrink DB still large file tempdb_mssql_2
I have a server that is getting full, due to some temp table processing.
We found that our tempdb file was at 33.8 GB
and there was a another file at 33.8 GB called tempdb_mssql_2
Now then, we ran the following:
USE [tempdb]
GO
DBCC SHRINKFILE…

Mark Johnson
- 575
- 4
- 20
0
votes
3 answers
Convert PDF to image with high resolution to fit in page
I regularly get tree-drilling-data out of a machine that should get into reports.
The pdf-s contain too much empty space and useless information.
With convert i already managed to convert the pdf to png, cut out parts and rebuild an image i desire.…

treebee
- 3
- 5
0
votes
0 answers
Smooth Scroll to anchor after page load
I'm using the following to scroll to anchors points but when navigating from another page it jumps straight to the anchor without scroll. This prevents the offset and also from shrinking the sticky header as it doesn't detect the scroll. Where am I…

user1717321
- 35
- 6
0
votes
0 answers
Why flutter 3 cannot build with shrink option?
I originally get the following error:
$ flutter build appbundle
Building with sound null safety
ERROR:carburantdiscount/build/app/intermediates/javac/release/classes/io/flutter/plugins/GeneratedPluginRegistrant.class: R8: Type…

Stéphane de Luca
- 12,745
- 9
- 57
- 95
0
votes
0 answers
The shrinker may have failed to optimize the Java bytecode
Caused by: com.android.tools.r8.internal.f: Type com.example.myapplication.BuildConfig is defined multiple times: /Users/marcphrassias/Documents/myapplication/build/app/intermediates/javac/debug/classes/com/example/myapplication/BuildConfig 3.class,…

Marc
- 1
- 1