| |
| |
| |
|
Page: 1 2 3 4 5
Comments:
<0> called Swag <1> and years after i submitted bugs, they just keep getting deferred <0> sawg <0> i think <1> app, there? <2> hiya <1> got new pics of her yet? :D <2> nope <2> but i have pics she took of other things <1> what sort of things, haha <2> some interesting artsy stuff <2> and 2 really nice christmas ones <1> URL? <2> those 2 look like christmas cards <2> i'll pm it to ya in a min...it's on my pc
<1> ite <3> now innosetup is pissing meoff <3> ki9a: you here? <4> yes. <3> i have an innosetup script that i've been usnig for few years. <3> now, tday, its not properly working. <3> specifically... <3> h := FindWindowByCl***Name('TDisplayForm'); <3> if h<>0 then <3> SendMessage(h,16,0,0); <3> to shut down the app that's running <3> why would that stop working? <4> changed cl***name? multiple apps running ? <4> else, I would'nt know <4> minimized to tray ? <3> yeah, its usually minimized to the tray <3> and no, same cl***name <3> not multiple instances. <4> I'm not sure if you can find minimized to tray apps <4> with findwindow <3> yes <5> I suppose being killed by an exploding beer keg is not what you'd want in your obiturary. http://www.newstimeslive.com/news/story.php?id=1028645 <3> it finds the handle just fine <4> interesting <4> it just doesn't react? <3> correct, it does not shutdown <3> and it always has <5> ki9a Findwindow finds window handles in any state. The only thing that it wouldn't find is if all the window handles had been disposed of, which is not all that usual. I use findwindow at it even finds most service programs. <4> findwindow doesn't find non-interactive service apps <4> MrBtrieve: no idea, sorry. <3> wel, what good are you. <5> Ah, I just rechecked. It's enumwindows I'm using so you may be right. <5> ki9a - looking again, it would appear that enumwindows and findwindows find the same thing, and I DO get a lot of service apps in enumwindows. <4> Interactive by any chance? <5> May be. I THINK what the deal is is whether or not the service creates a default window handle or not. IT's not required so at least some of them don't show. <4> no no <4> it has to do with if a service is interactive <4> it means that it can interact with the current desktop <4> if it can't interact <4> it's not visible to you <5> Hrm. I didn't thing my Postgresql database engine was interactive (I've never seen it interact) yet it's there. Lemme dig a bit further. <5> Ok, a lot of this would be interactive services. I'm just not conviced it's 100%. <5> Ok, ok. I'll go with not finding non-interactive service apps. There's certainly a number of those that are not appearing. <5> You win I quit. <4> heh <5> I always thought it was whether or not the app opened a handle. However if you intersect the two sets their virtually identical. <5> err, not app, service <3> wonder if something changed in teh latest version of inno <5> Like? <3> like... <3> FindWindow got botched <5> I don't use findwindow in Inno so I wouldn't notice.... <3> i just wronte a program to do the same thing...worked fine <5> I just have things so if files are locked in my app, it installs them on the next restart with a message to that effect. Works for my stuff, but I won't propose that as a general solution. <5> (Leftover habit from Win98 where you can close everything and the @%^@ dlls are still locked) <3> dammit <3> now its working just fine. <3> WTF?! <4> "justice leage"
<4> was a nice episode <4> Smallville. <6> usually renaming locked executables helps <7> ki9a: when did that view ? <4> air ? <4> yesterday in the US <4> half of all stargate eps <4> is like, they **** things up <4> and save themselves just in time. <8> I think I like the direction smallville is going in. <8> I may actualyl start watching it. <4> :) <4> at least it gets more interesting <4> if I wanted to watch what the last season was about <4> I'd just get the OC on DVD <8> hehe <9> it's all about american idol <9> ;) <6> adventures of million dollars? <3> daedo: do you use TcxVerticalGrid? <9> ya <3> found something dd w/ the custom drawing <3> i have a large read-only vgrid for displaying data. when a user scrolls through it, i simply wanted to bold both the header and value <3> works for the value, but not for the header <9> for the focused row or? <3> for example, this works: <3> procedure TForm1.vg1DrawValue(Sender: TObject; ACanvas: TcxCanvas; <3> APainter: TcxvgPainter; AValueInfo: TcxRowValueInfo; var Done: Boolean); <3> begin <3> if AValueInfo.Focused then <3> begin <3> ACanvas.Brush.Color := clAppWorkspace; <3> ACanvas.Font.Color := clInfoBk; <3> ACanvas.Font.Style := [fsBold]; <3> end; <3> end; <3> yeah, bold just the focused one. <3> same idea on teh header does nothing. <9> weird, i use the same code for both header and value to change colors <9> no problem with that <3> really <3> i can't change the color on the header <3> oranything. <10> hi guys. <10> anyone here know how to do table of contents in word? <11> hi dayna <4> com. <4> lots of com. <10> I've been asked to update an Requirements Spec... <12> hi dayna <10> I mean in word... not programmatically. <13> hi <13> Hmm. Think you have to set the style of the headings and stuff <13> i hate doing that stuff. :) <13> Insert > Reference > Index and Tables. Click on the Table of Contents tab <13> oh cool; looks like you can create a single table of contents for multiple word docs and link to it with a mail merge type thingy <12> DaynaGirl: you'll have to use the predefined "Header 1" etc styles afaik <12> DaynaGirl: then in the "Insert" menu (i think its called, between Show and Format), you have "index and tables" or "references and tables" or some such, and second tab on that <12> i have norwegian word so i have no clue what the english names are <12> i could make a screenie tho <10> thanks I found it. <10> kreeme: thanks. your answer led me to the right answer. <10> you must as LordCrc said... set the proper predefined types. <10> then right click on the TOC and select update field. <10> then tell it to update entire table. <12> oh slow reader here :) <12> and yeah i skipped a link :) <4> once in a blue moon <4> ... <13> wonder if i'm spossed to tip the room service... <13> heh
Return to
#delphi or Go to some related
logs:
#politics #computers #computers kavkazchat virus #sql #politics #debian +linux +application replacement #beginner MCSE is crap
|
|