similar to: Excel2007: Not enough system resources to display completely

Displaying 20 results from an estimated 4000 matches similar to: "Excel2007: Not enough system resources to display completely"

2013 May 24
4
Frustrated. Java on Centos 6 doesn't give an error message when downloading from a Samsung Galaxy S3
SUMMARY: Maybe this all boils down to "how do we debug when Java fails on Centos 6? DETAILS: If you don't have the Samsung Galaxy S3, then you might not realize how frustratingly difficult it is to transfer multiple files from the smartphone to Centos 6. It should be as simple as hooking up a USB cable and dragging and dropping (which it is, on most other smartphones, including the
2013 May 09
3
Need a Centos 6 USB hard drive recovery procedure
My 15GB backup USB drive somehow got "corrupted" such that a "chkdsk /f E:" on WinXP removed the file allocation table (or whatever) making the NTFS drive appear empty. I tried Windows Recuva freeware to recover the files, and it has been working for 24 hours; but it has dumped about 65,000 files into a separate flat Windows directory.
2013 May 01
5
Is there a good nntp client for Centos 6 that handles SSL native?
Is there a good nntp client for Centos 6 that handles SSL native? It was difficult, to say the least, on Centos anyway, to get Pan to post to Mixmin servers, which require SSL (so we have to use Stunnel to add SSL capabilities to Pan) on Centos. Had Pan native SSL support, this wouldn't have been a problem. Hence the question: Q: Is there a good freeware NNTP client with a Centos
2005 Jun 21
3
R-help
Background: OS: Linux Mandrake 10.1 release: R 2.0.0 editor: GNU Emacs 21.3.2 front-end: ESS 5.2.3 --------------------------------- Colleagues Is there a function in R that is an equivalent of zoom in matlab? This is very useful for being able to magnify details in a plot. I have searched the help for "zoom", "interactive zooming", and "magnify". The R search
2020 May 10
1
Zoom....
On 2020-05-09 19:41, Liam O'Toole wrote: > On Sat, 09 May, 2020 at 16:02:17 -0400, mark wrote: >> Hi, folks, >> >> Updated CentOS 7 the other day. Updated zoom last night. Ancient (15 yr >> old) USB camera, Logitech QuickCam Express. >> >> If I run LD_PRELOAD=/usr/lib64/libv4l/v4l2convert.so cheese, I get video. >> Zoom, with or without the
2020 May 09
7
Zoom....
Hi, folks, Updated CentOS 7 the other day. Updated zoom last night. Ancient (15 yr old) USB camera, Logitech QuickCam Express. If I run LD_PRELOAD=/usr/lib64/libv4l/v4l2convert.so cheese, I get video. Zoom, with or without the LD_PRELOAD - no video. I've tried stracing zoom, and created a file /etc/ld.so.preload, with the contents of /usr/lib64/libv4l/v4l2convert.so, and in
2007 Apr 15
1
Zoom enhancements
I'll be working on zoom during Google summer of code, to get it to work better with existing accessibility software. Basicly get it to communicate with tools like Orca. Because this relies on input enabled zoom, there are some issues I like to clear up before I start. I don't want to directly base my work on any of the two publicly available zoom plugins. This means I'll be creating a
2007 May 31
2
Zoom plugin changes
I'm sorry for being rude, but I am quite upset by this, because it has gone too far. I posted a few weeks ago that I was going to be working on zoom over the summer to improve the accessibility, and I have already begun to do that. Every step of the way I have made frequent commits to opencompositing.org and described the progress in my blog. I asked for information about what your (David)
2014 May 09
2
[LLVMdev] [LNT] Does LNT's mouse wheel zooming work well anywhere?
This is only a minor annoyance, but mouse wheel zooming on LNT graphs is pretty broken on at least OSX. It does not work correctly on Chrome, Safari or Firefox. On Safari and Chrome the zoom is way to sensitive, on Firefox, the page scrolls while mouse wheel zooming. This appears to be a limitation of the flot graphing package we use. Does LNT’s mouse wheel zooming work better for people Linux
2020 Apr 06
2
Zoom?
If you have any choice in the matter I would suggest a read of https://en.wikipedia.org/wiki/Zoom_Video_Communications#Criticism before using or installing Zoom. On 06/04/2020 00:01, Barry Brimer wrote: > According to https://support.zoom.us/hc/en-us/articles/214629443-Zoom-web-client#h_2da60ac7-455e-466f-85d1-974aa68f0703 you would be able to join without an extension with sound in chrome
2008 May 03
1
Locking Zoom, yet manipulating window?
I a rather dependent upon the Enhanched Zoom Desktop tool. It allows me to zoom into a part of the screen and see it clearly, with the zoomed part of the screen following the mouse. However, there are times when I need the screen to remain where it is (not to pan with the mouse), and the only way that I've found to do that is with the "Toggle zoom area lock" option. When this option
2008 Jan 18
1
Selecting rows conditionally between 2 data.frames
Hello everyone, I have two data.frames that look like calib: place zoom scale left 0.65 8 left 0.80 5.6 left 1.20 3 right 0.65 8.4 right 0.80 6 right 1.20 2.9 X: ... place zoom .... ... left 0.80 .... ... left 1.20 .... ... right 0.65 .... ... NA NA .... ... right 0.8 .... ... left 1.20 .... and I want to get the corresponding values of 'scale' in a new column
2010 Dec 17
2
rgl: coordinating and saving viewpoints, zoom, scale for multiple images
Context: I have two or more rgl-based views of a given data set, perhaps fitting different models, or showing different things across views. I want to be able to hand-rotate, zoom, scale one view to something I like, and then show the other views with matching viewpoints and scaling. so that one could flip back/forth among graphs and see only the relevant differences. In 2D, all this usually
2020 May 10
1
Zoom....
Le 10/05/2020 ? 01:41, Liam O'Toole a ?crit?: > I recommend installing zoom from flatpak: > > https://flathub.org/apps/details/us.zoom.Zoom > > It will pull in the freedesktop runtime, which contains the required > libraries. No need to fiddle with LD_PRELOAD and the like. +1 on that. I've just installed Skype from Flatpak on my workstation. Not only does it work out
2007 Jan 16
4
Subdomain Account Keys Best Practice
Hi all, I''m thinking of useing sub-domains as account keys, something I''ve played with previously. I have accounts and users, fairly standard, except that users can belong to many accounts, and accounts can have many users. So I figure I need to have an area on the main domain, that allows users to view their account memberships and things. Sort of like a dashboard for each
2010 Apr 27
2
how to set chart output size in rgl (surface3d)?
Hi R users, Does anyone know how to change the size of 3d charts? I'm using surface3d in rgl package, opening a new window each time to display the chart. I want it so that the chart fills the whole window, because when I output it to png, I don't want all the white space around the chart (right now, i'm getting this white "border" around the chart because the chart is
2020 Apr 06
1
Zoom?
On 4/6/20 9:33 AM, mark wrote: > On 2020-04-06 03:57, J Martin Rushton via CentOS wrote: >> If you have any choice in the matter I would suggest a read of >> https://en.wikipedia.org/wiki/Zoom_Video_Communications#Criticism >> before using or installing Zoom. >> > I can argue against zoom, and have, but organizations I belong to or > join, like this past
2006 Nov 11
1
zoom patch to enable zoom factor
Here is a zoom patch that enable a configurable zoom factor. Thanx to mikedee for help and suggestions: http://www.compiz.biz/viewtopic.php?t=29 Cedric -------------- next part -------------- A non-text attachment was scrubbed... Name: zoom.patch Type: text/x-diff Size: 3135 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20061111/9d191411/zoom.bin
2006 May 19
3
compiz/zoom question
Hello all, I was wondering is it possible to add the input functionality to the zoom plugin? Currently zoom plugin is one of my favorite ones, I can open a terminal and still not increase font size but zoom on and READ it... ... because I'm not able to input anything to it, please correct me if I'm wrong; maybe it is already possible, but I still don't know how to do that... I'm
2005 Jul 26
5
Plot zooming i.e. changing ylim according to xlim
Dear R-gurus, I would like to zoom in a plot, e.g. I select a region on the x-axis and then I would like the ranges on the y-axis to change accordingly. Is it possible to do this with existing functions, or do I have to invent some data selection before plotting? See below a short example, where I select ylim with trial and error, which I want to avoid. Cheers, Henrik Andersson