Tagged Questions

0
votes
0answers
12 views

Setting maximum width using Matisse GUI builder

I'd like to create a GUI where some of the textfields are resizable horizontaly but maximum width is also specified. For instance the preferred width is 100 pixels, it can be bigger if the window is …
1
vote
2answers
37 views

Resize JScrollPane client without scrollbars rolling

I have a JScrollpane which contains a scrollable client that changes its size dynamically while using the application. I want the JScrollPane to be aware of the changes without moving the viewport …
1
vote
2answers
76 views

How to deal with the 200MB limit of Godaddy database?

Hello. For the 'unlimited plan', Godaddy's web hosting offers 'unlimited' databases (SQL Server & MySQL). However what beats me is the maximum size of each database, which is 200MB. I am not sure …
0
votes
2answers
52 views

How do you stretch an image to fill a <div> while keeping the image’s aspect-ratio?

I need to make this image stretch to the maximum size possible without overflowing it's <div> or skewing the image. I can't predict the aspect-ratio of the image, so there's no way to know …
1
vote
3answers
29 views

Get size of mouse cursor in javascript

Hi, I need to determine the width and height of the current mouse cursor used on our webpage. I need to show a div right under the cursor, and possibly to the right of it. So I need to determine …
0
votes
1answer
25 views

Flash as3 mask size

Senario I have a movieclip ('myMask') which has 3 layers inside: 1. Mask shape (face silhouette) 2. picture (of person) 3. square shape with alpha 0% (this is slightly bigger than mask shape) 1 is in …
0
votes
1answer
25 views

Change size of checkbox in Flex

In Flex, is there an easy way to change the size of a Checkbox? I want to make the checkbox bigger, but the label beside it the same font size. Thanks!
3
votes
4answers
162 views

C# FileStream : Optimal buffer size for writing large files ?

Suppose I'm writing a couple of files to disk, between 2MB and 5GB. What are sensible buffer values for the FileStream ? Is it sensible to work with buffersizes of several megabytes, or should I …
0
votes
0answers
17 views

YouTube video loaded into Flash MovieClip, can I get width and height?

Hello, I'm trying to load a YouTube video on a flash MovieClip using url http://www.youtube.com/v/4nRNoXT%5FgUc that returns the video with player directly. the video is loaded and i can manage it …
3
votes
6answers
175 views

Why java has fixed data type size unlike C

In C as we know the size of data types (ex. int) can vary depending on compiler / hardware. But why the size of data types is constant in java language? why don't we have the flexibility for …
2
votes
6answers
119 views

Java PriorityQueue with fixed size

Hi folks, I am calculating a large number of possible resulting combinations of an algortihm. To sort this combinations I rate them with a double value und store them in PriorityQueue. Currently, …
0
votes
3answers
42 views

Size of empty UDP and TCP packet?

Hi, what is the size of an empty UDP datagram? And that of an empty TCP packet? I can only find infos about the MTU, but I want to know what is the "base" size of these, in order to estimate …
0
votes
0answers
28 views

Sign with RSA-1024 an SHA-256 digest: what is the size?

Hi, I was wondering: 1) if I compute the digest of some datas with SHA-512 => resulting in a hash of 64 bytes 2) and then I sign this hash with RSA-1024 => so a block of 128 bytes, which is bigger …
0
votes
2answers
33 views

Dll size differs for build on different PC

I have a VC++ dll library which is built (with Visual Studio 2003) on Windows XP machines ( a US-English PC and a German PC). The source code is the same and does not have any language specific code. …
0
votes
2answers
40 views

Is there any way to make a window fixed?

Is there any way to make a window fixed so that the user can't change the window size in java?

1 2 3 4 5 16 next
15 30 50 per page