Questions tagged [shrink]
249 questions
0
votes
2 answers
Can I put the checkbox and textformfield in line with flutter?
I'm new to flutter, and right now I'm trying to do something similar to this:
img 1.
Where the textformfield is aligned inline with the checkbox, and the checkbox is shrunk at the corner, but the max that I can do is this:
img 2.
Where the checkbox…

Efraim Filho
- 1
- 1
0
votes
0 answers
SSRS Shrink row if subreport returns nothing - as well as row between SubReports
I have a tablix in SSRS and it has a handful of 'data rows' - two of these rows have sub reports that either return data or not.
How do I get the these rows to shrink if the sub report doesn't return any data. I've shrunk the rows down to very tiny…

YelizavetaYR
- 1,611
- 6
- 21
- 37
0
votes
2 answers
React Native TextInput shrinks when selected, how can I stop it?
I am new to React Native and I am currently working on an app, on the login screen, when I select the email, or the password field the keyboard comes up and the whole screen is shrinking, how can I prevent that?
Before selecting TextInput:
After…

lambozsolty
- 81
- 10
0
votes
0 answers
Shrink menu on scroll flickers on "point of shrinking"
My header/menu is flickering on scrolling down till the "point of shrinking" (in my example on 300px). I've tested different heights but every time I came to "the point" it's flickering because it's adding and deleting the class "small".
/* ===…

Lara
- 41
- 1
- 10
0
votes
1 answer
How to make an absolute positioned element end just before the other element while changing the width of the screen?
Let's assume we have a 'parent' block which consists of plenty of element including a button. By pressing this button the user should see a 'slide' element that will cover the parent block not the full width but only till the button inself(blocks 1…

brad_fresh
- 129
- 1
- 11
0
votes
1 answer
how to Make Container() shrink when user scroll down the screen
i wanna shrink [ Description section ] when user scroll down.
like sliver appbar but reversed.
i expected to find flutter widget like sliver bottombar and i disappointed.
I want to Make Container() shrink when user scroll down the screen
and…

SILENMUS
- 709
- 1
- 10
- 25
0
votes
0 answers
Dbcc Shrinkfile command
We have a database with multiple filegroups and one of the filegroup is huge about 20tb mdf file and we want to shrink that file as it says unused space is 15tb. If we use the below shrink command it will take forever to shrink the file.
USE…

prasad540
- 33
- 1
- 4
0
votes
2 answers
Use echo to empty file content in Windows Command Prompt
I have a folder on a windows laptop running a program for measuring concrete vibrations that runs 24/7.
The software creates 2 files every 10 minutes *.asx and *.pbx
The *.pbx files becomes 28 MB each.
I run backup from the laptop to an ftp server…

Stephane Lanke
- 3
- 1
0
votes
1 answer
HTML/CSS - How do I auto-resize a series of elements to always fit on one line?
Sorry for the newbie question, but...
Say I have three images in a paragraph/div, displayed as
A B C
in desktop view.
If I switch to mobile view, the images do not resize, so they appear as
A B
C
...but my goal is to always keep them on one single…

Marta
- 1
- 1
0
votes
2 answers
How to shrink the logo at mobile screen?
I have a problem with my logo and I couldn't find the correct solution in other posts.
So my problem is that when I reduce the browsers size to mobile device size, the logo in the header is not shrinking. That causes the burger menu label to go…

Hip
- 99
- 9
0
votes
0 answers
APK won't compile after images compressed
I am trying to get my APK down to the size limit for Google Play which is 100mb. The easiest way for me to do this is to shrink some of the images I have. I can easily get it to about 80MB. The problem is when I overwrite the images with the new…

Matthew Aaron Martin
- 23
- 5
0
votes
3 answers
Add `proguard` and failed authentication service
I am new in proguard and shrink code and resource. I have some problems in this topic and searched but can't find any resources. I want to add proguard to my application then i added below code to my gradle. In my application, i have a login page…

Fahim
- 384
- 5
- 20
0
votes
1 answer
Flexbox item not shrinking. Beginner
I have two jpegs inside a flex container "header", images are stacked vertically, the top image is square, the bottom is a long horizontal rectangle.
I want the bottom image to shrink with window re-sizing.
I can't get it to work, having tried…

Lucas Cheadle
- 3
- 3
0
votes
2 answers
How can i shrink mdf file in SQL Server without error?
if i want to shrink one mdf file:
dbcc shrinkfile (N'xy');
go
i got error:
DBCC SHRINKFILE: Heap page 23:878847 could not be moved.
The statement has been terminated.
DBCC execution completed. If DBCC printed error messages, contact…

naTro
- 1
- 1
0
votes
1 answer
Change distance from Y-Spines to Data in a Plot
I have to plot alot data (300-1500 rows), i splitted the data into 350 rows each. I want to have zero distance (or small) between the left y axis and the first datapoint at 08:05:11. i tried alot but no idea anymore. I think it has something to do…

Eric Stralsund
- 541
- 1
- 5
- 17