Sponsored Content
Full Discussion: Change time winter=>summer
Operating Systems AIX Change time winter=>summer Post 302786225 by Castelior on Wednesday 27th of March 2013 05:34:57 AM
Old 03-27-2013
I changed it again yesterday. I don't have the error anymore.
I cross the fingers for the next weekend.

Thanks
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Time change not working...

Hi, I am pretty new to the Solaris world. Just installed the version 8 and found that the time is off. I am in the Central time zone. In the beginning, the date and time was off by a day. After changing the /etc/default/init, there is no avail. The date is now correct but the time is still 5 hours... (7 Replies)
Discussion started by: conflansun
7 Replies

2. UNIX for Dummies Questions & Answers

Winter/Summer time change

Reliant Unix. Our branch in Syria has a Unix Server running our company application. Usually the the time is changed not in a fixed date.....but around end of October and beginning of November. The night of the summer winter time change last year...we put the server in singel user mode, then... (0 Replies)
Discussion started by: bcheaib
0 Replies

3. Linux

How To change time?

what command must i use to change time ? (4 Replies)
Discussion started by: Sirius
4 Replies

4. AIX

summer Time

Good Morning I want to know how I can Abort tha automaticaly date change from summer to winter time ( At the the last sunday of march the date change) Please it is very urgent (0 Replies)
Discussion started by: mktahar
0 Replies

5. Solaris

change time

The time of our Solaris server now is slowly more 20 seconds. How can we change it ? (3 Replies)
Discussion started by: anhtt
3 Replies

6. What is on Your Mind?

another whats on my mind!!! - winter waves

for anyone who surfs the northeast: why can't we have more frequent wave forming winds (bigger low pressure systems) in the summer?! i'm tired of putting on 100lbs of wet suit and surfing awesome waves. i'd rather put on no wet suit and surf awesome waves. :) damn the bermuda high!! anyone... (1 Reply)
Discussion started by: pupp
1 Replies

7. AIX

AIX TIME CHANGE

Hi Guys , I see a weird problem with one of the AIX Machine, The time is changing randomly on the server. The seconds part of the time is what is the problem which is jumping on a uneven order and coming back to the original state after some time and again the same.. I have collected the time... (8 Replies)
Discussion started by: kkeng808
8 Replies

8. Debian

change time

Hi all, I want change the time settings from EST to IST by using command line in Debian os. but it is not taken. Can any body show me the how to change the time settings by using command line. Thanks, (1 Reply)
Discussion started by: mastansaheb
1 Replies
crosshair(3tk)							    Crosshairs							    crosshair(3tk)

__________________________________________________________________________________________________________________________________________________

NAME
crosshair - Crosshairs for Tk canvas SYNOPSIS
package require Tcl ?8.4? package require Tk ?8.4? package require crosshair ?1.0.2? crosshair::crosshair w ?arg...? crosshair::off w crosshair::configure w ?arg...? crosshair::track on w cmdprefix crosshair::track off w _________________________________________________________________ DESCRIPTION
The crosshair package provides commands to (de)activate and track crosshairs on canvas widgets. API
The following commands are exported to the public: crosshair::crosshair w ?arg...? This command activates the display of a pair of cross-hairs for the canvas widget w. The cross-hairs track the pointing device. The result of the command is the empty string. All arguments after the widget w are treated as options as for a canvas line item in w. Of particular interest are -fill and -dash. crosshair::off w This command removes the cross-hairs from the canvas widget w. Nothing is done if the widget had no cross-hairs. The result of the command is the empty string. crosshair::configure w ?arg...? This command changes the appearance of the cross-hairs in the canvas widget w. It is an error to call it for a canvas which has no cross-hairs. All arguments after the widget w are treated as options as for a canvas line item in w. Of particular interest are -fill and -dash. The result of the command are the current configuration settings. crosshair::track on w cmdprefix This command activates reporting of the location of the cross-hairs in the canvas widget w. It is an error to use this command for a canvas which has no cross-hairs. The result of the command is the empty string. After the invokation of this command the specified command prefix cmdprefix will be called whenever the mouse moves within the can- vas, with 7 arguments. These are, in order: [1] The widget w [2] The x-location of the cross-hairs, in pixels. [3] The y-location of the cross-hairs, in pixels. [4] The x-location of the top-left corner of the viewport, in pixels. [5] The y-location of the top-left corner of the viewport, in pixels. [6] The x-location of the bottom-right corner of the viewport, in pixels. [7] The y-location of the bottom-right corner of the viewport, in pixels. A previously existing callback for w will be disabled. I.e. per canvas widget with cross-hairs only one callback reporting their location is possible. crosshair::track off w This command disables the reporting of the location of the cross-hairs in the canvas widget w. It is an error to use this command for a canvas which has no cross-hairs. The result of the command is the empty string. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category tklib :: crosshair of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDS
canvas, cross-hairs, location, tracking, viewport COPYRIGHT
Copyright (c) 2003 Kevin Kenny Copyright (c) 2008 (docs) Andreas Kupries <andreas_kupries@users.sourceforge.net> crosshair 1.0.2 crosshair(3tk)
All times are GMT -4. The time now is 04:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy