QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

MATLAB User Questions 15) How can I change the default window size, colors, etc. in MATLAB 4?

MATLAB Frequently Asked Questions
Try something like the following in your 'startup.m' file: set(0,'DefaultFigurePosition',[5 5 505 405]) set(0,'DefaultFigureColor',[0,0,0]) %% N.B this has side effects. set(0,'DefaultAxesFontName','times') set(0,'DefaultTextFontName','times') set(0,'DefaultAxesFontSize',12) set(0,'DefaultTextFontSize',12)

How do I replace the default window icon?

comp.lang.perl.tk FAQ
The following works with .BMP and .GIF files. The author would welcome an explanation of how to use Windows .ICO files. use Tk; my $mw = tkinit(); $mw->idletasks; my $icon = $mw->Photo(-file => 'myicon.gif'); $mw->iconimage($icon); MainLoop; A module called Tk::Icon, available from http://www.schmuker.de/perl/modules, addresses this topic. Briefly, sub your_exit_handler { # ..

Where can I set TCP window size?

Q
click the tcp node, a property window will pop up, select window tag, block "win" is for window size,the unit is tcp packet size.

Can you tell me how can I set the default size for a column?

JDataGrid FAQ
int viewIndex = 1; // column index int value = 100; // column width TableColumnModel m = table.getColumnModel(); m.getColumn(viewIndex).setPreferredWidth(value); Please see the TableColumn API: setPreferredWidth for details. In your web-site I have read: "1 Source Code License" at $1797. What does it mean? You send us the source code of the library? Can we use the library for all application we will develop? (with 1 license?).

How can I change the default window size, colors, etc., in MATLAB ?

From gray@SCR.slb.com ... If you're running MATLAB 4.x, something like the following should appear in your startup.m file:

II.8. How can I change the default window size?

Amaya FAQ
Resize your window to the value you'd like, then use the Edit/Preferences/Geometry menu to save the current geometry of the displayed windows. Your modifications won' be lost the next time that Amaya is updated. You can also request to save automatically the geometry on exit in the Edit/Preferences/General menu.

Is there an easy way to adjust the default size of the xmgr x-window?

Toolkit FAQ
The Toolkit is trying to plot something, but the plotter is not in your path. If you know that xmgr exists on your system, then make sure it is in your path.

How do I set up an X window environment?

DCF FAQ
Most of you will be using default - Common desktop window manager that came with Solaris. If you need to run your own window manager, please read on. You need to have /opt/X11R6/bin (Solaris 2.x) or /usr/openwin/bin in your path. In your home directory you should create a file ".xinitrc". ".xinitrc" is the script used to start up X and it is invoked when you type "xinit".

How do I set a default font and font size for outgoing e-mail?

GroupWise
Change the font and size in the bar above, then right click on the name of the font and select SET CURRENT FONT AS DEFAULT

Can I set the default record size to be more than 80 characters?

Answers to Questions
Yes, by setting environment variable UBDRSZ in the Unibase.ini file in the Unibase\bin directory. If the environment variable is set to a number such as UBDRSZ=4096, then that number is used as the default size. If that number is NOT set, then the default is 80 characters.

How can I set A4 instead of U.S. Letter as the default page size?

PrintToPDF FAQ
Simple: Choose A4 in the Page Setup dialog. PrintToPDF remembers that in its preferences file. However, some applications may store page sizes in their own preference files or even in individual documents, so you may need to select the page size more than once. Don't be confused by the fact that U.S. Letter shows up first in the Sizes panel of PrintToPDF's preferences dialog. The Sizes panel is for editing sizes, it has nothing to do with choosing a size.

Can't I just set a default size for the PDF documents?

Frequently Asked Questions
Yes. If the browser is open, close it. Start the Adobe Acrobat Reader via the Windows Start menu or its program icon. Under the File menu item select Preferences and then click on General. In the magnification section set the Default Zoom value as desired. Close Acrobat and reopen the browser. Return to this Web Site and beginning viewing the documents.

Question: How do you set the default line length for incoming and outgoing mail?

Nav1
Answer: Add "SMTPMTA_Outbound_Line_Length=xx" to your notes.ini file, where xx is the line length (default is 75). You can also set "SMTPMTA_Inbound_Line_Length=xx" for incoming mail.

Can I set VisiVue properties from the JVM options in the launcher window?

VisiVue FAQ - www.visicomp.com
You can set VisiVue properties (such as visicomp.verbose=true) both from the visivue.properties file and from the JVM options in the VisiVue launcher. However, keep in mind the difference between these two variations. Setting VisiVue properties from the Launcher sets VisiVue properties for the visualization portion only, since the instance of the JVM for the launcher is already running. This would be useful to obtain error output for visualization only.

What is default page size?

Lincoln & Co. - Windows PCL/PS Converter FAQs
The default page size is only used when pagesize is not specified in input file or when an unsupported pagesize is specified in input file. Fixed bitmap dimensions may be imposed on an output file, and override input file pagesize. Input file pagesize overrides default pagesize.

How do I set up the system and restore it to full size?

Foam4Less High Quality Visco Elastic Memory Foam Mattresses,...
Its simple, place the package in the approximate location where you want the bed to be. Make sure that there is enough room surrounding the package, because the product will expand approximately 3 times the package size. Then just open the package carefully and in about 1 hour the mattress will expand to approximately 75% of its original size. Within 24hrs it will return to 100% of its fill size.

How do I get my documents to open by default in a new window ?

STS FAQ
Using the code in 3. will open a new window the first time you click on a document but will then use this same window for each (different) document you open. In other words if you don't close any documents, after having opened n documents, using the 2. code you will have 1+n windows open and using the 3. code you will have 2 windows open. always whichever of these changes you make will only be valid for future webs and subwebs that use this template.

How do I set the default MAPI Email Client?

pdfMachine Frequently Asked Questions
Open Internet Explorer, go to the toolbar and select "tools", then "internet options", then the "Programs" tab.

Can I set the default search page and streaming rate?

Naxosmusiclibrary - Classical Music FAQ
Yes, through the My Account page. You can select which search page (Standard or Advanced) you prefer to have as your default when you log on; and at which speed you would like the music to stream (20Kbps, 64Kbps or 128Kbps).

Can I set a default location in LocalConnect?

Local.com - Faq - Local.com - Yellow Pages - Search Engine -...
Yes, simply click on the "set my address" link located on the search results page and enter your address. LocalConnect will remember this location as your default location the next time you visit LocalConnect. The website administrator can also set a default location in the LocalConnect administration page, this location will be used if a site visitor does not enter a geo-modifier in the "WHERE" box.
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact