472,794 Members | 2,223 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,794 software developers and data experts.

Urgent Help : What is the best control ???

Dear all,

I have an application which is collecting dynamic incoming data and store
them in a list.
I need to dispaly this incoming list with 2 important recommandation :

1- if the incoming item is already present in the control list, I should
not display it
2- if an item is not anymore present i shoulds eb able to remove opnly that
item

For the time beeing I have used a Lisview control. The easiest way to handle
this is to clear all the time the content of the list when new range of data
need to be filled up. This works well but the problem with this si that if
the incoming frenquency data is high, then my list will blink all the time
due to the refresh.

I was wondering which control should I used to handle the addition of only
non existing data and remove of only non existing data without having this
refreshing stuff.

I was thinkinbg also by using a dataset object and datagrid, but this will
not avoid me this problem, if dataset content change, I will need to make a
refresh of the datgrid to show the new values.

To summarize the whole thing what is the best way to collect a frequency
incoming data (like TCP chanel data) and disply them to user by beeing able
to update only data that have change and not doing continuous refreshing
which ia bad for the eyes after a while

thanks for your help
regards
serge

Any idea?
Jul 21 '05 #1
0 899

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Anonymous | last post by:
Hello, I am loading a usercontrol with the LoadControl method and need to pass some data to the property of that control. How can I do that? THanks
0
by: serge calderara | last post by:
Dear all, I have an application which is collecting dynamic incoming data and store them in a list. I need to dispaly this incoming list with 2 important recommandation : 1- if the incoming...
3
by: N. Spiker | last post by:
I am attempting to receive a single TCP packet with some text ending with carriage return and line feed characters. When the text is send and the packet has the urgent flag set, the text read from...
1
by: =?Utf-8?B?Sm9yZ2UgUmliZWlybw==?= | last post by:
Hello I've a huge problema with a asp.net page. my page has a user control that fires an event in that event handler I load a control property and update some text boxes accordingly. my...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.