Search found 52 matches: realtime

Return to advanced search

Re: USB reading/writing as Com port

... it is also on a USB, but I suppose that this is not the same. So If Coolterm is needed, I will have a txt/csv file that is updated very fast in realtime, and I can put my Arduino data into the file. How will FW capture the data from that file (this is updated) and show result in a FW dialog. ...
by Marc Venken
Thu Feb 08, 2024 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 221

Re: Can I get object from handle?

... you are asking but it might be a possible solution. I do this a lot using triggers on tables to display status, sums, and other information in realtime without having to query the database. Just an idea, Reinaldo.
by reinaldocrespo
Sun Apr 16, 2023 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I get object from handle?
Replies: 15
Views: 1329

Re: Resolution of monitor

... como estaba antes. ¿Es posible o no? Hi Jimmy, can you make a complete and working example? I need to change the VIDEO RESOLUTION to 1280x768 in realtime, and then go back to CLIENT RESOLUTION as it was before. Is it possible or not? WINDOW 7 and WINDOWS 10 please. Gracias, thanks. Origen: http://forums.fivetechsupport.com/viewtopic.php?f=6&t=42143&sid=f7177597dbec68af574f19f84a5e1875 ...
by karinha
Sun Sep 04, 2022 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resolution of monitor
Replies: 29
Views: 2550

Re: Border around GET

... a new release much better to handle :!: :!: http://www.service-fivewin.de/fw_downloads/resbord.zip with the new tool You caan design borders in realtime with a new created border-function easy to use. the related source ( functioncall with parameter ) will be visible in folderpage 2 The folderpage ...
by ukoenig
Fri May 28, 2021 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border around GET
Replies: 46
Views: 13693

Re: To Marc -> A xBrowse-image colorpicker

... be a interesting way, since I can keep the colors more together. I like the Colorpicker more, since it let me draw the cursor and show the color realtime, until i'm satistied. I will create the colors from your picker, and close the picker, (You dit open the database exclusive), so that I can ...
by Marc Venken
Fri Nov 10, 2017 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 7974

Re: Pro's and Contra's fom Resources or Coded screens

... information ! Looking at the data from your code, in seems that this information can be put into a Xbrowse (with database) and then changed in realtime. I have seen Mr. Rao create code from data in a Xbrowse. Maybe a resource file can be created this way. The problem will be that the resources ...
by Marc Venken
Sat Aug 05, 2017 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pro's and Contra's fom Resources or Coded screens
Replies: 47
Views: 11460

Re: Xbrowse best way to change browse cols realtime

I do not have any commercial software to sell. But FWH undertakes custom commercial projects. As FWH Team member I help development in such cases. Is the source included in this kind of project ? The purpose : I looking into converting my FW16 to FWH. This can be done, have it partial working, but ...
by nageswaragunupudi
Tue Aug 01, 2017 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse best way to change browse cols realtime
Replies: 19
Views: 2942

Re: Xbrowse best way to change browse cols realtime

Marc, I tested and added the nice sample to the sample-collector. Because customers can change each month, You need a extra DBF. Even for the same customer the quantum of accomplishments can be different each month. The test ( included in another existing sample ) http://www.pflegeplus.c...
by ukoenig
Tue Aug 01, 2017 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse best way to change browse cols realtime
Replies: 19
Views: 2942

Re: Xbrowse best way to change browse cols realtime

I do not have any commercial software to sell. But FWH undertakes custom commercial projects. As FWH Team member I help development in such cases. Is the source included in this kind of project ? The purpose : I looking into converting my FW16 to FWH. This can be done, have it partial working, but ...
by Marc Venken
Tue Aug 01, 2017 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse best way to change browse cols realtime
Replies: 19
Views: 2942

Re: Xbrowse best way to change browse cols realtime

In having Xbrowse most dynamic, I need one more solution : I can select headers by : :SetGroupHeader( "Voorbereiding", oBrw[4]:oCol("T1"):nCreationOrder, oBrw[4]:oCol("M4"):nCreationOrder ) But I often refer to the database fields for changing colors. Can I also use a X...
by Marc Venken
Tue Aug 01, 2017 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse best way to change browse cols realtime
Replies: 19
Views: 2942

Re: Xbrowse best way to change browse cols realtime

I do not have any commercial software to sell.
But FWH undertakes custom commercial projects. As FWH Team member I help development in such cases.
by nageswaragunupudi
Tue Aug 01, 2017 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse best way to change browse cols realtime
Replies: 19
Views: 2942

Re: Xbrowse best way to change browse cols realtime

Mr. Rao,

Very interesting sample !! Works like wanted. Will study it some more.

Thanks.

Btw : Mr. Rao, do you have also commercial software in FWH ? Ex. Invoicing

Marc
by Marc Venken
Tue Aug 01, 2017 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse best way to change browse cols realtime
Replies: 19
Views: 2942

Re: Xbrowse best way to change browse cols realtime

What is the best approach for this way of showing Xbrowses ? Please try this sample. #include "fivewin.ch"REQUEST DBFCDXfunction Main()   OpenData()   BrowseData()return nilfunction BrowseData()   local oDlg, oFont, oCbx, oBrw   local nMonth   := 1   local ...
by nageswaragunupudi
Tue Aug 01, 2017 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse best way to change browse cols realtime
Replies: 19
Views: 2942

Re: Xbrowse best way to change browse cols realtime

Marc, I'm interested in the code of building the Xbrowse, where you show the dates/months, depending on the active month of selected button. How the headers are created There is still more : Saturday, Sunday and other special days are detected and the columns have a different color. As well the tota...
by ukoenig
Tue Aug 01, 2017 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse best way to change browse cols realtime
Replies: 19
Views: 2942

Re: Xbrowse best way to change browse cols realtime

Uwe, I see the logic. Only, when browsing older data's, you could sometimes have changes in names. For that browse it probably does not matter. I'm interested in the code of building the Xbrowse, where you show the dates/months, depending on the active month of selected button. How the headers are c...
by Marc Venken
Tue Aug 01, 2017 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse best way to change browse cols realtime
Replies: 19
Views: 2942
Next

Return to advanced search