Search found 120 matches: timers

Return to advanced search

Re: Xbrowse : Tooltips timers

bCellToolTip was introduced from FWH1701 ( January 2017 ) From whatsnew.txt * XBROWSE: - New: XBrColumn new DATA bCellToolTip: CodeBlock to return tooltip text. To show tooltip when mouse hovers over a cell. This supercedes oCol:bTooTip, which is depricated. Using bToolTip requires the programmer to...
by nageswaragunupudi
Mon Jun 12, 2023 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Tooltips timers
Replies: 3
Views: 231

Re: Xbrowse : Tooltips timers

This is for afther FW 21.06.. ? Will upgrade for some of the new stuff ))) I'm using a function because I need the value of the cell to be formatted in some kind. cell = Black,White,Green,Blue,Orange Tooltip needs to show 1. Black 2. White 3. Green 4. Blue ... Time will be there afther upgrade.
by Marc Venken
Mon Jun 12, 2023 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Tooltips timers
Replies: 3
Views: 231

Re: Xbrowse : Tooltips timers

This long code is not at all required with XBrowse. Instead, please use this simple one line code: oBrw:bCellToolTips := { |o| o:Value } Use oCol:bCellToolTip instead of oCol:bToolTip. This does what your lengthy code does automatically. If you want to set the time, oBrw:bCellToolTips := &...
by nageswaragunupudi
Mon Jun 12, 2023 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Tooltips timers
Replies: 3
Views: 231

Xbrowse : Tooltips timers

I was looking into xbrowse for showing the tooltip as long as i'm on a cell, so the tooltip should stay, or If I could set a timer then I set it a long time. I'm using it to show information that needs to be longer on screen. In xbrowse code I don't see a timer code for it ? This I use now :    oBrw...
by Marc Venken
Mon Jun 12, 2023 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Tooltips timers
Replies: 3
Views: 231

Re: xHarbour to Harbour

In xHB, I use timers - DEFINE TIMER. Timers don't work in HB.
In xHB, I use POPU PMENU - MENU oMen POUP, Only the left menu column is visible in the HB
by Natter
Mon May 30, 2022 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 21
Views: 1205

Re: Informative Screen

... down or up until next time query in a continium loop. If I get only 8 data lines, then theres no need to scroll it. Thtas the idea. Working with timers I can update the query, but no idea on how to do or not the scroll Thanks in advance. PD : This info is shown to others mebers of the crew, is ...
by Adolfo
Thu Jan 17, 2019 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Informative Screen
Replies: 8
Views: 1817

Re: Pantalla Informativa

Hola Adolfo: Creo que podrias realizarlo con 2 timers, uno para el refresco total de datos, y otro (mucho mas corto) para que haga un movimiento de a uno. Algo asi como DEFINE TIMER oTimer2 INTERVAL 4000 OF oWnd ACTION MoverProximo()....STATIC ...
by cmsoft
Mon Jan 14, 2019 3:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pantalla Informativa
Replies: 9
Views: 1968

Re: Detectar cambios sin usar TIMER

... events to clients who subscribe to such events. When we choose MySQL like free RDBMS, we need to live with such limitations and depend on timers.
by nageswaragunupudi
Mon Jan 29, 2018 8:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar cambios sin usar TIMER
Replies: 2
Views: 725

Re: Put a hold on xbrowses scope action

Looking at some info about timers, I have this kind of solutions. They do what I want (delay the update of child browses), but it think almost for sure that it is not fully programmaticaly correct. // before calling the oDlg   Define Timer ...
by Marc Venken
Sun Oct 29, 2017 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Put a hold on xbrowses scope action (SOLVED)
Replies: 7
Views: 1411

Re: Invoice software

... some code I can share with you .. download the file from the link Invoice.zip ... the source is about 6500 lines of code and it uses Ado, Hash's, timers, and xBrowse with EDIT_GET. Included is the workview.rc and workview.prg ... Rick Lipkin -- update -- To All l... I have re-posed another link ...
by Rick Lipkin
Wed Aug 30, 2017 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invoice software
Replies: 14
Views: 2472

Re: copy some files from tablet

... job and is very low cost ( $ 29.95 usd ) I use it for backups to multiple drives, but it can do sync between the cloud, other devices, etc. It has timers and you can have multiple routines. So, you can set it to do a daily backup to one drive and hourly backups of changed data to another, and sync ...
by TimStone
Thu Jul 27, 2017 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy some files from tablet
Replies: 11
Views: 1810

Rutina para leer Gps

... recepcion CLASS TGps DATA lGps // hay conexion con el gps DATA oTimer // intervalo de tiempo para leer el puerto DATA oWnd // ventana asociada los timers estan asociados a una window DATA aNMEA // array con las sentencias nmea leidas DATA cNMEA // ultima sentencia interpretada DATA cTime // hora ...
by Busmatic_wpb
Sat Jul 22, 2017 1:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rutina para leer Gps
Replies: 1
Views: 965

Test GPS Error en encontrado

... recepcion CLASS TGps DATA lGps // hay conexion con el gps DATA oTimer // intervalo de tiempo para leer el puerto DATA oWnd // ventana asociada los timers estan asociados a una window DATA aNMEA // array con las sentencias nmea leidas DATA cNMEA // ultima sentencia interpretada DATA cTime // hora ...
by Busmatic_wpb
Fri Jul 21, 2017 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test GPS Error en encontrado
Replies: 0
Views: 643

Re: EXCESS RELEASE OF FONT - oFonte:End()

do not end font in timers or valid clauses.

What you need to do after the end of MDICHILD, do it in oWnd:bPostEnd
by nageswaragunupudi
Fri Jun 09, 2017 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT - oFonte:End()
Replies: 10
Views: 1300

Re: como saber si un objeto tomó el :end() o no ??

... te dejo los dos prgs en donde trato de explicarte el problema que se me presenta. el Primero, en el cual se construye un formulario y se integran TIMERS para controlar su duracion. Define Dialog oDlg resource "AD_Empresa" title 'Registro de Datos de la Empresa' oDlg:lHelpIcon:=.f. oDlg:SetFont(oFontDlg) ...
by JoseAlvarez
Wed Mar 08, 2017 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como saber si un objeto tomó el :end() o no ??
Replies: 10
Views: 1305
Next

Return to advanced search