Displaying 10 results from an estimated 10 matches for "sactive".
Did you mean:
active
2009 Sep 11
2
Refresh troublesooting ?
Hi,
I hope someone could help me, i have trying several versions of Wine and each time i get this problem with my software when i move windows :
[Image: http://img171.imageshack.us/img171/6274/sanstitrebo.gif ]
I am running with Ubuntu Jaunty and Gnome environment. My graphic card is an Nvidia Geforce4 and i have installed the Nvidia drivers.
I work on a dual screen.
Actual Wine version is
2007 Nov 19
4
options
Bonjour tout le monde.
En fait je voudrait savoir si il est possible d''enlever l''une des trois fonctions de la frame(maximize_box, minimise_box, close_box).
On peut retirer les 3 en même temps, mais est-ce que l''on peut juste retirer l''une des trois?
merci
sebastien
http://beusse.liveror.com
_______________________________________________
wxruby-users mailing
2015 Feb 19
4
Masquerading (packet forwarding) on CentOS 7
...PT
$IPT -t mangle -P POSTROUTING ACCEPT
# Remettre les compteurs ? z?ro
$IPT -t filter -Z
$IPT -t nat -Z
$IPT -t mangle -Z
# Supprimer toutes les r?gles actives et les cha?nes personnalis?es
$IPT -t filter -F
$IPT -t filter -X
$IPT -t nat -F
$IPT -t nat -X
$IPT -t mangle -F
$IPT -t mangle -X
# D?sactiver le relais des paquets
$SYS -q -w net.ipv4.ip_forward=0
# Politique par d?faut
$IPT -P INPUT DROP
$IPT -P FORWARD ACCEPT
$IPT -P OUTPUT ACCEPT
# Faire confiance ? nous-m?me
$IPT -A INPUT -i lo -j ACCEPT
# Ping
$IPT -A INPUT -p icmp --icmp-type echo-request -j ACCEPT
$IPT -A INPUT -p icmp --icmp-...
2011 Oct 07
3
native dll and wineprefix
Hi all
I installed office2007 and I read here
http://appdb.winehq.org/objectManager.php?sClass=version&iId=12813
that I need to use native riched20.dll.
My problem is that the comment says to do not set the override globally. How can I do that ?
In winecfg when I add a dll I can chose :
Integrated ("int?gr?e (Wine)")
Native ("native (windows")
first Integrated then
2007 Sep 16
1
evt_close
Salut Alex. Quand j''utilise:
evt_close() {|event| on_sortie}
def on_sortie
@fich1 = nil
end
dans mon application, ça désactive complètement la fermeture. Pourquoi?
J''aimerai pouvoir créer un évenement à la fermeture de mon application, quand je la ferme avec window manager, qui pourrait me permettre d''initialiser ma variable.
Quel est la chose que je ne fait pas correctement?
A quand un livre complet sur...
2009 Oct 14
1
problem when resizing graphics devices
Dear R users,
When I try to resize a graphics device in R, I often get this warning
message (mostly when I already have several other graphics devices open)
: "Not enough memory to modify the size. Alpha blending is desactivated"
(translation from the french message: "Mémoire insuffisante pour
modifier la taille. L'"alpha blending" est désactivé"). Following
2007 May 20
3
bouton de fermeture
Bonjour, je voudrais savoir si il est possible de désactiver le bouton de fermeture en haut a droite (le bouton rouge avec une croix blanche), sans se servir de "FRAME_NO_WINDOW_MENU", car j''ai besoin des autres boutons.
Merci.
Sebastien
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org...
2007 Dec 30
1
restful_authentication plugin + session timeout + single login session?
Hi,
I am using restful authentication plugin
1) I was wondering if there is a way to do a session timeout using the
restful_authentication.
How do I hack it to get the behaviour I need?
2) On top of that, I may need to ensure that a particular user can
only login from a single PC. If the user is already logged in at a PC
and attempts to login from another PC, the session in which he signs
in
2007 Nov 10
0
Re: [CentOS] SATA disk issue
...cross chunks or bigger than 256k 427820029 4
Nov 7 18:22:43 xen0 kernel: raid0_make_request bug: can''t convert block
across chunks or bigger than 256k 427820543 3
[deleted numerous duplicate messages]
Nov 7 18:29:53 xen0 kernel: ata1: spurious interrupt (irq_stat 0x8
active_tag -84148995 sactive 0x37fd3fb)
All of the rest of the guests are running on drbd block devices backed
by matching logical volumes on this server and a peer, I created the
same guest on a drbd device as the others are constructed and got three
of the spurious interrupt messages but none of the raid0 messages.
Does th...
2015 Feb 19
0
Masquerading (packet forwarding) on CentOS 7
...? z?ro
> $IPT -t filter -Z
> $IPT -t nat -Z
> $IPT -t mangle -Z
>
> # Supprimer toutes les r?gles actives et les cha?nes personnalis?es
> $IPT -t filter -F
> $IPT -t filter -X
> $IPT -t nat -F
> $IPT -t nat -X
> $IPT -t mangle -F
> $IPT -t mangle -X
>
> # D?sactiver le relais des paquets
> $SYS -q -w net.ipv4.ip_forward=0
>
> # Politique par d?faut
> $IPT -P INPUT DROP
> $IPT -P FORWARD ACCEPT
> $IPT -P OUTPUT ACCEPT
>
> # Faire confiance ? nous-m?me
> $IPT -A INPUT -i lo -j ACCEPT
>
> # Ping
> $IPT -A INPUT -p icmp --ic...