Skip to main content
3 votes
1 answer
93 views

How to set the size of the COMMAREA in a Cobol program for Kicks under VM/370CE?

I'm working on a Cobol program for Kicks under VM/370CE V1R1.2. I followed the Youtube tutorial from Moshix and Rene Ferland and it works well, but now I want my programs to communicate with each ...
Zug's user avatar
  • 183
0 votes
0 answers
12 views

Perform transform on svg viewbox

I have a need to scale SVG's using javascript. This is part of a workflow so I'll be processing these endlessly in a browser. The issue is the incoming SVG's viewbox is 0,0,14032.00mm,9922.00mm which ...
ubuntux's user avatar
  • 101
2 votes
1 answer
58 views

get size of PNG from bytes

I am trying to extract the size of an PNG image from a datastream Consider the starting data of the stream 137 80 78 71 13 10 26 10 0 0 0 13 73 72 68 82 0 0 2 84 0 0 3 74 8 2 0 0 0 195 81 71 33 0 0 0 ....
cards's user avatar
  • 4,891
0 votes
0 answers
13 views

Different attachment size in Exchange O365 for different users

I have the following problem: An external mail is sent to two users of our tenant. The mail has an attachment (when delivered) of 28 MB. One of the users (user A) receives the mail with the attachment ...
Kestabacsi's user avatar
0 votes
1 answer
68 views

Bottom Navigation Bar Icon Size

im programming my first app in Flutter and Im currently struggling with the size of the items at the bottom navigation bar. Ive found multiple "standards" like this: BottomNavigatioNbar ...
Tech Nik's user avatar
0 votes
2 answers
47 views

How to resize the CircleAvatar Widget?

I want to change the size of my CircleAvatar widget, but regardless of whether I use a SizedBox or the radius attribute, it does not change its size. Widget build(BuildContext context) { return ...
Noah's user avatar
  • 38
0 votes
2 answers
44 views

How to Calculate Oracle Database size Tables ,Indexes, TABLE PARTITION,LOBSEGMENT and LOB PARTITION with out free space

We have huge table in Oracle Database and we have deleted millions of records in the table.Before deleting and after deleting there is no difference in size and no of records. We haven't used Shrink ...
Vijay's user avatar
  • 1
0 votes
1 answer
17 views

IntelliJ Size of Text

I accidentally changed the text size to be too big and now I'm having trouble changing it back. Does anyone know a keyboard shortcut to undo it or make the text smaller? I managed to click on the ...
Sughashini Rajendra's user avatar
0 votes
1 answer
26 views

Python Package and Docker's image Huge size

I am using these packages langchain-core langchain-community langchain pypdf gradio langchain_huggingface langchain-chroma langchain_groq python-dotenv to develop one python app i build dockers ...
Husnain Izhar's user avatar
0 votes
0 answers
40 views

my svg is 0x0 when I use the <use href> function to open a svg file inside html

My problem is that the SVG size is 0 x 0 inside my browser. I use the following HTML code: <span class="service__card-location-icon"> <svg class="icon"> <use ...
bitmage's user avatar
0 votes
1 answer
103 views

Find files in folder with specific size, attach files to email

I am trying to create script which will check source folder if it is empty and if it matches size. Then it will find files with specific string in those folders and then it will send those files to ...
Tomas's user avatar
  • 5
0 votes
0 answers
49 views

wxWidgets: wxFrame() creation diverges by a few pixel, what am I doing wrong?

I am coming from MFC and are currently about to verify wxWidgets. The following code compiles under ucrt64 and runs on a Windows 10 system. My expectation is that the main windows has a size of ...
Steffen's user avatar
1 vote
1 answer
24 views

How do I make text in Button take up a bigger part of it?

I'm trying to make a custom keyboard for an android app so I'm trying to make the text on the buttons as readable as possible. I want the text to be big on the button, but setting the textSize ...
user26370805's user avatar
0 votes
0 answers
19 views

Resizing picturebox programatically in vb.net [duplicate]

I am trying to resize a picturebox programmatically in vb.net. I have a picture box with a width of 1080 and a height of 1920. I want to keep the height the same and change the width to 608. I ...
Danielle's user avatar
-1 votes
1 answer
52 views

How do I scale or set the the size of an ImageIcon in Java?

I can not find a way to set the size of an ImageIcon placed in a JLabel. I i.e. want to load image with size 32x32, but paint in size of 16x16 pixel (or 144 dpi). I can no where find a way to set the ...
Stuepfnick's user avatar

15 30 50 per page
1
2 3 4 5
474