No announcements
Found 2540662 threads
-
0 Votes
Settings events firing too many times
My sample is based on the App Settings sample with before/after events:Answered | 7 Replies | 4623 Views | Created by Valentin Iliescu - Friday, March 30, 2012 5:47 PM | Last reply by Valentin Iliescu - Wednesday, April 18, 2012 1:59 PM -
0 Votes
How many delegates (and events) will be too much in a project...?
3) If you really have too many items for WPF to redraw correctly, it pretty much means you have more than you can see in any case, on the screen.Answered | 10 Replies | 4532 Views | Created by Jinx Wants To Learn - Friday, September 18, 2009 8:17 PM | Last reply by Reed Copsey, Jr - Monday, September 21, 2009 5:13 PM -
1 Votes
Event Handler is firing multiple times
Hi Shereen & Agarwal, It works like a charm, i used the following... thanks for your time...Answered | 6 Replies | 14235 Views | Created by Vaishali MSPP - Tuesday, August 17, 2010 7:51 PM | Last reply by Rishikesan - Friday, August 12, 2011 6:40 AM -
0 Votes
SheetChange triggered too many times on cell with DataValidation
Option Explicit Private Sub Worksheet_Change(ByVal Target As Range) Static Last As Range, Value As Variant 'Just for the demo If Target.Count = 1 ...Answered | 1 Replies | 430 Views | Created by Dan_1981 - Tuesday, February 2, 2016 9:12 AM | Last reply by Andreas Killer - Tuesday, February 2, 2016 5:25 PM -
0 Votes
BingMap v8 viewchangeend triggered too many time
This is the first time I've heard of this one, and I'm not able to reproduce it using this sample: https://www.bing.com/api/maps/sdkrelease/mapcontrol/isdk#mapViewEvents+JS Try ...Answered | 2 Replies | 599 Views | Created by fernando06 - Wednesday, May 17, 2017 7:08 AM | Last reply by fernando06 - Thursday, May 18, 2017 7:24 AM -
0 Votes
ContentControlBeforeDelete event firing multiple times for undo
For example, you can set a global boolean variable when in an Undo so that the action is performed only once - other times it's skipped.Answered | 6 Replies | 876 Views | Created by Zain-ul-Abideen - Saturday, September 12, 2015 6:45 AM | Last reply by Cindy Meister MVP - Wednesday, October 21, 2015 1:19 PM -
1 Votes
Too Many Files
We also encountered long processing times for more than a few files but was told by Microsoft to send our largest file to ADL storage instead of blob storage.Answered | 2 Replies | 930 Views | Created by Brian Custer - Thursday, August 10, 2017 8:26 PM | Last reply by Brian Custer - Wednesday, August 16, 2017 11:45 PM -
5 Votes
avoiding too many parameters
Bottomline is, it definitely gets rid of those long set of parameters, which I believe will become very handy because I can foresee more parameters joining the part later on.Answered | 8 Replies | 7683 Views | Created by dgman - Tuesday, August 11, 2009 2:18 PM | Last reply by dgman - Tuesday, August 11, 2009 5:14 PM -
1 Votes
Setting SelectedIndex in a ComboBox does not fire SelectionChanged event
We can fire the SelectionChanged event when the SelectedIndex Property changed.Answered | 17 Replies | 14739 Views | Created by PaulSinnema - Wednesday, September 2, 2009 3:52 PM | Last reply by Bruce.Zhou - Thursday, September 10, 2009 3:13 AM -
0 Votes
TextBox_Leave is not fired all the time
Cool Dad is right, running and event handler on a 2.5GHZ CPU means that firing an event happens in approximately... around 40 nanoseconds.Answered | 7 Replies | 3287 Views | Created by Extreme Spartan - Wednesday, December 22, 2010 1:46 PM | Last reply by Mr. Javaman - Wednesday, December 22, 2010 4:58 PM -
0 Votes
ItemAdding and ItemAdded events not firing
"EmailReceived" event is required.Answered | 5 Replies | 9150 Views | Created by Maniranga - Friday, March 18, 2011 3:07 PM | Last reply by Maniranga - Friday, March 18, 2011 4:26 PM -
0 Votes
Windows.Form events not firing ?
You want the event to be fired when a form is clicked and not on clicking of other controls etc.Answered | 4 Replies | 7053 Views | Created by ThomasMSN - Monday, May 16, 2011 4:38 PM | Last reply by Vishvvas - Tuesday, May 17, 2011 8:38 AM -
0 Votes
Event not fired in Excel 2003
When you say "click event", do you mean the OnAction macro linked to the button does not fire, or do you mean you have a Class set up to use WithEvents to trap the ...Answered | 4 Replies | 4806 Views | Created by Rasch-Laugesen - Friday, May 13, 2011 9:35 AM | Last reply by Shailendra_G - Wednesday, May 25, 2011 9:26 PM -
0 Votes
Explorer_WindowStateChanged event doest not fire every time.
WindowStateChanged event tracks the active & inactive tabs and also your question is aked in the IE extensions forum you could look at the answer but you may ...Answered | 1 Replies | 4082 Views | Created by ramveers - Saturday, March 20, 2010 10:58 AM | Last reply by Sedat Salman - Saturday, March 20, 2010 8:23 PM -
0 Votes
NetworkInformation.NetworkStatusChanged event fired multiple times on connecting to the Internet, bug?
To reproduce set a breakpoint inside NetworkStatusChange_Click in NetworkStatusChange.xaml.cs.Answered | 9 Replies | 5559 Views | Created by SamArkadium - Tuesday, July 24, 2012 3:51 PM | Last reply by Lisa19 - Saturday, January 26, 2013 4:40 AM -
0 Votes
Session Start Event firing multiple times
Where should I post a question about the Session Start event firing multiple times after the session timeout occurs?Answered | 1 Replies | 9071 Views | Created by allyson.kreft - Monday, April 6, 2009 3:16 PM | Last reply by Shrikant Maske - Tuesday, April 7, 2009 4:53 AM -
1 Votes
Stop Valid event firing
Checking Lastekey()=27 is sufficient, becuase a button with Cancel=.T. will cause that ESC key pressed, too.Answered | 2 Replies | 2829 Views | Created by DevNC - Thursday, April 5, 2012 6:47 AM | Last reply by Olaf Doschke - Thursday, April 5, 2012 7:08 AM -
0 Votes
ItemCloned event not firing
The ItemCloned event does not seem to be firing for each item.Answered | 2 Replies | 7565 Views | Created by EManning - Friday, June 27, 2008 7:38 PM | Last reply by JimTice - Thursday, April 12, 2012 1:03 PM -
3 Votes
Too many columns
So 128 columns is almost certainly too many columns for a row, but not for performance as much as keeping the data pure and normalized.Answered | 3 Replies | 9046 Views | Created by OraSQL - Thursday, July 29, 2010 1:16 PM | Last reply by Reddy Balaji C - Friday, July 30, 2010 9:31 AM -
0 Votes
Too many entries in the database
> i already have a database that have one table with too match entries in the day, like 10000 entries.Answered | 1 Replies | 1055 Views | Created by valmes - Thursday, August 25, 2016 11:44 AM | Last reply by pituach - Friday, August 26, 2016 4:23 PM - Items 1 to 20 of 2540662 Next ›
No announcements