Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Showing clock in status bar
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Showing clock in status bar

 Post Reply Post Reply
Author
Message
mkhadem View Drop Down
Groupie
Groupie


Joined: 28 July 2008
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote mkhadem Quote  Post ReplyReply Direct Link To This Post Topic: Showing clock in status bar
    Posted: 09 October 2008 at 4:36pm

Hi,

 
Does anybody know how to put the clock in the status bar that shows current time?
 
Thanks
Mo
Back to Top
Ditte View Drop Down
Groupie
Groupie


Joined: 28 October 2007
Status: Offline
Points: 94
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ditte Quote  Post ReplyReply Direct Link To This Post Posted: 09 October 2008 at 7:21pm
Hi,

you must only  translate it in your language.

Object oxxStatusBar is a xxStatusBar
        
   Object oxxStatusTime is a cxxStatusBarPane
      Set piWidth to 100
      Set pbStyleNoBorders    to True
   End_Object

   Object myTimer is a DFTimer
      Set Timer_Active_State to True
      Procedure OnTimer
         Set psText of oxxStatusTime to (Mid(CurrentDateTime(),19,1))
      End_Procedure
    End_Object
          
            ...
End_object




 
Regards



Dittmar



Product: Xtreme SuitePro (ActiveX) 13.4.2

Platform: Win XP

Language: Visual Dataflex 16.1
Back to Top
mkhadem View Drop Down
Groupie
Groupie


Joined: 28 July 2008
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote mkhadem Quote  Post ReplyReply Direct Link To This Post Posted: 13 October 2008 at 4:10pm
Hi Ditte,
 
I never used translation. Is there a VB sample code for using the clock in the status bar?
 
Thanks
Mo
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.203 seconds.