IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1825.67 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-07-27
[15:57]<zyccus>Appleman1234: but for your simple application, it might just be easier to do a quick version ... with the odd 'switch' and other such 'impure' things
[15:57]<drygq>but only if you come up with a shitload of money
[15:57]<drygq>and forget about support, adobe is crap
[15:57]<rfffgdrgwq19>rikkus:lol
[15:57]<svzz[wjzc]>awilkins so how would i proceed to use this... floating combobox, i use the cell's OnEnter event? or i inherit a DataGridViewComboBoxCell and make it work like i want !?
[15:58]<sdnffdxdlld>gah work are still on abou getting a piccy for thier website X(
[15:58]<zyccus>|^o_o^|: libpdf is available... but you'll need a DLL!
[15:58]<zyccus>|^o_o^|: there's also libtiff somewhere
[15:58]<rwyfcygs>StaZ[work]: Never done it in .NET, used to do it with standard edit controls in VB6
[15:58]<rwyfcygs>And the control had an event you could catch ; I think I was using the row events
[15:58]<svzz[wjzc]>oh scrap... :-/ all right thank you
[15:59]<rwyfcygs>Didn't know that the DataGridView had it's own fancy pants edit controls
[15:59]<svzz[wjzc]>yeah it does and they sucks bad
[15:59]<svzz[wjzc]>don't even have the DateTimePicker column, had to get one on code project
[15:59]<prnn>is anyone using ViEmu for visual studio? Ctrl+W and +U aren't working in input mode, and I can't seem to bind them manually. I mapped Ctrl+u to Edit.BriefLineDeleteToStart in global and text editor space but they still aren't working
[16:00]<rwyfcygs>Aren't there a bunch of vi keys taht are already bound to VS? I think there's a page on the ViEmi FAQ
[16:01]<prnn>it wasn't bound to anything
[16:01]<prnn>I want to bind it to delete the line to the start
[16:01]<prnn>to mimic Vi behavior
[16:02]<sdnffdxdlld>lo goaty
[16:02]<gjrvcxnne>y0
[16:03]<zyccus>faze: d0?
[16:03]<prnn>I'm talking about input mode
[16:03]<zyccus>k
[16:03]<prnn>Ctrl+U should delete line and Ctrl+W word backwards. neither work
[16:03]<zyccus>sorry :)
[16:03]<prnn>VS has both functions but I can't seem to bind them
[16:04]<zyccus>I tried unmapping Ctrl-W but it didn't help
[16:05]<zyccus>so ViEmu doesn't already do it...
[16:05]<prnn>yeah
[16:05]<zyccus>well, I made it work
[16:05]<zyccus>unmap the existing mappings
[16:06]<[baf79]>Liquid-Silence, i dont want it for asp stuff, i want it for a windows application
[16:06]<zyccus>then add yours
[16:06]<zyccus>to find the existing, press ctrl-w in the 'Press shortcut key(s)' box... then type their names into the 'Show commands containing' box and 'Remove' them
[16:06]<prnn>I dont have a single thing mapped to Ctrl+w and Ctrl+u and neither work
[16:07]<zyccus>well, map Ctrl-W to Edit.WordDeleteToStart in TextEditor then
[16:07]<zyccus>and the equivalent for Ctrl-U
[16:07]<prnn>yeah I tried that, it's still not working. weird
[16:07]<prnn>using VS 2005?
[16:08]<zyccus>no, 2003
[16:08]<zyccus>guess it's broken there then, sorry :|
[16:08]<svzz[wjzc]>hey guys, what could i search on google to find if other people were pissed by the fact that every comboboxes in a Datagridviewcomboboxcolumn refills its item collection on enter event
[16:11]<rwyfcygs>Tried DataGridViewComboBox "cack" "crap" "shit" and "broken"
[16:11]<sdnffdxdlld>anyone know any good links on making/buying a usb relay switch controller?
[16:11]<rwyfcygs>Nothing very exciting popped out
[16:12]<rwyfcygs>Try an RS232 one and put a USB-RS232 controller in the loop?
[16:12]<rwyfcygs>Must be umpteen RS232 relay controller circuits out there
[16:13]<sdnffdxdlld>thanks awilkins :)
[16:27]<myanzs>is there a way to speed up the process of adding a delegate for the function I want to use from a separate thread? each time I want to access some GUI elemetn I have to create a delegate, declare an event, create a function that calls Object.Invoke.Method
[16:27]<myanzs>etc
[16:27]<myanzs>maybe I could write some macro and then incorporate that into designer
[16:28]<sdnffdxdlld>yer, or just keep some template code handy
[16:28]<sdnffdxdlld>there might be a code snippet or something already included
[16:30]<drdyrrr>or use a background worker instead
[16:30]<sdnffdxdlld>lo damieng :)
[16:30]<sdnffdxdlld>havent seen you arround for a while
[16:33]<fyfuym-syfggag>damieng you are alive?
[16:33]<fyfuym-syfggag>omfg
[16:33]<drdyrrr>yeah i'm alive
[16:33]<drdyrrr>why, been worried?
[16:34]<drdyrrr>Liquid-Silence you are alive?
[16:34]<drdyrrr>Yeah I've been in Germany travelling round
[16:34]<drdyrrr>not been able to get online much
[16:35]<drdyrrr>been all over the place
[16:35]<drdyrrr>went to europa park yesterday.
[16:35]<sdnffdxdlld>ooo yeah you went over with your gf to see her friends then drove down south ^_^
[16:35]<myanzs>damieng was that for me? (background worker)
[16:35]<sdnffdxdlld>hope you had a relaxing time :)
[16:36]<drdyrrr>dicers yeah , http://www.microsoft.com/belux/msdn/nl/community/columns/himschoot/backgroundprocessing2.mspx
[16:37]<myanzs>great thanks
[16:37]<drdyrrr>np
[16:38]<drdyrrr>right, off out to get a drink....
[16:38]<drdyrrr>it's like 35'c here or something
[16:39]<myanzs>see you
[16:39]<sdnffdxdlld>cya dude :)
[16:39]<fyfuym-syfggag>damieng yar sortof
[16:40]<fyfuym-syfggag>smellyhippy check you later homebru
[16:40]<fyfuym-syfggag>bbiab 40 minutes
[16:40]<sdnffdxdlld>cya :)
[16:45]<sdnffdxdlld>a nice guiness extra cold
[16:47]<rwyfcygs>Egad, 95% of email is now spam
[16:47]<rwyfcygs>Seems like only yesterday it was a mere 70%
[16:48]<drygq>smellyhippy have you seen my link?
[16:49]<sdnffdxdlld>I'm at work at the moment ... I only have time for a breif bit of chat every now and then
[16:51]<drygq>ahhh ok :-))
[16:52]<drygq>lets put it this way..
[16:52]<azysvjvnfyss>hello
[16:53]<drygq>nm, i need to fiddle a bit with it ;O
[16:56]<sdnffdxdlld>wtf, I keep getting a timeout error on one of my ExecuteDataReaders X(
[16:56]<sdnffdxdlld>profilers says the request doesnt even get to the server :o
[16:57]<rwyfcygs>What's the query?
[16:57]<sdnffdxdlld>a storedproc
[16:57]<rwyfcygs>Keraaaazy
[16:57]<sdnffdxdlld>yeah :S
[16:57]<sdnffdxdlld>especially since the stuff before it executes ok
[16:57]<rwyfcygs>It's not a transaction thing, is it?
[16:58]<sdnffdxdlld>and it'll execute fine if i restart sql server
[16:58]<rwyfcygs>OK, weird
[16:58]<sdnffdxdlld>then after a while it wont execute again







