| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8
Comments:
<0> JclWideStrings has TWStrings <0> yeah, I just scrolled through the unit, looks like it has all you need :P <1> sth like "unknown charset" > unicode <0> TWStringList... there's your problem solved <1> hmm <2> cforce: so you managed to magically detect the charsets yet? <0> initially, you said the routine uses TStringList and it would lose your unicode info... here. <1> ki9a: for my 3 types, yes <1> it works in c++ <1> TByte: yes , that was one of my problems <3> Morning <4> can you create keyboard shortcuts to delphi's menu items? <0> Hotkeys.. ya <0> THotKey <0> or TJvHotkey <0> you can have them global or local (which is what you need)
<4> nah.. i'm talking about actual delphi IDE.. <0> haha <0> donno then...there're plenty shortcuts made already <4> :) <4> yeah.. but there isn't one for the component list? <4> view-component list..? <0> heh I meant keyboard shortcuts <0> i use a lot of accelerated chars <5> joe90: Yeah. Alt-V,c <4> hehe.. that'll do :) <5> I tend to use they keyboard almost exclusively when I'm really into code, and I've enver wanted for hotkeys. I've just got used to using the alt keys for getting to menus, though. <5> s/got/gotten/ <6> is there a combobox type component that lists the months, or can TDateTimePicker be customized to do that <0> Drk`Angel yeah, it's good enough, but if you want to go deeper into sub-popups, then there might be issues like lag, then something else is executed <0> like delay openning a popup because of glyphs or what not. <4> yeah.. i typically use the alt keys aswell, but somethings (like Ctrl+F), work out slightly more convenient.. i was hoping i could set a Ctrl+C.. <3> This TDirMon is screwy <4> nonetheless.. it'll do <3> somehow its gathering extra data. like if i create the file test.txt , sometimes dirmon sees test.txt$ <0> heh CTRL+C is copy ! <4> ****, of course :D <4> well.. you get the idea.. <0> ye <5> ctrl-alt-shift-space-c! <0> yea.. <0> joe90 ... what you wanted CTRL+C for instead? <0> .. I mean there're shortcuts for almost anything... <0> I use F11 in Delphi when you designing, it switches focus to last edited property <5> You were just talking to him about it ... 25 minutes ago. <5> Shortest attention span ever. <5> :) <0> I do that :( <0> No... um Dates :/ <0> mmm my mum is so nice... I got a plate of fruits <0> peach plum banana apple and nectarine! o0o /me eats up <7> hrm <7> supposedly vista rc1 is supposed to be on msdn, wonder when <7> i don't see it :( <7> well beta rc1, 5472 <4> hehe.. yeah, i use all the common F12, F11 etc.. it was mainly the component list, of course i use Ctrl+C frequently so that would be no good.. erm, perhaps a Ctrl+Mash_The_Keyboard_With_Full_Palm.. <0> hah <5> I like ctrl-shift-alt-space-c. Full one hand hotkey :) <4> :D <3> Drk`Angel: lol <8> mirak: type MMMM/yyyy in format property <8> bastard left <8> **** bangalore <7> wtf? <7> "Microsoft has just released the latest installment of the Windows Vista pre-RC1 builds, with Vista Build 5472.5 making its way to TAP and Tech Beta tester today, and for once, MSDN Subscribers too." <7> it's not on MSDN! <7> anyone else have an msdn subscription that can check? <7> i just see beta 2 on mine <5> Haven't had one in years. I should check and see how cheap I can subscribe as a student. <7> i always go with ebay <7> i got 2 years for $2700 or some such <7> well, boss did <7> i find it, he pays <3> Is there any command to get rid of wierd characters at the end of a string ? <0> weird? <2> don't put them there
<7> wierd characters? <3> i'm not.. <2> well what is? <3> Its really wierd. This TDirMon component sometimes brings back the wrong filename <0> heh fook that. <3> like. I create a file test.txt and it thinks its test.txt$ <3> yes.. <3> i've tried doing newfile := AnsiLeftStr(filename, (length(filename) - 1)); <2> I think it would be smarter <2> to find out why it gives that in the first place. <3> ki9a: hehe <0> don't laugh go do as he says <0> rewrite TDirMon <0> phrostix maybe it's File System kind of **** you're getting in there...perhaps some indexing ? or access something that's not the file ... I'm guessing, but perhaps it has some filtering properties? <0> my english is GEh.. I just can't be arsed to type "the" "a" <7> btw, prey is an amazing game so far <2> ah <7> in case anyone was wondering :) <2> heh <2> never heard of it. <7> it's very creepy and kinda gross, bloody, but very intense and cinimatic <3> TByte: Its not indexing, thats turned off. <7> its based on the doom3 engine so it looks pretty neato <2> ah <2> here I am thinking on which issue to attack next <0> anyway to select components in design just by dragging? My custom forms is dragged right now instead <7> hold down ctrl <5> I haven't bought an actual new game in years. <5> Playing old stuff mostly. <5> Not a lot of time to play, so I buy games as they get cheap lately. <0> daedo thanks a LOT! <4> a game called Harvester was decent.. pretty gruesome though (think it was banned in most countries).. was a cl***ic adventure/solving crap with full motion video (under MSDOS) type of game.. <4> that was prolly that last game i played.. <0> I wish you could give people an alias to your MSN address... so they don't know your real email <0> or have multiple email accounts for 1 msn account <0> I have a personal email address ***ociated with my MSN, I use MSN for personal and business, but I'd rather not give out the real email addy for many reasons <9> that's what things like gmail and trillian are for <9> get a p***port accout with a gmail addy, use that for msn <10> yahoo has alias addresses <9> let the mail rot there <0> app will I be able to sign in with my real addy, and communicate with people who added me under an alias? <9> nah <0> then you misunderstood me <9> but you can add multiple accounts to trillian <9> or gaim <0> gaim from google? <9> log in with a bunch at the same time <9> no...it's not from google <0> I knew that other clients had this feature... Miranda for example <9> open source...noting to do with google <0> I like msn though <0> i guess they'll have to do that one day <9> msn, yahoo, aim, lots more...all in one proggie <1> TBYte: the copy/add/length/delete method, seems to have no corresponding procedures in JclWideStrings, do they work then for both, wideString and String? <0> not sure what you mean <0> jclwidestrings use WideString.. so I suppose if you p*** them strings, delphi will convert them... but just use appropriate routiens <1> there is no delete method in jcl strings .. <1> no add, etc <0> what's delete? <0> delete from inside a string? <1> delete(str,1,length(str); would empty the string <1> its std. delphi string lib! <1> never used that? <0> yes I have <0> empty the string ... := '' ?:P <2> that's faster ;) <2> if x <> '' is also faster than if length(x) = 0 then <2> <> <0> cforce delete is rubbish generally... i used it maybe once <0> ki9a how so?? <2> because if x <> '' results to if x <> nil <0> ***igned(strrec.buffer) ? <2> while length has a call overhead <5> length is a function call.
Return to
#delphi or Go to some related
logs:
#worldcup #politics #politics dwssap #politics unbrick dd-wrt
#gamedev #politics tmtbolmf #politics
|
|