Displaying 17 results from an estimated 17 matches for "mywindow".
Did you mean:
mywindows
2006 Nov 24
1
how to mount a xen image file
Can someone correct my attempt at mounting a xen image?
Im trying 2 things:
a)
losetup /dev/loop1 ./mywindows.img
mount -t ntfs /dev/loop1 /media/loop
which dmesg|tail tells me is Not an NTFS system
b) ntfsmount ./mywindows.img /media/loop -o force
which gives me mywindows.img invalid argument
The images was created by dd if=/dev/zero of=./mywindows.img bs=1024
count=20K
then installing windows under x...
2007 Jul 31
2
link_to
...come along with opening this window. Here is
what I got:
<%= link_to ''Airline Preferences'', {:action => ''airline_preferences'',
:id => @user.id, :method => ''post'' }, :target => ''blank'', :onclick =>
''MyWindow=window.open(\''airline_preferences.rhtml\'',\''MyWindow\'',\''toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=900,height=500\'');
return false;'', :class => ''page_links'' %>
B...
2008 Jul 01
2
how to automatically maximize the graph window (under XP) ?
Hello,
I'm trying to produce graphs automatically from data stored in database.
Before saving the graphs, I would like to maximize the size of the graphs.
The best would be to directly open maximized windows with x11() but up to
now I failed doing it.
I tried different widths and heighs but I never managed to obtain a full
screen window.
Is there a command to do it ?
Thanks in advance,
Ptit
2007 Oct 25
7
Sample Config File?
Hi. I am running Xen 3.0.3-1 on Debian Etch. Does anyone have a sample
config file for creating a windows DomU? I have the ISO file from my
windows CD. I''m not using LVM
Thanks in Advance
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Aug 14
1
graph dimensions default
Hi,
I would like to (if possible) set the default width and height for graphs
at the start of each session and have each new graphic device overwrite
the previous one.
I only know how to do this using windows(width=,height=...) which opens up
a new plotting device every time, so I end up with lots of graphs all over
the place until I get the one I want!
Thanks in advance,
Simon
Simon Pickett
2008 Jun 20
0
Slider as Scrollbar in a window
...but i have
really no idea why the scrollbars dont''t work in a separate window.
I did not use an iFrame for the window (simple div).
Here is my code:
window effect from : http://prototype-window.xilinus.com/
// generates a nice window with <div> inside.
win = new Window({Id: "mywindow", name:"mywindow", className:
"mac_os_x", title: "Mainboard", width:400, resizable:false, height:
500, destroyOnClose: true, recenterAuto:false});
win.keepMultiModalWindow=true;
// generateComponentChooserAsHTML() gives only simple html code back.
win.setHTMLConte...
2013 Mar 15
0
How to pass USB device to the guest VM
...='0x04e8'/>
<product id='0x6877'/>
</source>
</hostdev>
However, when I start Windows 7, the Galaxy Tab is not detected and
also does not show up in Device Manager.
The KVM process is called as:
qemu-system-x86
-machine accel=kvm:tcg
-name mywindows
-S
-M pc-1.1
-m 4096
-smp 2,sockets=2,cores=1,threads=1
-uuid 8e6e01e8-2191-9dcc-e2e4-5eb7ae55c450
-no-user-config
-nodefaults
-chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/snsvw001.monitor,server,nowait
-mon chardev=charmonitor,id=monitor,mode=control
-rtc base=localtime
-n...
2006 Jul 24
4
how to get your controller to close a browser popup window
While editing a record I need to have a link to create a new record in
another scaffold.
I''ve done this by using a popup window
<%= link_to("Add new Person", "/person/new", :popup => [''window_name'',
''width=600,height=600'']) %>
It all works great - but when the save is done I want to kill the popup
window.
2008 Dec 22
1
Web-driven SIP call thru Asterisk IPBX
...ajax code here communicating with your site...
//XMLHttpRequest...
?
var URL? = "http://doddle.com.br/endoddle.jsp?sipserver="+sip+"&siprealm="+realm+"&callto="+phone+"&username="+user+"&provider="+serviceName;
window.open(URL,"MyWindow")
}
</script>
</head>
<body>
<h3>Your Asterisk?Applications web site...</h3>
<p>Use?Asterisk to call right now!
<a??? href="javascript:webcall_win('asteriskIP','asterisk','123456','myuser','myServiceName')"...
2006 Jan 16
3
Problem getting share list from NetApp
We defined a share, sales_cifs_test, on our NetApp server. Note that the
length of the name is longer than 13 characters.
We can see the share with Microsoft Explorer.
We can mount the share from Linux using smbmount.
What we want to do is to get a list of shares from NetApp. The tools
that can do this are the samba programs smbclient and net.
Smbclient will not show names longer than 13
2008 Apr 14
3
Copy-paste between FXTable and FXTextfield
...--
I think there is a good chance the "copy" command has got a bug with the
object FXTable. Is that correct?
Here is my test code:
----------------------------------------------
#!/usr/bin/ruby
require ''rubygems''
require ''fox16''
include Fox
class MyWindow < FXMainWindow
def initialize(app)
super(app, "Window", nil, nil, DECOR_ALL, 0, 0, 600, 350)
# Menu bar stretched along the top of the main window
menubar = FXMenuBar.new(self, LAYOUT_SIDE_TOP|LAYOUT_FILL_X)
# File menu
filemenu = FXMenuPane.new(self)...
2003 Jun 19
1
saving window size of a graphics device in windows possible?
In MDI mode of Windows, is it possible to save window size and other
parameter settings of a graphics device when it is activated, much like
Rconsole file?
By default the bottom part of a graphic device (windows()) is too big such
that it is hidden under the horizontal scrolling and status bar of Rgui. (Of
course I can use the vertical scrolling bar of Rgui to see the hidden part.)
So I select
1999 Apr 14
0
No subject
Ok, I follwed the samba diagnostics, I get to TEST 3 and you don't have the
error that came up. My error is can't find \etc\lmhosts.
I tryied to copy my mhosts from mywindows machine, that didn't work.
My main problem is I can see other people on the network but they can't see my
shares. My linux box doesn't even come up on their network neighborhood.
Thanks
Kevin Jonas
2005 Dec 15
1
Some handy methods - perhaps cool enough to be committed some time
...element.style.KHTMLopacity = opacity/100;
// Older Mozilla and firefox
element.style.Mozopacity = opacity/100;
// Safari 1.2, newer firefox and Mozilla, CSS3
element.style.opacity = opacity/100;
}
})
var System={
getWindowSize:function(){
//var mywindow=window.parent;
if (navigator.appName=="Netscape") {
return new Geometry.Size(window.innerWidth,window.innerHeight);
}
if (navigator.appName.indexOf("Microsoft")!=-1) {
return new
Geometry.Size(document.body.offsetWidth,document.bo...
2007 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
...UpdateWindowUI from
</del><ins>+The following is an example of how to call update_window_ui from
</ins><span class="cx"> an idle function.
</span><span class="cx">
</span><span class="cx">
</span><del>- void MyWindow::OnInternalIdle()
</del><ins>+ void MyWindow::on_internal_idle()
</ins><span class="cx"> {
</span><span class="cx"> if (UpdateUIEvent::CanUpdate(this))
</span><span class="cx"> UpdateWindowUI(UPDATE_UI_FROM...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
....01 25666
myAddExeFlag.ll 1 3824 0 0.01 3794 0 0.01 3794
MyAes.ll 26 38212 4 0.01 38282 2 0.01 38794
myGetTickCount.ll 1 1173 0 0.01 1143 0 0.01 1143
mySplitCommandLine.ll 2 29158 0 0.01 29128 0 0.01 29128
MyString.ll 12 24293 0 0.01 24266 0 0.01 24266
MyVector.ll 12 20857 0 0.01 20830 0 0.01 20830
MyWindows.ll 8 14356 0 0.01 14329 0 0.01 14329
nal.ll 4 34109 0 0.01 34088 0 0.01 34088
nal_part.ll 1 8911 0 0.01 8890 0 0.01 8890
nalucommon.ll 2 12804 0 0.01 12783 0 0.01 12783
nalu.ll 1 13726 0 0.01 13705 0 0.01 13705
nbench0.ll 15 99749 0 0.02 99733 0 0.02 99733
nbench1.ll 66 433216 0 0.05 433200 0 0.04...