@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9



Comments:

<0> MrBtrieve: got a second before you go ?
<1> sure
<2> hrmm. If in Delphi for .NET a namespace is a "unit"
<2> how does it deal with two dll colliding in one namespace?
<0> I have a btrieve table that has a number of columns. what appears to have happened is in the table definition a column is defined as a char(30) or such, and it was expanded to a char(40) but the table definition wasn't updated. DTS fails to extract it due to the column definition problem
<1> how are you accessing the Btrieve tables?
<0> an application read/writes to this table without issues, but even the PSQL interface can't read the table due to this issue
<0> DTS/OLE, or PSQL
<1> pfft
<1> so the DDF wasn't changed?
<1> then you're screwed
<0> how in the hell does the app read/write to it just fine then ?
<1> its probably still writing a max of 30 chars
<0> i know they use one version of delphi, with one version of third party components, etc. they've hacked up their databasing system
<1> is this field at the end of the table?
<0> nope



<0> about 4 columns deep of ~20
<1> so the 'extra' 10 bytes that the field was expanded to ... what was there before?
<0> no idea. i just examined the table and realised that the field definition as far as start position, length wasn't right. i noticed one was 10 longer than it was supposed to be. i don't know the history behind it
<0> and the parent company wont support it
<1> just remember that - at the core, Btrieve is a record manager
<1> which means all i cares about is that give to you, and receives from you, x # of bytes.
<0> i have used the microkernel dumps but in this case there is a lot of binary in the table and i haven't been able to figure out how to convert how they store date times to something valid
<1> with me?
<0> no, i'm saying i have used microkernel dumps for other tables that were screwed up in the ddf and extracted data via that way
<0> but i've always extracted strings, and i read the record #. i can't convert their date times to something valid
<0> i.e. i don't know how btrieve writes them to disk
<1> you going to be around later today?
<0> yup
<3> use the dump reader by ms?
<0> Rahly: ?
<3> nvm
<1> warjest: give me 30 minutes or so and then we can go over some of the dirty details of Btrieve that you need to know.
<1> ok?
<0> ok
<0> you take care of your **** and i'll take care of mine
<3> did you recreate crypt, Vibes?
<4> No, I found someone else who did.
<3> thats good
<4> All it is is a DES implementation that allows an arbitrary length salt.
<3> ahhh, i know php's crypt does multiple things depending on input, i was just wondering
<5> hi guys.
<5> having a problem.
<4> But I'm really digging ASP.NET. I could get used to this.
<6> digging ASP.NET? At what point do you realize you're in a hole?
<5> when I have two windows (from tform) I link them together by adding code to form1 that moves form2 relative to form1
<5> but since both windows contain animations... form2 creates blanks in form1 that need to be redrawn during a quick drag operation on form1
<5> this looks really bad.
<5> is it true that if I used mdi windows... the drag/move operation is faster?
<6> Dayna - mdi windows aren't much different in speed. Have you tried enabling double-buffering?
<7> woot
<5> Mjolnir: yeah it makes TFlashPlayerControl go beserk... draws wierd.
<6> One of those....
<6> :(
<6> So it's flash you're doing your animations in. Unfortunately that's not something I'm familiar with (though for my own benifit I OUGHT to learn)
<6> Some other animation setups I can make double-buffer and they're smooth.
<6> But since Flash has major advantages over running plain AVI, fixing flash is probably the way to go.
<5> *nod*
<6> The thing is, I've noticed in web browsers and other things, that when I drag the whole window, the image breaks up badly.
<6> So this isn't just a Delphi thing.
<5> nope.
<6> I specifically note this with Quicktime.
<8> make it SVG :)
<9> hm
<9> why using tflashplayercontrol?
<9> i think there is some ocx u can use for flash animation
<9> in powerpoint u can embed a flash object for instance..
<10> tflashplayercontrol is probably just a wrapper around the activex object
<6> Dayna - The one thing I HAVE made work right with all this stuff is VLC rendering to a CGI object. However I don't know if VLC can do Flash, and even if it can, how embeddable it is. Lemme look.
<8> how do you know Tflashplayercontrol isn't a wrapper around that ocx ? :)
<9> daedo ok i dont know ;)
<6> _seibXa__ What Dayna's describing is basically a problem with the flash ActiveX.
<9> ok
<9> i didnt know ;)
<9> maybe u can create a small html file



<9> and embed an IE control?
<6> I've beaten my head on the wall over issues related to this. Her problem is just one manifestation of a major design flaw that drives a number of people bananas.
<8> mmmm ... bananas
<6> _seibXa__ If you move IE around with flash animation running, you'll probably get the same effect. Checking on that now to see if the newest does that.
<5> _seibXa__: TFlashPlayerControl is a wrapper for delphi to use the flash.ocx
<9> k
<8> nice echo in here :)
<5> _seibXa__: its a cl*** that implements the activex
<9> dayna i didnt know this ;)
<5> and its written by people who used to work for macromedia.
<5> and its free.
<9> k
<6> Dayna - can you send me a sample of what you're doing. I got Flash to go more smoothly here but I think it's due to the way I have my video set up.
<6> You don't have to send the whole app - just the two linked windows and the video for them.
<6> Whoa
<6> Looking up the details on that control.
<6> It is NOT an ActiveX wrapper, it does it all itself.
<6> Ah, I keep reading and they change their tune
<6> It is a wrapper, but a very fancy one.
<6> AHA! It says transparency is fully supported. Rather than double buffering, try this - Turn on alpha blend, but leave the alpha level at 100%
<3> alpha blending is a translucent effect, not transparent
<6> Yes, but it changes the buffering mode to something that SHOULD be smoother.
<3> yup
<3> for tranparent affects, regions would be better
<6> I've been all over the API level for both transparency and translucence
<6> At the API level, setting the window to overlay mode may fix her problem, but I'd want to be able to play with that a bit,
<6> Rahly - did you ever play with my mad alpha blender? Allows you to alpha any window in the system.
<1> interesting: http://www.engadget.com/2006/07/06/microsoft-planning-wifi-enabled-portable-media-player-working-o/
<5> Mjolnir: no sorry. I cannot. NDA and all that.
<5> anyone have code for creating a dragframe? is it complicated?
<5> as in when I drag a window... the window stays where it was... and the frame moves?
<5> then when you let go the window pops over there.
<3> is there a ShowMessage equiv in C#?
<11> there's a static method in MessageBox or something
<11> MessageBox.Show()
<12> Console.WriteLine(message);
<11> i wouldnt exactly call that a messagebox-equivalent :P
<12> according to here http://www.devsource.com/article2/0,1895,1828696,00.asp
<11> System.Windows.Forms -> MessageBox.Show(..)
<3> Console.WriteLine is a Writeln() equiv
<3> not a showmessage equiv
<9> anyone got a good hint for a book for c# ?
<3> ootje, actually, i just found it before you said it
<11> _seibXa__: i read 2, one was a "in 21 days" which ****ed as it was too slow/too newb to programming, and then skipped over to some more java/c++/* -> c# book..
<3> i think the last programming book i've read was Mastering Delphi 3
<11> well, if you know java, c# should be a walk in the park
<11> seems they were *ahem* "very inspired" by java :P
<11> plus/minus a few things
<5> hi there again.
<6> Ah, I'm me on my main nick. Lovely when the IRC client just up and crashes.
<5> well my backup battery system is 5 hours into keeping this laptop alive.
<5> and its down to 60 something percent of capacity
<8> yah
<8> don't be surprised if it dies within 10 minutes
<8> capacity readings, especially on new laptops, can be very unreliable
<5> this is a backup battery system. similar to a UPS in that the power comes on when it loses power.
<2> So anyone else found Blade 3 disapointing?
<8> I always find Blade^ dissapointed
<8> oh you mean the movie? Have only seen the first in the series
<2> ah k.
<3> it was ok
<3> the first was prolly the best, just like ANY movie ever made
<8> hm
<8> remind me not to see 2 and 3 then
<8> also I thought LotR 2 and 3 were better than 1 :)
<3> well there are exceptions to every rule, but generally thats the case
<8> yah
<8> and doubly so if the movies are made by disney
<2> James Bond :P
<3> lol
<8> tho I have decent hopes for Pirates of the Caribean
<2> when's that out ?
<3> this month?


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #delphi
or
Go to some related logs:

akuma pictures
#nhl
KAMA SYTRA GAME
microsoft kb leet
#goal
#gentoo
#goal
stocks adivice
#microsoft
BartPE Precision 670



Home  |  disclaimer  |  contact  |  submit quotes