Click here to Skip to main content
15,888,527 members

Comments by Member 13788771 (Top 5 by date)

Member 13788771 16-Jul-18 12:21pm View    
Thanks for putting your time in this, I he ave mistaken myself with an if/else condition.. I thought it went inside the if but went in the else, where I did not set any arguments.. so stupid of me.
Member 13788771 16-Jul-18 12:13pm View    
WOOOW found it, in function1 i had an if else where both conditions runs the code shown in function1 above, but in the else statement i forgot to put the argument in... sorry to have bothered with your time!
Member 13788771 16-Jul-18 11:57am View    
I updated the code, but yea if I put a breakpoint and look at the e.argument, it is set to 'null'. But idk why because I did put the Tuple in as an argument, right?
Member 13788771 16-Jul-18 11:46am View    
Wait, i did instantiate the worker like that and when the form loads i added an event to it. i updated my code. Also i can't retrieve the integer '2'.. it gives the same error.
Member 13788771 16-Jul-18 11:42am View    
Deleted
oooooh wow you're right, I forgot to instantiate it damn how could i have not seen this, Thanks for the help!!