Displaying 4 results from an estimated 4 matches for "window2".
Did you mean:
window
2003 Jun 06
4
stuck tcltk scrollbars under Windows XP
...t scrollbars tend to get
stuck. I was able to reproduce the problem intermittently on an XP system,
and found that the problem appears to go away when I remove the calls to
tkgrab() and tkgrab.release().
You can test for the problem with the following code:
window1 <- tktoplevel()
window2 <- tktoplevel()
xFrame <- tkframe(window2)
xScroll <- tkscrollbar(xFrame, repeatinterval=5, command=function(...)
tkyview(xBox, ...))
xBox <- tklistbox(xFrame, height=4,
selectmode="single", background="white", exportselection="FALSE&quo...
2007 May 28
8
sash position problem
Hi,
I''ve written a small app implementing SplitterWindow and have a problem
with specifying the sash position on Windows.
At the moment, I call split_vertically and pass it a positive integer for
position. This works as expected on FreeBSD and Linux (Ubuntu and
Debian), but seems to have no effect on Windows.
Is there something particular I need to be doing to get this to work on
2007 Jan 17
0
More info about "winbind and domain member authentication problems"
Hi again, trying more tests, I give some more info:
In MEMBER machine, when I run winbind in a terminal window (WINDOW1) not
daemonized, that is,
winbindd -FSi
and call wbinfo -a in another terminal window (WINDOW2), in WINDOW1 I see
two lines with this error:
prs_mem_get: reading data of size 8650916 would overrun buffer by 8650420
bytes.
Also, trying to capture the network packets out from MEMBER, there is no
packet.
---------- Forwarded message ----------
Subject: winbind and domain member authenticati...
2006 Dec 06
1
Anonymous access in windows 2003 sp1
Hi all:
=20
As far as I know, win2k3 sp1 disable anonymous access by default. It =
will remove user =A1=A7anonymous logon=A1=A8 from pre-windows 2000 =
compatible access group.
Under such circumstance, smbmount will not success because anonymous =
access will be blocked. One way to solve the problem is to re-add =
anonymous logon to pre-windows 2000 compatible access group. However, it =
seems