bme-develop Mailing List for Be-messeng-er (Page 11)
Status: Planning
Brought to you by:
sirmik
You can subscribe to this list here.
| 2004 |
Jan
(7) |
Feb
(15) |
Mar
(45) |
Apr
(46) |
May
(18) |
Jun
(6) |
Jul
(12) |
Aug
(45) |
Sep
(7) |
Oct
(9) |
Nov
(37) |
Dec
(24) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Simon T. <sim...@ga...> - 2004-03-16 17:00:05
|
> sf doesn't like this mail account :s > > grrr Sorry for the spam, the real message I tried to send got returned last time. Must have just been a temporary thing, I'll resend that mail in a second. |
|
From: Simon T. <sim...@ga...> - 2004-03-16 16:53:41
|
sf doesn't like this mail account :s grrr |
|
From: Sir M. <obe...@ho...> - 2004-03-16 10:38:13
|
Hi, >You are working on the GUI side only right? or are you working with >IMgs from the MSN protocol? >We should probably add a few parameters to the >BMessage(MSN_SEND_MESSAGE) in order to include these effects. >It would also be nice to choose different fonts and colors, right now >every msg is hardcoded Arial black on the protocol side. > Uhm yes I changed a bit of code in the BMsnSBHandler class (and the MSNChatter class)...I changed to also parse the EF command and wrap the command part (I=italic, B=bold, U=underscore, S = Strikeout, and combinations of it) into the MSN_SEND_MESSAGE...hope that isn't a problem, I'll attach the new code... maybe it's also a better idea to change the insertIM(const char *fname, const char *im, rgb_color rgb, const char* effect) in MSNChatter to insertIM(BMessage *message) or isn't that possible, because of weird message things? In that we way don't have to pass all the parameters in the BMessage separately... I know now that Bold and/or Italic work, the font is properly changed...major thanx to a friend of mine, who helped me testing this...he also offered to be a beta tester...as I said the other two (underscore and strikeout) aren't implemented by be...we can provide a work around for that, but that may be difficult to realise...we'll see about that...I'm also thinking of installing some windows fonts in beOS to implement the font handling code(if the font isn't found, change back to a beOS font)...btw there is also a lot of info in the msn messages about what kind of font class (times new roman like, arial like) the message uses, maybe we can use that as well...to select an appropriate font, when the font itself isn't selected.... Yesterday I also continued my work on parsing the icon prefs file...I'm making a StringTokenizer for that, and that piece of code, has some problems with it, hope I'll figure it out today though... >I don't think I can get us one. Sorry. If we had java for BeOS >maybe... jaja =) >That would rock!! > That would rock indeed! Well then I suggest using the sourceforge webspace...have to learn some php then, so it can take some time before I have something decent...can send you the mockup of the page I flinged together last week...if you want (Simon already saw it)...then if we agree we can use that... regards, Tim _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 |
|
From: Daniel G. <al7...@ma...> - 2004-03-16 06:27:25
|
Hello, > Hi guys, > > busy with the Font effect's as I said, effect's are now succesfully > recognized...only problem: B_UNDERSCORE_FACE and B_STRIKEOUT_FACE > aren't > implemented according to the annotated bebook at beunited.org. I do > have to > test it if it works with italic and bold faces.... You are working on the GUI side only right? or are you working with IMgs from the MSN protocol? We should probably add a few parameters to the BMessage(MSN_SEND_MESSAGE) in order to include these effects. It would also be nice to choose different fonts and colors, right now every msg is hardcoded Arial black on the protocol side. > > >Tim, how's the website coming on? > > > uhm, haven't worked on it anymore...first have to figure out php...or > could > you get us a jsp server Daniel? then I'll do it in jsp, since I > already have > a page programmed in that language... I don't think I can get us one. Sorry. If we had java for BeOS maybe... jaja =) That would rock!! > > regards, > > Tim > Daniel |
|
From: Daniel G. <al7...@ma...> - 2004-03-16 06:09:42
|
Hi, > Hi Daniel, > > I think you've read my mind, because I thought it was time to set up > a cvs > server. Worked on the font effects yesterday, aren't working yet...I > tried > the cvs checkout and it worked, I think....but I only got a src > directory...(cvs stopped after exceptions.h....I waited a while that > ctrl+c > it) should it also include a project file? if so we must make sure we > have > cryptlib in the same directory on our pc's(now I'm constantly > changing the > project file)...btw, how can we checkin code? > src is the only thing I have in the cvs. I don't know why it hangs after the last file... it's weird I tried to access it from a windows machine and got the same result. To checkin changes in the code the command is (you have to be in the directory src) cvs commit But I suggest you see if there have been any changes in the code since you last checked out. You can do it with cvs diff file to compare your file with the one repository. cvs update will get you the latest version from the repository. Try man cvs for more commands and information. This is a good link to learn more about cvs: http://cvsbook.red-bean.com/cvsbook.html > regards, > > Tim > > P.s Technix asked some questions yesterday on beShare I gave him the > current > progress of our project...I don't think he will post it on tbj, but > if he > does, you know from who it came :D > > > >From: "Daniel Guajardo" <al7...@ma...> > >To: "Simon Taylor" <sim...@ga...>, "Sir Mik" > ><obe...@ho...> > >Subject: Re: [bme-develop] New source code? > >Date: Mon, 15 Mar 2004 02:42:59 -0600 CST > > > >Hi again. As you probably noticed there are some errors in the > >exceptions class. > >That's way I'm sending it to you again. Also there was a memory leak > > in > >the DS server handler class from the use of exceptions - also fixed. > > > >The reason why I not sending this mail to the list is because I > > wanted > >to tell you that I am running cvs pserver on my computer, so > > everybody > >can access the code. I have set up these users for you: mik, simon, > > the > >password is bme. I don't know if you have used cvs before, but here > > is > >what you need to do to get the code. > > CVSROOT=':pserver:mi...@ta...:/boot/home/CVSHOME'; export > >CVSROOT > > cvs login > > cvs checkout src > >Let's hope my IP does not change during the day because I haven't > > set > >up an automatic update for dyndns. > >Please let me know if you can access my computer and the CVS > >repository. > > > >Thanks, > >Daniel > > > > > Hi Daniel, > > > > > > >Here is the code. Sorry, I had forgotten to send it to you. > > > > Anyway > > > > let > > > >me tell you what's new in this one. > > > Nevermind we have it now, right...and I hadn't got the time to do > > > something > > > anyway in the last couple of weeks...but now I can start on > > > something...first thing I will add(if you didn't do that already) > > > is > > > the use > > > of the EF(effects) parameter in the messages...so we can get > > > bold, > > > italic, > > > understroke etc in our conversations, then I will continue on the > > > emoticons. > > > > > > >The sing-in issue cause by the change in MSN servers is fix. > > > >Another big change was that now everything gets log into a file. > > > >Everything except the conversation, the actual contents of the > > > > messages > > > >remain private. I did this so people could send the log files > > > > when > > > > the > > > >program crashes for some reason. > > > >The file is created in /boot/home/config/settings/ as > > > > BeMSN.log > > > Nice! logging should help to clear up some issues. > > > > > > >And I have been working in better error handling, I included > > > > some > > > >Exception classes, look in exceptions.cpp/.h > > > >Right now only the connection/authentification problems are > > > > throwing > > > >Exceptions but I plan to use them in what ever makes sense to > > > > handle > > > >with exceptions. > > > > > > > This is very nice! I thought about using exceptions also...kind > > > of > > > how they > > > are handled in java...but aren't there issues lik memory leaks in > > > c++ > > > with > > > exceptions? did you also make an Exception main class like in > > > java? > > > > > > >About the beta testers I think that would be great!! We will > > > > really > > > >need them when we start working on file sharing and the other > > > > features. > > > >Right now, they can help making sure msgs get to the other side, > > > > and > > > >any other problems with the app. They could really help us. > > > > > > > One problem according to the person I spoke to, is that if > > > someone > > > else > > > tries to send you a file, the program crashes...I told him you > > > were > > > working > > > on file transfer....if that will take a while, we may have to > > > make a > > > quick > > > fix to avoid crashing...also try this talk to a person, close the > > > conv. > > > window, and let the person you talk to say something again....not > > > sure if > > > this goes wrong, but once I had that and no text showed > > > up....anyway > > > it's > > > worth investigating, > > > > > > thanx for the code....hope I can start programming now :D > > > > > > regards, > > > > > > Tim > > > > > > _________________________________________________________________ > > > Hotmail en Messenger on the move > > > http://www.msn.nl/communicatie/smsdiensten/hotmailsmsv2/ > > > > > > ><< exceptions.zip >> > ><< BeOSAttributes >> > > _________________________________________________________________ > Protect your PC - get McAfee.com VirusScan Online > http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > |
|
From: Sir M. <obe...@ho...> - 2004-03-13 10:43:48
|
Hi Daniel, could you send us the new source code of the new BeMSN. The old one isn't working anymore, like you said, and I want start programming some things. Btw, also got requests from BeShare to test the code, maybe we can get ourselves some active beta testers, let me know what you think....(both of you!!! :D) regards, Tim _________________________________________________________________ MSN Search, for accurate results! http://search.msn.nl |
|
From: Daniel G. <al7...@ma...> - 2004-02-29 18:21:17
|
I haven't noticed this with the new code. But I agree we should organize a testing date to be certain. It will also help that the new version will be out there to the users. Daniel > I also have the idea that my messages don't get through to the other > side > all the time...but not sure though....maybe we should organize a > heavy > testing date for that...:D (and this is with the last version of the > code)...no high cpu usage here though... > > regards, > > Tim > > > >From: "Simon Taylor" <sim...@ga...> > >Reply-To: bme...@li... > >To: "Bme dev" <bme...@li...> > >Subject: Re: [bme-develop] BeMSN issues > >Date: Sun, 29 Feb 2004 09:31:36 GMT > > > > > >Here at university, BeMSN is almost unusable. I think there may > >be a bug in one of the BNetApi classes, because after a few > >minutes one of the receive threads will go to 100% CPU usage and > >needs to be killied. The code in that thread seems fine though, > >which suggests bug in BNetEndpoint::Receive to me. Also, I have > >a feeling people don't always get my messages either. I'd like > >to try it out with your new looper-based code to see if that > >improves the situation. > > > >At home on a 56k connection, BeMSN seems a lot more stable. > > > >Basically, to answer your question I don't think I could tell if > >there were new recently-introduced misbehaviours as BeMSN has > >never really been reliable on this fast connection. > > > >Simon > >________________________________ > >15 Mbytes Free Web-based and POP3 > >Sign up now: http://www.gawab.com > > > > > >------------------------------------------------------- > >SF.Net is sponsored by: Speed Start Your Linux Apps Now. > >Build and deploy apps & Web services for Linux with > >a free DVD software kit from IBM. Click Now! > >http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > >_______________________________________________ > >bme-develop mailing list > >bme...@li... > >https://lists.sourceforge.net/lists/listinfo/bme-develop > > _________________________________________________________________ > MSN Search, for accurate results! http://search.msn.nl > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > bme-develop mailing list > bme...@li... > https://lists.sourceforge.net/lists/listinfo/bme-develop |
|
From: Daniel G. <al7...@ma...> - 2004-02-29 18:17:52
|
Ok, I will upload BeMSN with the fix to BeBits. It's a very minor change on the last version of code just have to wait to receive the complete contact list before changing the initial status. I'll send you the code after that. Regards, Daniel > Hi Daniel, > > I have exactly the same problems...I now mostly don't get any online > contacts in my online list. If I reboot into xp msn does have some > online > contacts...I did get some online contacts in BeMSN this week, but > after that > no luck... > > regards, > > Tim > > > >From: "Daniel Guajardo" <al7...@ma...> > >Reply-To: bme...@li... > >To: "bme DevMail List" <bme...@li...> > >Subject: [bme-develop] BeMSN issues > >Date: Sat, 28 Feb 2004 17:04:45 -0600 CST > > > >Hello. > > > >Just wondering if you have had any problems getting the initial > > status > >notification of online contacts with BeMSN. > >MSN is acting a bit strange. On the forums there is talk of a > > migration > >to MSNP10 on the servers that's causing the misbehavior. > >I have the fix ready to upload it to BeBits just wanted to know if > >anyone is experiencing the same problems. > > > >Thanks, > >Daniel > > > > > >------------------------------------------------------- > >SF.Net is sponsored by: Speed Start Your Linux Apps Now. > >Build and deploy apps & Web services for Linux with > >a free DVD software kit from IBM. Click Now! > >http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > >_______________________________________________ > >bme-develop mailing list > >bme...@li... > >https://lists.sourceforge.net/lists/listinfo/bme-develop > > _________________________________________________________________ > MSN Search, for accurate results! http://search.msn.nl > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > bme-develop mailing list > bme...@li... > https://lists.sourceforge.net/lists/listinfo/bme-develop |
|
From: Sir M. <obe...@ho...> - 2004-02-29 11:48:02
|
I also have the idea that my messages don't get through to the other side all the time...but not sure though....maybe we should organize a heavy testing date for that...:D (and this is with the last version of the code)...no high cpu usage here though... regards, Tim >From: "Simon Taylor" <sim...@ga...> >Reply-To: bme...@li... >To: "Bme dev" <bme...@li...> >Subject: Re: [bme-develop] BeMSN issues >Date: Sun, 29 Feb 2004 09:31:36 GMT > > >Here at university, BeMSN is almost unusable. I think there may >be a bug in one of the BNetApi classes, because after a few >minutes one of the receive threads will go to 100% CPU usage and >needs to be killied. The code in that thread seems fine though, >which suggests bug in BNetEndpoint::Receive to me. Also, I have >a feeling people don't always get my messages either. I'd like >to try it out with your new looper-based code to see if that >improves the situation. > >At home on a 56k connection, BeMSN seems a lot more stable. > >Basically, to answer your question I don't think I could tell if >there were new recently-introduced misbehaviours as BeMSN has >never really been reliable on this fast connection. > >Simon >________________________________ >15 Mbytes Free Web-based and POP3 >Sign up now: http://www.gawab.com > > >------------------------------------------------------- >SF.Net is sponsored by: Speed Start Your Linux Apps Now. >Build and deploy apps & Web services for Linux with >a free DVD software kit from IBM. Click Now! >http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click >_______________________________________________ >bme-develop mailing list >bme...@li... >https://lists.sourceforge.net/lists/listinfo/bme-develop _________________________________________________________________ MSN Search, for accurate results! http://search.msn.nl |
|
From: Sir M. <obe...@ho...> - 2004-02-29 11:45:06
|
Hi, >I was thinking of doing a similar thing to that. > >Sounds good. > Ok I will implement it in that way then...although I'm not sure when...I think I will have a look at it this evening...but very busy atm... >ps: I received this mail, but it got automatically sorted into >spam, and I can't find the option to turn off spam filtering. >Grrr free mail accounts! > grmfl! how can a mail of the bme-develop list end up in spam :D....btw what are we going to do with our homepage....I think we should make some html to give the people an idea what we are doing.... regards, Tim _________________________________________________________________ Talk with your online friends with MSN Messenger http://messenger.msn.nl/ |
|
From: Sir M. <obe...@ho...> - 2004-02-29 11:38:47
|
Hi Daniel, I have exactly the same problems...I now mostly don't get any online contacts in my online list. If I reboot into xp msn does have some online contacts...I did get some online contacts in BeMSN this week, but after that no luck... regards, Tim >From: "Daniel Guajardo" <al7...@ma...> >Reply-To: bme...@li... >To: "bme DevMail List" <bme...@li...> >Subject: [bme-develop] BeMSN issues >Date: Sat, 28 Feb 2004 17:04:45 -0600 CST > >Hello. > >Just wondering if you have had any problems getting the initial status >notification of online contacts with BeMSN. >MSN is acting a bit strange. On the forums there is talk of a migration >to MSNP10 on the servers that's causing the misbehavior. >I have the fix ready to upload it to BeBits just wanted to know if >anyone is experiencing the same problems. > >Thanks, >Daniel > > >------------------------------------------------------- >SF.Net is sponsored by: Speed Start Your Linux Apps Now. >Build and deploy apps & Web services for Linux with >a free DVD software kit from IBM. Click Now! >http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click >_______________________________________________ >bme-develop mailing list >bme...@li... >https://lists.sourceforge.net/lists/listinfo/bme-develop _________________________________________________________________ MSN Search, for accurate results! http://search.msn.nl |
|
From: Simon T. <sim...@ga...> - 2004-02-29 09:33:48
|
Here at university, BeMSN is almost unusable. I think there may be a bug in one of the BNetApi classes, because after a few minutes one of the receive threads will go to 100% CPU usage and needs to be killied. The code in that thread seems fine though, which suggests bug in BNetEndpoint::Receive to me. Also, I have a feeling people don't always get my messages either. I'd like to try it out with your new looper-based code to see if that improves the situation. At home on a 56k connection, BeMSN seems a lot more stable. Basically, to answer your question I don't think I could tell if there were new recently-introduced misbehaviours as BeMSN has never really been reliable on this fast connection. Simon ________________________________ 15 Mbytes Free Web-based and POP3 Sign up now: http://www.gawab.com |
|
From: Simon T. <sim...@ga...> - 2004-02-29 09:23:20
|
Sir Mik writes: > Same here, > > hope I can get the icon preferences file parsed soon though...I will zip > this pref-file with the icons as soon as I boot into our lovely OS....I'm > thinking of making a sort of run array approach or more a tag like > approach to get the icons into the text...we can the send text to be > parsed for icons to the icon class, and send back an object with the same > text and image-tags that represent where the icons should be placed...any > ideas? I was thinking of doing a similar thing to that. Sounds good. ps: I received this mail, but it got automatically sorted into spam, and I can't find the option to turn off spam filtering. Grrr free mail accounts! Simon > regards, > > Tim > >> From: "Simon Taylor" <sim...@ga...> >> Reply-To: bme...@li... >> To: bme...@li... >> Subject: [bme-develop] Re: Final Test >> Date: Thu, 26 Feb 2004 08:25:26 GMT >> >> >> woot, it worked! >> >> OK, so now time to get some work done. I'm going to be really >> busy for the next two weeks., but then I get a month off. >> Hopefully I'll be able to get started properly then. >> >> Simon >> ________________________________ >> 15 Mbytes Free Web-based and POP3 >> Sign up now: http://www.gawab.com >> >> >> ------------------------------------------------------- >> SF.Net is sponsored by: Speed Start Your Linux Apps Now. >> Build and deploy apps & Web services for Linux with >> a free DVD software kit from IBM. Click Now! >> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click >> _______________________________________________ >> bme-develop mailing list >> bme...@li... >> https://lists.sourceforge.net/lists/listinfo/bme-develop > > _________________________________________________________________ > MSN Search, for accurate results! http://search.msn.nl > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > bme-develop mailing list > bme...@li... > https://lists.sourceforge.net/lists/listinfo/bme-develop > ________________________________ 15 Mbytes Free Web-based and POP3 Sign up now: http://www.gawab.com |
|
From: Daniel G. <al7...@ma...> - 2004-02-28 23:09:37
|
Hello. Just wondering if you have had any problems getting the initial status notification of online contacts with BeMSN. MSN is acting a bit strange. On the forums there is talk of a migration to MSNP10 on the servers that's causing the misbehavior. I have the fix ready to upload it to BeBits just wanted to know if anyone is experiencing the same problems. Thanks, Daniel |
|
From: Sir M. <obe...@ho...> - 2004-02-26 11:48:31
|
Same here, hope I can get the icon preferences file parsed soon though...I will zip this pref-file with the icons as soon as I boot into our lovely OS....I'm thinking of making a sort of run array approach or more a tag like approach to get the icons into the text...we can the send text to be parsed for icons to the icon class, and send back an object with the same text and image-tags that represent where the icons should be placed...any ideas? regards, Tim >From: "Simon Taylor" <sim...@ga...> >Reply-To: bme...@li... >To: bme...@li... >Subject: [bme-develop] Re: Final Test >Date: Thu, 26 Feb 2004 08:25:26 GMT > > >woot, it worked! > >OK, so now time to get some work done. I'm going to be really >busy for the next two weeks., but then I get a month off. >Hopefully I'll be able to get started properly then. > >Simon >________________________________ >15 Mbytes Free Web-based and POP3 >Sign up now: http://www.gawab.com > > >------------------------------------------------------- >SF.Net is sponsored by: Speed Start Your Linux Apps Now. >Build and deploy apps & Web services for Linux with >a free DVD software kit from IBM. Click Now! >http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click >_______________________________________________ >bme-develop mailing list >bme...@li... >https://lists.sourceforge.net/lists/listinfo/bme-develop _________________________________________________________________ MSN Search, for accurate results! http://search.msn.nl |
|
From: Simon T. <sim...@ga...> - 2004-02-26 08:25:05
|
woot, it worked! OK, so now time to get some work done. I'm going to be really busy for the next two weeks., but then I get a month off. Hopefully I'll be able to get started properly then. Simon ________________________________ 15 Mbytes Free Web-based and POP3 Sign up now: http://www.gawab.com |
|
From: Simon T. <sim...@ga...> - 2004-02-26 08:19:17
|
I didn't receive the last one either. My latest theory is that the admin isn't automatically on the list to send the mails out too. Testing that... It's also possible the messages aren't sent to the original poster (I may have set that somewhere in options), could one of you reply to test that out? Then maybe we can finally start getting some real discussion going on the list. Cheers, Simon ________________________________ 15 Mbytes Free Web-based and POP3 Sign up now: http://www.gawab.com |
|
From: Simon T. <sim...@ga...> - 2004-02-20 08:31:53
|
Hi, I haven't been receiving any of the emails sent to the list (well, maybe 2 out of the 10 that are in the archive (first time I've noticed the archive actually working too)). I think it might be a problem with sf redirecting mail sent to "tan...@so...", so I have changed my signup just to have my direct mail address. Fingers crossed that I receive this one. Sorry for not seeming to be around, mainly because I haven't been getting the mails :D (oh yeh, and I've been really busy too!) Simon ________________________________ 15 Mbytes Free Web-based and POP3 Sign up now: http://www.gawab.com |
|
From: Simon T. <sim...@ga...> - 2004-02-16 14:48:30
|
Hi guys, So Jess finally uploaded the interview. And he didn't send it to me beforehand to check the bits that he'd editted. That is why "bme/Bme" is completely mis-capitalised as "BME" all the way through, and why we have a web cam answer that doesn't make sense (he gave me more information, I used that to clarify the answer, and he put the answer as the final one I'd given him, plus the confused first one on the end for good measure). It's also why he brings up a point in the last sentence that doesn't have an answer to it (Trillian is *not* a licensed client, I checked the list: ), and why the introductory sentence is misleading (it's not really anything to do with BeMSN taking on a new name, it's a whole new project, as I thought was fairly clear from the interview). As you may be able to tell, I'm a little annoyed :D Back to the code; It's great to hear you've been doing some work on it Daniel, what you have done sounds good. I'm not sure whether it should be uploaded to CVS or not, as most of the GUI will probably change, and I seem to remember CVS being really hard to delete files with. Maybe the BLoopers could be uploaded and the GUI left out for a bit, to be added as and when we write it :-) I will try to do some real work on bme soon. Cheers, Simon ________________________________ 15 Mbytes Free Web-based and POP3 Sign up now: http://www.gawab.com |
|
From: Sir M. <obe...@ho...> - 2004-02-16 09:45:40
|
hey guys, interview is online at tbj! maybe we should get some kind of page online now...since the mysql-db doesn't work, I think we should make a standard html one...anyone with html skills? otherwise I will fling something together :D...btw we have ourselves a icon prefs file now, not that it is much *grin*...also I tried to code a little on bme, I tried to get the notice window to pop up near the place where the deskbar replicant is located....no succes thus far...(it doesn't show any notice window anymore).... btw daniel, a pratical question, where did you locate cryptlib on you hd? since you #include<cryptlib>...I always have to use the entire path to cryptlib, I will try to get the icon file parsed this week... regards, Tim >From: "Héctor Daniel Guajardo" <al7...@ma...> >Reply-To: bme...@li... >To: "bme DevMail List" <bme...@li...> >Subject: [bme-develop] bme document >Date: Tue, 10 Feb 2004 02:30:00 -0600 CST > >This document describes some of the changes in bme code. > >Regards, > >Daniel ><< bme-Design.styleEd >> _________________________________________________________________ Play online games with your friends with MSN Messenger http://messenger.msn.nl/ |
|
From: D. G. <al7...@ma...> - 2004-02-10 08:30:56
|
This document describes some of the changes in bme code. Regards, Daniel |
|
From: Sir M. <obe...@ho...> - 2004-01-25 18:35:49
|
Hi, >Hello, is nice to see the mail list up and running. Now we can start >working on this project of ours. > Yes we should lol! now that I've sent my design document we can :D > >didn't my mail reach you? my test-mail...lol! Hope we can start >working >I did got it, you were the first one... jaja > Ah ok, nice to know I'm the first LOL! > >Well these past few days I got my copy of Zeta, I now am a Zeta user. And what do you think of it? how is it compared to Dano? Dano didn't work too well here! > >So I started working on it. I discovered where the problem occur but >didn't know why. In sending a BMessage the the MSNList it wouldn't wait >for a replay as it should. I couldn't figure out what was wrong. I >thought maybe by making the BMsnNSHandler a BLooper would solve it, but >it didn't. I then realized I was doing something wrong, look: >[BMsnNSHandler] > msnListaMessenger.SendMessage(&getBuddy,&getBuddy); >[MSNList] > message->SendReply(message); >Somehow sending and replaying the same message causes problems. Any >way, the bug it's now fixed and the BMsnNSHandler is now a BLooper. > Nice! we can start doing some serious work then! > >I also change the login process to sign-in using MSN9. Created a >MSNObject, class currently unused. And also some clases to handle P2P >messages to start workingwith the file transfer process. > wow! I did see something on the MSNObject at hypothetic.org but didn't see to much explanation...is it documented well? We certainly need it, though, regards, Tim _________________________________________________________________ Play online games with your friends with MSN Messenger http://messenger.msn.nl/ |
|
From: Sir M. <obe...@ho...> - 2004-01-25 18:23:16
|
I certainly haven't...Simon? btw did you guys receive my mail with the feedback on BeMSN? I also did notice that these mails on this mailing list don't get archived...as they should be! any idea what's wrong? regards, Tim >From: Daniel Guajardo <al7...@ma...> >Reply-To: bme...@li... >To: bme...@li... >Subject: [bme-develop] Fwd: MSN interview >Date: Sun, 25 Jan 2004 11:35:49 -0600 > >Hi, just wanted to know if anyone has sent the interview answers back >to Jess. > > Regars, > Daniel > >Subject : MSN interview >From : "Jess Tipton" <sh...@ac...> >Reply-To : "Jess Tipton" <sh...@ac...> >To : al7...@ma... >Date : Fri Jan 23 12:25:50 2004 >---------- > > >Hey, > >I just wanted to know what is up. I emailed you guys the questions for > >the BeOS Journal article & have heard nothing back yet. Drop me a line > >when you can please. > >- Jess > > > > > >------------------------------------------------------- >The SF.Net email is sponsored by EclipseCon 2004 >Premiere Conference on Open Tools Development and Integration >See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. >http://www.eclipsecon.org/osdn >_______________________________________________ >bme-develop mailing list >bme...@li... >https://lists.sourceforge.net/lists/listinfo/bme-develop _________________________________________________________________ Play online games with your friends with MSN Messenger http://messenger.msn.nl/ |
|
From: Daniel G. <al7...@ma...> - 2004-01-25 17:37:14
|
Hi, just wanted to know if anyone has sent the interview answers back
to Jess.
Regars,
Daniel
Subject : MSN interview
From : "Jess Tipton" <sh...@ac...>
Reply-To : "Jess Tipton" <sh...@ac...>
To : al7...@ma...
Date : Fri Jan 23 12:25:50 2004
----------
>Hey,
>I just wanted to know what is up. I emailed you guys the questions for
>the BeOS Journal article & have heard nothing back yet. Drop me a line
>when you can please.
>- Jess
>
|
|
From: Daniel G. <al7...@ma...> - 2004-01-23 03:21:06
|
Hello, is nice to see the mail list up and running. Now we can start
working on this project of ours.
>Huh,
>
>didn't my mail reach you? my test-mail...lol! Hope we can start
working
I did got it, you were the first one... jaja
>on
>the messenger soon, problem is I'm currently very busy...so I haven't
>had
>the time to finish up my design document...can you give me an idea
what
>you(Simon and Daniel) are doing?
Well these past few days I got my copy of Zeta, I now am a Zeta user.
The change brougth to my attention the bug that Jess mention on a
bebits comment
[Jess]:"I have had quite a few lock ups so far. It seems to like dying
the most
when some one goes off line & then back on if you have a chat window
with
them. So if your talking & they go off line. When they come back on &
you
talk to them in the window that you where using previously BeMSN will
die
shortly after. Other windows seem fine for a min then slowly all child
windows & the main app die.
So I started working on it. I discovered where the problem occur but
didn't know why. In sending a BMessage the the MSNList it wouldn't wait
for a replay as it should. I couldn't figure out what was wrong. I
thought maybe by making the BMsnNSHandler a BLooper would solve it, but
it didn't. I then realized I was doing something wrong, look:
[BMsnNSHandler]
msnListaMessenger.SendMessage(&getBuddy,&getBuddy);
[MSNList]
message->SendReply(message);
Somehow sending and replaying the same message causes problems. Any
way, the bug it's now fixed and the BMsnNSHandler is now a BLooper.
I also change the login process to sign-in using MSN9. Created a
MSNObject, class currently unused. And also some clases to handle P2P
messages to start workingwith the file transfer process.
>
>regards,
>
>Tim
>
>
>>From: "Simon Taylor"
>>Reply-To: bme...@li...
>>To: bme...@li...
>>Subject: [bme-develop] TBJ Interview Answers
>>Date: Wed, 21 Jan 2004 22:49:17 GMT
>>
>>Hi,
>>
>>First post on the mailing list. Woohoo.
>>
>>Attached is the final interview questions and answers, taking
>>everything you added into account.
>>
>>Give it a read through and tell me if it's OK or if you want to
change
>>anything - then I can send it back to Jess.
I give it 2 thumbs up. I think it's a good interview.
>>
>>Thanks,
>>
>>
>>Simon
>>>
>>>
>
I received a new email from Mikael Jansson asking for the BeMSN source
to use it in the IM Kit. Just to let you know I'm thinking of helping
him at least with the network code. I will be sending you the new
modified source in a couple of days I just have to check if nothingwas
affected by the changes.
Hope to hear from you soon.
Daniel
|