You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
(53) |
Apr
(48) |
May
(14) |
Jun
(3) |
Jul
(21) |
Aug
(11) |
Sep
(77) |
Oct
(67) |
Nov
(28) |
Dec
(163) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(112) |
Feb
(143) |
Mar
(114) |
Apr
(138) |
May
(173) |
Jun
(119) |
Jul
(119) |
Aug
(117) |
Sep
(187) |
Oct
(170) |
Nov
(254) |
Dec
(193) |
2005 |
Jan
(336) |
Feb
(284) |
Mar
(189) |
Apr
(100) |
May
(89) |
Jun
(52) |
Jul
(85) |
Aug
(138) |
Sep
(181) |
Oct
(137) |
Nov
(104) |
Dec
(98) |
2006 |
Jan
(76) |
Feb
(106) |
Mar
(224) |
Apr
(270) |
May
(103) |
Jun
(144) |
Jul
(77) |
Aug
(38) |
Sep
(37) |
Oct
(20) |
Nov
(14) |
Dec
(73) |
2007 |
Jan
(130) |
Feb
(68) |
Mar
(78) |
Apr
(60) |
May
(45) |
Jun
(63) |
Jul
(84) |
Aug
(45) |
Sep
(40) |
Oct
(12) |
Nov
(71) |
Dec
(56) |
2008 |
Jan
(44) |
Feb
(20) |
Mar
(25) |
Apr
(17) |
May
(33) |
Jun
(60) |
Jul
(97) |
Aug
(38) |
Sep
(10) |
Oct
(20) |
Nov
(13) |
Dec
(19) |
2009 |
Jan
(7) |
Feb
(5) |
Mar
(23) |
Apr
(10) |
May
(6) |
Jun
(5) |
Jul
(17) |
Aug
(7) |
Sep
(14) |
Oct
(27) |
Nov
(13) |
Dec
(12) |
2010 |
Jan
(37) |
Feb
(9) |
Mar
(13) |
Apr
(12) |
May
(8) |
Jun
(3) |
Jul
(1) |
Aug
(9) |
Sep
(3) |
Oct
(1) |
Nov
(1) |
Dec
(4) |
2011 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
(4) |
May
|
Jun
(2) |
Jul
(8) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
|
Nov
(3) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
From: Jay C. <cum...@ya...> - 2004-02-12 15:07:30
|
I just installed and ran bitpim 0.7-test3 and received the following error: An unexpected exception has occurred. Please see the help for details on what to do. Traceback (most recent call last): File "wallpaper.pyo", line 80, in OnIdle File "wallpaper.pyo", line 71, in OnListRequest TypeError: string indices must be integers Variables by last 8 frames, innermost last Frame MainLoop in wxPython\wx.pyo at line 1974 self = <gui.MainApp instance; proxy of C++ wxPyApp instance at _9eb Frame MainLoop in wxPython\wx.pyo at line 92 _kwargs = {} self = <gui.MainApp instance; proxy of C++ wxPyApp instance at _9eb _args = () Frame __call__ in gui.pyo at line 71 self = <gui.Callback instance at 0x017435F8> args = (<class exceptions.TypeError at 0x009745A0>, <exceptions.Typ d = {} kwargs = {} Frame excepthook in gui.pyo at line 911 self = <gui.MainWindow instance; proxy of C++ wxFrame instance at _ traceback = <traceback object at 0x019C1080> type = <class exceptions.TypeError at 0x009745A0> value = <exceptions.TypeError instance at 0x019C15A8> Frame HandleException in gui.pyo at line 947 style = None e = <guiwidgets.ExceptionDialog instance; proxy of C++ wxDialog title = None text = None self = <gui.MainWindow instance; proxy of C++ wxFrame instance at _ exception = <exceptions.TypeError instance at 0x019C15A8> Frame ShowModal in wxPython\frames.pyo at line 184 _kwargs = {} self = <guiwidgets.ExceptionDialog instance; proxy of C++ wxDialog _args = () Frame OnIdle in wallpaper.pyo at line 80 self = <wallpaper.WallpaperView instance; proxy of C++ wxListCtrl i _ = <wxPython.events.wxIdleEventPtr instance; proxy of C++ wxIdl Frame OnListRequest in wallpaper.pyo at line 71 _[1] = <built-in method append of list object at 0x019CC5D0> x = 0 self = <wallpaper.WallpaperView instance; proxy of C++ wxListCtrl i msg = None |
From: Roger B. <ro...@ro...> - 2004-02-12 08:15:58
|
> I'm looking to add support for the LG 4600. Looking on phonescoop it seems that the phone is almost identical to the 4400. If you are committing to support this phone, I will add in the code necessary to get it going initially. Let me know when you have some time (it will take a few iterations to get everything going). The information needed is: - USB vendor/product id (almost certainly 0x1004/0x6000) - Names and locations of index files for wallpapers and ringtones (See line 45 in com_lgvx6000.py for that phone and line 42 in com_lgvx4400.py) - Figure out the length of an index record - Verify the calendar works - The phonebook should work as well > how can I start executing module bp.py and set a breakpoint in another > file (for example, p_lg.py) and have it hit the > breakpoint? That file in particular is dynamically loaded which may make it quite hard. See the Debugging and Tweaking section on http://bitpim.sourceforge.net/developer.html > I'd like to do this all in one of the GUIs (Idle or winPython) if > possible (I get enough of command line debugging > at work... I've had enough cdb and cordbg to last a lifetime!) Another debugger I have heard of is Hap at http://hapdebugger.sf.net/ However the command line pdb (especially as I point out in the debug and tweak bit) works wonderfully. Its is very closely modelled on the GNU Debugger (gdb) which is actually a very usable command line debugger. Roger |
From: A F <eat...@ho...> - 2004-02-12 07:51:03
|
Hi there, I'm new to Python, but have much experience as a developer (everything = from Common Lisp, Scheme, and Prolog to good old C++, VB, Java and more = recently C# and VB.Net). I'm looking to add support for the LG 4600. I've dowloaded the code and = am able to run it. I just have one general question... how can I start = executing module bp.py and set a breakpoint in another file (for = example, p_lg.py) and have it hit the breakpoint? I'd like to do this = all in one of the GUIs (Idle or winPython) if possible (I get enough of = command line debugging at work... I've had enough cdb and cordbg to last = a lifetime!) Thanks, Anthony |
From: Roger B. <ro...@ro...> - 2004-02-11 14:37:14
|
Those of you following in CVS will have seen the new layout I have been doing. It is currently only bound into the wallpaper view but will be added to the ringtone view at some point. I would appreciate people playing with it a little bit. The only menu functionality implemented is delete and you won't be able to send anything to a phone. (I am refactoring code) But you will be able to select stuff, change the sort order etc. I am especially keen to know if it works correctly on Mac. It works fine on Windows and Linux. Roger |
From: Roger B. <ro...@ro...> - 2004-02-10 22:09:47
|
> ImportError: No module named serial You didn't install pySerial. Roger |
From: George G. <gg...@ve...> - 2004-02-10 19:37:52
|
Roger The OWS and ART do directories where there before I changed anything I will do another backup so you can see the dir.dat structure on the images (I signed up for picturethis, coudnt wait) as for the ringtones, I was able to write those files to the phone through the file structure. Also I was able to get the devel code working. Thanks for the step by step instructions George -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Roger Binns Sent: Monday, February 09, 2004 11:52 PM To: vx4...@ya... Cc: bit...@li... Subject: [Bitpim-devel] Re: [vx4400support] New vx4500 yahoo forum http://groups.yahoo.com/group/LGVX4500/ > We are still looking for help with the file structure on the vx4500 > phones so we can get bitpim to work with it. Any help with this would > be greatly appreciated Please post the info on the bitpim-devel mailing list. George Grippo has sent me a backup of the filesystem and will be testing out some of my best guesses at code. (I also just posted more detailed instructions on how to work with the developer source for BitPim - check the archive). I don't see any reason why the 4500 support won't be more than 10 lines of code or so. To make this posting relevant to the members of this forum, here is what I have been able to deduce about the 4500 based on the filesystem from the 4500. - The filesystem is yet another set of minor tweaks from the VX4400 and vx6000. Astonishingly they seem to have kept almost everything in the same locations as on the VX6000 - Most features are in the same locations and formats as the 4400/6000 (eg alarm, brew, eri, nvm, pim, sch, sms, t9udb, VoiceDB) - It has a new gps directory with one file in it very similar to the the eri.bin file (ie it has Verizon WirelessA, Verizon WirelessB, Extended NetworkC etc in it). Maybe it is some sort of eri for the GPS service, which sort of makes sense. - There are OWS and ART directories but I think George put these on otherwise they are somewhat interesting (look like half implemented features). Roger ------------------------------------------------------- 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 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |
From: John D. <joh...@ma...> - 2004-02-10 17:36:00
|
I have been having trouble getting the CVS version of Bitpim working. This is the error output I get when I run bp.py. I have updated everything as of the morning of 2-10-04. Thanks, John ========================================= Error in sys.excepthook: Traceback (most recent call last): File "C:\Documents and Settings\John DiMartino\Desktop\Bitpim Testing\bitpim\g ui.py", line 72, in __call__ apply(self.method, self.args+args, d) File "C:\Documents and Settings\John DiMartino\Desktop\Bitpim Testing\bitpim\g ui.py", line 917, in excepthook self.HandleException(value) File "C:\Documents and Settings\John DiMartino\Desktop\Bitpim Testing\bitpim\g ui.py", line 952, in HandleException self.OnLog("Exception: "+e.getexceptiontext()) File "C:\Documents and Settings\John DiMartino\Desktop\Bitpim Testing\bitpim\g ui.py", line 907, in OnLog self.lw.log(str) AttributeError: 'NoneType' object has no attribute 'log' Original exception was: Traceback (most recent call last): File "C:\Documents and Settings\John DiMartino\Desktop\Bitpim Testing\bitpim\g ui.py", line 239, in OnClose self.goforit() File "C:\Documents and Settings\John DiMartino\Desktop\Bitpim Testing\bitpim\g ui.py", line 236, in goforit self.app.makemainwindow() File "C:\Documents and Settings\John DiMartino\Desktop\Bitpim Testing\bitpim\g ui.py", line 317, in makemainwindow frame=MainWindow(None, -1, "BitPim", self.config) File "C:\Documents and Settings\John DiMartino\Desktop\Bitpim Testing\bitpim\g ui.py", line 488, in __init__ self.configdlg.updatevariables() File "C:\Documents and Settings\John DiMartino\Desktop\Bitpim Testing\bitpim\g uiwidgets.py", line 429, in updatevariables self.mw.phonemodule=__import__(self.phonemodels[self.phonebox.GetValue()]) File "C:\Documents and Settings\John DiMartino\Desktop\Bitpim Testing\bitpim\c om_sanyo8100.py", line 15, in ? import com_brew File "C:\Documents and Settings\John DiMartino\Desktop\Bitpim Testing\bitpim\c om_brew.py", line 15, in ? import com_phone File "C:\Documents and Settings\John DiMartino\Desktop\Bitpim Testing\bitpim\c om_phone.py", line 14, in ? import commport File "C:\Documents and Settings\John DiMartino\Desktop\Bitpim Testing\bitpim\c ommport.py", line 12, in ? import serial ImportError: No module named serial =============================================== |
From: Roger B. <ro...@ro...> - 2004-02-10 04:51:29
|
> We are still looking for help with the file structure on the vx4500 > phones so we can get bitpim to work with it. Any help with this > would be greatly appreciated Please post the info on the bitpim-devel mailing list. George Grippo has sent me a backup of the filesystem and will be testing out some of my best guesses at code. (I also just posted more detailed instructions on how to work with the developer source for BitPim - check the archive). I don't see any reason why the 4500 support won't be more than 10 lines of code or so. To make this posting relevant to the members of this forum, here is what I have been able to deduce about the 4500 based on the filesystem from the 4500. - The filesystem is yet another set of minor tweaks from the VX4400 and vx6000. Astonishingly they seem to have kept almost everything in the same locations as on the VX6000 - Most features are in the same locations and formats as the 4400/6000 (eg alarm, brew, eri, nvm, pim, sch, sms, t9udb, VoiceDB) - It has a new gps directory with one file in it very similar to the the eri.bin file (ie it has Verizon WirelessA, Verizon WirelessB, Extended NetworkC etc in it). Maybe it is some sort of eri for the GPS service, which sort of makes sense. - There are OWS and ART directories but I think George put these on otherwise they are somewhat interesting (look like half implemented features). Roger |
From: Roger B. <ro...@ro...> - 2004-02-10 04:37:43
|
> I have loaded all the python apps but I'm still not clear on what to get > from cvs You need to use the anonymous CVS and the module name is bitpim. Details at http://sourceforge.net/cvs/?group_id=75211 You appear to be a Windows user, and may find TortoiseCVS a fairly easy to use pointy clicky program. Download and install it. Create a directory named c:\projects and navigate into it. Right click and choose CVS checkout Set CVSROOT to :pserver:ano...@cv...:/cvsroot/bitpim Set module to bitpim Hit Ok. You should then see the code checking out. The various files should end up under c:\projects\bitpim After I make some changes, I will tell you to do an update. To do that right click on or in the bitpim directory, and choose CVS update. (You may see the following message in the various status windows that TortoiseCVS puts up - Empty password used - try 'cvs login' with a real password You can ignore it). Some other suggestions. Add c:\python23 to your PATH environment variable and add .py to your PATHEXT environment variable. The latter allows you to type the name of a python file (without the .py extension even) and it will be invoked. Once you have the code, try running bp.py (one of the following will work): bp * if you set .py in PATHEXT python bp.py * if you have c:\python23 in your path c:\python23\python bp.py * if you didn't alter any environment variables Roger |
From: George G. <gg...@ve...> - 2004-02-10 02:37:50
|
Roger I have loaded all the python apps as instructed but I'm still unclear as to how to get and run the source code I have read the instructions several times and its beyond me Also I have loaded ringtones to the 4500 and used picturethis to get images to the phone I will try to get you a new backup shortly I can tell you that the ringtones loaded in the usr/sounds/ringtones -----Original Message----- From: bit...@li... [mailto:bit...@li...]On Behalf Of Roger Binns Sent: Monday, February 09, 2004 7:38 AM To: bit...@li... Subject: Re: [Bitpim-devel] LG VX4500 > I have a 4500. If you would give me instructions on how to use the > development app i would be happy to test Follow the previous message: In particular I would appreciate anyone who can work from the source code - start at http://bitpim.sf.net/developer.html Roger ------------------------------------------------------- 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 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |
From: George G. <gg...@ve...> - 2004-02-10 02:11:10
|
Roger I have loaded all the python apps but I'm still not clear on what to get from cvs -----Original Message----- From: bit...@li... [mailto:bit...@li...]On Behalf Of Roger Binns Sent: Monday, February 09, 2004 7:38 AM To: bit...@li... Subject: Re: [Bitpim-devel] LG VX4500 > I have a 4500. If you would give me instructions on how to use the > development app i would be happy to test Follow the previous message: In particular I would appreciate anyone who can work from the source code - start at http://bitpim.sf.net/developer.html Roger ------------------------------------------------------- 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 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |
From: Roger B. <ro...@ro...> - 2004-02-09 12:37:41
|
> I have a 4500. If you would give me instructions on how to use the > development app i would be happy to test Follow the previous message: In particular I would appreciate anyone who can work from the source code - start at http://bitpim.sf.net/developer.html Roger |
From: George G. <gg...@ve...> - 2004-02-09 12:17:48
|
Roger, I have a 4500. If you would give me instructions on how to use the development app i would be happy to test George -----Original Message----- From: bit...@li... [mailto:bit...@li...]On Behalf Of Roger Binns Sent: Sunday, February 08, 2004 8:27 PM To: bit...@li... Subject: [Bitpim-devel] LG VX4500 Are there any people on this list who have the VX4500? In particular I would appreciate anyone who can work from the source code - start at http://bitpim.sf.net/developer.html I now have a root filesystem backup from one and have the following observations: - It looks like only standard wallpaper and ringtones are supported (ie no mms). If you have one of these phones and can send/receive MMS messages, please do so so we can figure out where index files and data goes. - I guess the calendar is in the same format. Please read it into BitPim and report success/failure - I need a list of the builtin images and wallpapers in order. This is what they are for the VX6000 to give you an idea builtinimages= ('Beach Ball', 'Towerbridge', 'Sunflower', 'Beach', 'Fish', 'Sea', 'Snowman') builtinringtones= ('Ring 1', 'Ring 2', 'Ring 3', 'Ring 4', 'Ring 5', 'Ring 6', 'Annen Polka', 'Leichte Kavallerie Overture', 'Beethoven Symphony No. 9', 'Paganini', 'Bubble', 'Fugue', 'Polka', 'Mozart Symphony No. 40', 'Cuckoo Waltz', 'Rodetzky', 'Funicula', 'Hallelujah', 'Trumpets', 'Trepak', 'Prelude', 'Mozart Aria', 'William Tell overture', 'Spring', 'Slavonic', 'Fantasy') - There is an OWS directory whose purpose I haven't looked into too deeply Once someone is working from source I will add my first pass guess as to what will work. Someone will need to check it out and report feedback. Roger ------------------------------------------------------- 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 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |
From: Roger B. <ro...@ro...> - 2004-02-09 09:31:41
|
> Seems to work on the Mac. One oddity is that when you hit the Preview > button, a window opens that has no size (you can see the close widget > and resize widget), but when opened up it has valid content. Do you have to manually resize it? If so, can you add a fix to bphtml.HtmlEasyPrinting.PreviewText. I would expect it to be something like this, just before the call to Show. if guihelper.IsMac(): frame.SetSize( (800,600) ) Where 800,600 would be some sort of sensible number for Mac screens. (If feeling really brave you could take the current screensize and make the Window about 70% of that size). The two lines commented out are what they do in the demo which make the window the same size and position as its parent. The result is it covering the parent and making it look like the parent disappeared. Not a good idea. Roger |
From: Roger B. <ro...@ro...> - 2004-02-09 09:27:27
|
I have finally moved over all 'from wxPython.wx import *' code to the more aesthetically pleasing and correct for wxPython 2.5 'import wx' style. Unfortunately programs don't behave too well if you have both styles in the same application. Roger |
From: Roger B. <ro...@ro...> - 2004-02-09 01:26:54
|
Are there any people on this list who have the VX4500? In particular I would appreciate anyone who can work from the source code - start at http://bitpim.sf.net/developer.html I now have a root filesystem backup from one and have the following observations: - It looks like only standard wallpaper and ringtones are supported (ie no mms). If you have one of these phones and can send/receive MMS messages, please do so so we can figure out where index files and data goes. - I guess the calendar is in the same format. Please read it into BitPim and report success/failure - I need a list of the builtin images and wallpapers in order. This is what they are for the VX6000 to give you an idea builtinimages= ('Beach Ball', 'Towerbridge', 'Sunflower', 'Beach', 'Fish', 'Sea', 'Snowman') builtinringtones= ('Ring 1', 'Ring 2', 'Ring 3', 'Ring 4', 'Ring 5', 'Ring 6', 'Annen Polka', 'Leichte Kavallerie Overture', 'Beethoven Symphony No. 9', 'Paganini', 'Bubble', 'Fugue', 'Polka', 'Mozart Symphony No. 40', 'Cuckoo Waltz', 'Rodetzky', 'Funicula', 'Hallelujah', 'Trumpets', 'Trepak', 'Prelude', 'Mozart Aria', 'William Tell overture', 'Spring', 'Slavonic', 'Fantasy') - There is an OWS directory whose purpose I haven't looked into too deeply Once someone is working from source I will add my first pass guess as to what will work. Someone will need to check it out and report feedback. Roger |
From: Steven P. <n9...@n9...> - 2004-02-08 03:14:57
|
On Feb 6, 2004, at 10:42 PM, Roger Binns wrote: > Phonebook printing is now in the CVS code. I have tested it > on Linux and Windows and it works. (Linux doesn't print background > colours for some reason though). Mac people please verify it works. Seems to work on the Mac. One oddity is that when you hit the Preview button, a window opens that has no size (you can see the close widget and resize widget), but when opened up it has valid content. |
From: Roger B. <ro...@ro...> - 2004-02-07 04:42:02
|
Phonebook printing is now in the CVS code. I have tested it on Linux and Windows and it works. (Linux doesn't print background colours for some reason though). Mac people please verify it works. The two things you can select are the layout and styles. Layouts control what is shown and how it looks big picture. Zero or more styles can be added to improve portions of the appearance. (Under the hood, the layout generates HTML and the styles are somewhat like CSS). Note that the colourful style doesn't do anything. I will be adding a few more in time for the next build. Roger |
From: Stephen W. <sa...@us...> - 2004-02-06 04:55:34
|
We don't need filesystem info at this point. We pretty much know that the filesystem doesn't have much of value for transferring ringers or pictures. If you can get the CVS version of BitPim running, there is some test code I would like someone to try out. This test code won't at all do anything remotely useful, but it will tell me if I am on the right path in understanding the protocol. Stephen On Thu, 2004-02-05 at 18:23, John DiMartino wrote: > Hi, > > My name is John DiMartino and I am interested in helping the development > of Pitpim for the Sanyo 8100. I'm not very good at programming but I > will do my best to help out. I especially interested in being able to > transfer ringers and pictures to and from the phone since everyhing else > seems to work wonderfully. > > Who should I send the information about the filesystem to? > > Thanks guys, > John DiMartino > > > > ------------------------------------------------------- > 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 > _______________________________________________ > Bitpim-devel mailing list > Bit...@li... > https://lists.sourceforge.net/lists/listinfo/bitpim-devel |
From: John D. <joh...@ma...> - 2004-02-05 23:24:01
|
Hi, My name is John DiMartino and I am interested in helping the development of Pitpim for the Sanyo 8100. I'm not very good at programming but I will do my best to help out. I especially interested in being able to transfer ringers and pictures to and from the phone since everyhing else seems to work wonderfully. Who should I send the information about the filesystem to? Thanks guys, John DiMartino |
From: Richard S. <nu...@sp...> - 2004-02-03 15:11:15
|
Roger Binns wrote: >>messed up. Poking around, I saw that rect=self.GetFieldRect() wasn't >>returning the proper field widths for variable width fields. > > > Which platform? It is fine for Windows. It does look like Linux is > somewhat screwed up. It didn't used to be. That code is based on > the wxStatusBar in the demo. I would bet it is a Linux only problem. I'm using wxPython 2.4.2.4 and python 2.3.3. I have a feeling that it is returning useful information with the rect=self.GetFieldRect(1) on windows, but not on Linux. Maybe linux is returning the scaling value which you then multiply times the window width... I don't really know. -Rich |
From: Roger B. <ro...@ro...> - 2004-02-03 00:59:51
|
> messed up. Poking around, I saw that rect=self.GetFieldRect() wasn't > returning the proper field widths for variable width fields. Which platform? It is fine for Windows. It does look like Linux is somewhat screwed up. It didn't used to be. That code is based on the wxStatusBar in the demo. > So I just moved the variable width fields all the way to the right > and voila. It does confuse things though (actually it confuses them more :-) ) There are two forms of progress, referred to as progressmajor and progressminor in the code. (Sometimes I actually need another level as well to be accurate). Major tracks big picture stuff. eg when you do getdata, the boxes you tick are major items. The progress for that is shown using digits (eg 2/3 Wallpaper). The minor stuff tracks small things. For example it shows the progress in retrieving an individual file. You can already see how it is all confused. I have a major sequence (phonebook, calendar, wallpaper, ringtones ... more to come in the future such as call log, sms etc). We have a minor sequence (eg if retrieving wallpapers, there may be 15 files we are getting). There is another sequence (eg progress in getting an individual wallpaper file). The display in the statusbar tries to put them in order. Your patch disrupts the order, but it was somewhat screwy anyway. I am welcome to suggestions. The only constraint is that the first field has to be pretty large and is where the menus display their help text. You cannot change which field they do it in. Roger |
From: Richard S. <nu...@sp...> - 2004-02-02 16:18:38
|
I noticed on the latest CVS (and earlier) that the status bar was a bit messed up. Poking around, I saw that rect=self.GetFieldRect() wasn't returning the proper field widths for variable width fields. It seemed to in fact be providing the -int. It would be cool if it came back with -actualwidth, but it doesn't. So I just moved the variable width fields all the way to the right and voila. Anyway, here is the diff to guiwidgets.py: Index: guiwidgets.py =================================================================== RCS file: /cvsroot/bitpim/bitpim/guiwidgets.py,v retrieving revision 1.123 diff -r1.123 guiwidgets.py 988c988 < self.SetStatusWidths( [200, -5, 180, -20] ) --- > self.SetStatusWidths( [200, 180, -1, -4] ) # 20/5 ... 1005,1006c1005,1006 < rect=self.GetFieldRect(2) < self.gauge.SetPosition(wxPoint(rect.x+2, rect.y+2)) --- > rect=self.GetFieldRect(1) > self.gauge.SetPosition(wxPoint(rect.x+2, rect.y+4)) # +4 looks better? 1021c1021 < self.SetStatusText(str,1) --- > self.SetStatusText(str,2) -Rich (sorry if this double posts, I accidentally sent from the wrong email address at first) |
From: Roger B. <ro...@ro...> - 2004-02-01 20:54:20
|
> Ok, I have done everything that is needed for the build so go ahead Except for a little bug due to some code rearrangement that will prevent deleting any entries in the phonebook. I have committed the fix. (Verify line 727 of phonebook.py has 'self' in it) Roger |
From: Roger B. <ro...@ro...> - 2004-02-01 13:06:21
|
Jon Smirl wrote: > I USB sniffed Motorola PST when accessing the phonebook and calendar on the > T730. Here is a reference to the commands: http://tinyurl.com/yrthq I believe that all Motorola phones use almost exactly the same protocol and that it is substantially similar to Obex and what most GSM phones use. > PST does not use AT$QCDMG mode to access the files. What is an example of > a program that uses AT$QCDMG that I can run the sniffer on? BitPim :-) Roger |