From llchisho at paradise.net.nz Mon May 5 15:45:04 2008 From: llchisho at paradise.net.nz (llchisho@paradise.net.nz) Date: Mon May 5 16:46:00 2008 Subject: [Icc-430] Reading MSP-430 status register from C.... Message-ID: <1210027504.481f8df0f36e7@www.paradise.net.nz> If somebody is working on the % asm statement mechanism, is it possible to have the mechanism extended to fields in structs (and maybe array elements indexed by constant expressions if you're keen :-) ? We have a message structure where a number of fields need to be byte reversed for the CPU, and we have to use constructs like : asm("swpb %new_timings+4"); rather than asm("swpb %new_timings.leader"); with the risk of mis-calculating a field offset. There was mention in the archives of a byte swap intrinsic not being needed as an x=(x<<8)|(x>>8) construct would be automatically compiled to a swpb. This does happen for register variables, but trying to do it to a global variable results in 4 instructions using 2 temporary registers (using a + rather than a | results in 8 instructions). From llchisho at paradise.net.nz Mon May 5 17:03:13 2008 From: llchisho at paradise.net.nz (llchisho@paradise.net.nz) Date: Mon May 5 18:04:15 2008 Subject: [Icc-430] Assembly Module Message-ID: <1210032193.481fa041ed299@www.paradise.net.nz> Bill Garmer asked : Is there an include file I should be using in an assembly module to define the register names? It is a bear to have to type in the address each time. If all you want is the register names and addresses, you can fairly quickly process the .h file for your chip from the ICC430 include directory. 1) grep for volatile to a new file which will give lines like : #define MAC (*(volatile unsigned int *) (0x0134) ) 2) globally edit out the leading "#define " 3) globally edit out the trailing "))" regexp \) +\) 4) globally change the bit in the middle from "(x" to " = 0x" regexp \(.+x and you're there. It could probably be done with a single SED line but my SED is rusty :-) Processing the register bit definitions is a bit harder. NoICE has a preprocessor called Msp430equates.exe which generates a .noi file of register names and addresses - this also needs similar manipulation afterwards but is slightly easier if your editor doesn't do regular expressions. Len Chisholm. From richard at imagecraft.com Tue May 6 02:40:28 2008 From: richard at imagecraft.com (Richard Man) Date: Tue May 6 03:44:04 2008 Subject: [Icc-430] V7.08 BETA0 Message-ID: <200805061044.m46Ai3Pd094942@mail.imagecraft.com> An HTML attachment was scrubbed... URL: http://dragonsgate.net/pipermail/icc-430/attachments/20080506/1576f486/attachment.html From llchisho at paradise.net.nz Wed May 7 22:02:55 2008 From: llchisho at paradise.net.nz (llchisho@paradise.net.nz) Date: Wed May 7 23:03:48 2008 Subject: [Icc-430] V7.08 BETA0 Message-ID: <1210222975.4822897f32ed7@www.paradise.net.nz> Kris and I have installed V7.08 beta0 (in separate directories from our working version), but when executed a dialog appears saying "The procedure entry point HIL_sbw_ExecuteFuseBlow could not be located in the dynamic link library HIL.dll." three times, then one saying "Cannot find import; DLL may be missing, corrupt, or wrong version File "MSP430.dll", error 127". There appears to be a mismatch between the TI MSP430.dll and the NoIce HIL.dll. I have used the Dependency Walker from SysInternals to check the DLLs. The TI version of HIL.dll (V1.2.2) used in the V7.06A release publishes this entry point (as a do-nothing, I think), although the TI-supplied MSP430.dll V2.1.10 doesn't refer to it. The NoIce430 9.0 version of HIL.dll (V9.0.0.1900), which doesn't publish this entry point, is used in V7.07A beta, with MSP430.dll V2.3.1 which doesn't call the problem child either. Now V7.08beta is packaged with TI's MSP430.dll V2.3.4 which makes the reference but the target isn't there in the NoIce HIL.dll file. I see that NoIce V9.0 itself comes with MSP430.dll V2.1.10. Copying MSP430.dll V2.1.10 from NoIce to the ICC430 bin directory seems to resolve the issue for us. Len Chisholm. From jdurand at interstellar.com Wed May 7 22:10:31 2008 From: jdurand at interstellar.com (Jerry Durand) Date: Wed May 7 23:11:31 2008 Subject: [Icc-430] V7.08 BETA0 In-Reply-To: <1210222975.4822897f32ed7@www.paradise.net.nz> References: <1210222975.4822897f32ed7@www.paradise.net.nz> Message-ID: <20080508050915.2305D757F36@smtp.interstellar.com> At 10:02 PM 5/7/2008, you wrote: >Kris and I have installed V7.08 beta0 (in separate directories from >our working >version), but when executed a dialog appears saying "The procedure entry point >HIL_sbw_ExecuteFuseBlow could not be located in the dynamic link library >HIL.dll." three times, then one saying "Cannot find import; DLL may >be missing, >corrupt, or wrong version File "MSP430.dll", error 127". I reported that when Richard first posted the update, haven't heard back as to a fix yet. In the good news category, I'm able to run code in the new 'F2410 and 'F2417 parts, even NoICE works (even when using the LPM modes!). -- Jerry Durand, tel: +1-408-356-3886 Skype: jerrydurand, USA Toll Free: 866-356-3886 Durand Interstellar, Inc. www.interstellar.com From richard-lists at imagecraft.com Wed May 7 22:24:50 2008 From: richard-lists at imagecraft.com (Richard Man) Date: Wed May 7 23:28:44 2008 Subject: [Icc-430] V7.08 BETA1 Message-ID: <200805080628.m486ShSR052394@mail.imagecraft.com> An HTML attachment was scrubbed... URL: http://dragonsgate.net/pipermail/icc-430/attachments/20080507/106a8340/attachment.html From jdurand at interstellar.com Thu May 8 08:29:42 2008 From: jdurand at interstellar.com (Jerry Durand) Date: Thu May 8 09:30:42 2008 Subject: [Icc-430] assembly and errata Message-ID: <20080508152826.887DB758ED6@smtp.interstellar.com> I see the MSP430F2417 has a messed up stack pointer. I presume for any assembly language I have to take that into account, but I figured I'd check that the assembler wasn't going to do anything extra to try to fix it. -- Jerry Durand, Durand Interstellar, Inc. www.interstellar.com tel: +1 408 356-3886, USA toll free: 1 866 356-3886 Skype: jerrydurand From aek at pumpkininc.com Thu May 8 09:33:09 2008 From: aek at pumpkininc.com (Andrew Kalman) Date: Thu May 8 10:34:23 2008 Subject: [Icc-430] assembly and errata In-Reply-To: <20080508152826.887DB758ED6@smtp.interstellar.com> References: <20080508152826.887DB758ED6@smtp.interstellar.com> Message-ID: Jerry: Are you referring to the CPU8 errata? Ugh. http://www.ti.com/litv/pdf/slaz033b >I see the MSP430F2417 has a messed up stack pointer. I presume for >any assembly language I have to take that into account, but I >figured I'd check that the assembler wasn't going to do anything >extra to try to fix it. > >-- >Jerry Durand, Durand Interstellar, Inc. www.interstellar.com >tel: +1 408 356-3886, USA toll free: 1 866 356-3886 >Skype: jerrydurand > >_______________________________________________ >Icc-430 mailing list >Icc-430@imagecraft.com >http://dragonsgate.net/mailman/listinfo/icc-430 -- ______________________________________ Andrew E. Kalman, Ph.D. aek@pumpkininc.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://dragonsgate.net/pipermail/icc-430/attachments/20080508/fb21f13b/attachment.html From richard at imagecraft.com Mon May 12 00:37:22 2008 From: richard at imagecraft.com (Richard Man) Date: Mon May 12 01:41:05 2008 Subject: [Icc-430] ICC430 V7.08 Released Message-ID: <200805120841.m4C8f3K2064723@mail.imagecraft.com> ICCV7 for MSP430, V7.08 has been released. From the readme file: V7.08 - May 12th, 2008 [ Removed the rarely if ever used RCS interface. Note: ICC no longer uses any GPL utilities. ] [ TI DLL and header files ] - V2.03.4 of the TI MSP430.DLL with support for MSP430Xv2 chips - new header files for MSP430F54x (msp430x54x.h) and MSP430FE42x2 (msp430xE42x2.h) IDE - Minor terminal function enhancements. - Added Project->Options->Project->"Makefile Options" of two choices "Relative Paths" or "Absolute Paths" - fixed the problem with "NoICE" button sometimes being squashed. Compiler - Added the following INTRINSIC functions: int GET_SR(void), GET_SR_IRQ(void); void PUT_SR(int), PUT_SR_IRQ(int); for accessing the SR status register in a normal function and interrupt handler. - Added NOP after the initial DINT for monitor functions. - In the code fragment: long *dst, *src; ... *dst++ = *src++; if src (which must be a "long *") did not get allocated to a register, incorrect code might result. - Fixed a bug where under some conditions, the use of LPMx macros might cause stack inbalance especially when it is followed by complex floating point expressions. - XOR was broken for one specific code pattern due to a typo: extern short a, b; ... b = a ^ b; generated incorrect code Library - Fixed a bug where strncpy incorrect zeroed out the SRC string if the count argument is shorter than the src string. // richard On-line orders, support, and listservers available on web site. [ For technical support on ImageCraft products, please include all previous replies in your msgs. ] From webbra.mlist at verizon.net Mon May 12 17:12:22 2008 From: webbra.mlist at verizon.net (Rich Webb) Date: Mon May 12 18:13:26 2008 Subject: [Icc-430] ICC430 V7.08 Released In-Reply-To: <200805121900.m4CJ02Ii073450@mail.imagecraft.com> References: <200805121900.m4CJ02Ii073450@mail.imagecraft.com> Message-ID: <4828DCE6.8060402@verizon.net> > - fixed the problem with "NoICE" button sometimes being squashed. Mine's still squashed, only about half visible, but I'm used to it. ;-) The newest release was loaded over the existing, prior, one without an intermediate uninstallation, so maybe there's something left over in the registry? From jdurand at interstellar.com Mon May 12 17:15:23 2008 From: jdurand at interstellar.com (Jerry Durand) Date: Mon May 12 18:16:38 2008 Subject: [Icc-430] ICC430 V7.08 Released In-Reply-To: <4828DCE6.8060402@verizon.net> References: <200805121900.m4CJ02Ii073450@mail.imagecraft.com> <4828DCE6.8060402@verizon.net> Message-ID: <1210637723.16445.0.camel@Gandalf2.interstellar.com> On Mon, 2008-05-12 at 20:12 -0400, Rich Webb wrote: > > - fixed the problem with "NoICE" button sometimes being squashed. > > Mine's still squashed, only about half visible, but I'm used to it. ;-) > Same here. -- Jerry Durand, Durand Interstellar, Inc. Los Gatos, California, USA, www.interstellar.com tel: 408-356-3886, Skype: jerrydurand From richard-lists at imagecraft.com Mon May 12 17:34:46 2008 From: richard-lists at imagecraft.com (Richard Man) Date: Mon May 12 18:38:35 2008 Subject: [Icc-430] ICC430 V7.08 Released In-Reply-To: <1210637723.16445.0.camel@Gandalf2.interstellar.com> References: <200805121900.m4CJ02Ii073450@mail.imagecraft.com> <4828DCE6.8060402@verizon.net> <1210637723.16445.0.camel@Gandalf2.interstellar.com> Message-ID: <200805130138.m4D1cW6a082312@mail.imagecraft.com> Hm.... what scree resolution are you guys using? Thanks. At 05:15 PM 5/12/2008, Jerry Durand wrote: >On Mon, 2008-05-12 at 20:12 -0400, Rich Webb wrote: > > > - fixed the problem with "NoICE" button sometimes being squashed. > > > > Mine's still squashed, only about half visible, but I'm used to it. ;-) > > > >Same here. // richard (This email is for mailing lists. To reach me directly, please use richard at imagecraft.com) From kris at abbey.co.nz Mon May 12 21:05:06 2008 From: kris at abbey.co.nz (Kris Heidenstrom) Date: Mon May 12 22:06:05 2008 Subject: [Icc-430] ICC430 V7.08 In-Reply-To: <200805120841.m4C8f3K2064723@mail.imagecraft.com> References: <200805120841.m4C8f3K2064723@mail.imagecraft.com> Message-ID: <48291372.7060508@abbey.co.nz> Richard Man wrote: > ICCV7 for MSP430, V7.08 has been released. [...] > Compiler > - Added the following INTRINSIC functions: > int GET_SR(void), GET_SR_IRQ(void); > void PUT_SR(int), PUT_SR_IRQ(int); > > for accessing the SR status register in a > normal function and interrupt handler. Since these aren't documented in the online help yet, this is what they do: _GET_SR() returns the current status register value; _SET_SR() sets the status register from a 16-bit parameter; _GET_SR_IRQ() returns the status register value from the stack, i.e. the value of the status register before the interrupt was accepted; _SET_SR_IRQ() sets the stacked status register value. I think they need the leading underscore in the names, as shown above. When I used these intrinsics, the compiler warned me that "calling a function without a prototype may cause runtime errors". They aren't prototyped in any include file, but that may be normal for intrinsics. I'm also now having trouble with include files failing to be included. My project specifies the include file paths as c:\fw\inc;c:\fw\libmsp\dev I have a file c:\fw\inc\rosiedef.h which is included correctly, but it contains the line #include "netdef.h" which should find the file "c:\fw\inc\netdef.h" but instead I get the error "!E c:\fw\inc\rosiedef.h(80): cannot include source file "netdef.h"; invalid file name" This error appears _before_ the line "C:\iccv7430\bin\imakew -f ROSIE.mak" Also I can't add that file to the Header Files list in the project - I can select it in the file selection dialog but it doesn't appear in the list and no error is raised. I can add other files in the same directory, but not that one. It is read-only but so are all the others. I also still have the clipped NoIce toolbar button. My screen resolution is 1600x1200 but the button is clipped even if I resize the icc430 window to less than 640x480. Regards Kris -- Kris Heidenstrom Embedded systems designer / programmer kris@abbey.co.nz Abbey Systems Ltd - Telemetry Specialists Wellington NEW ZEALAND Voice +64-4-385-6611 Fax +64-4-385-6848 From richard-lists at imagecraft.com Mon May 12 22:14:57 2008 From: richard-lists at imagecraft.com (Richard Man) Date: Mon May 12 23:18:46 2008 Subject: [Icc-430] ICC430 V7.08 In-Reply-To: <48291372.7060508@abbey.co.nz> References: <200805120841.m4C8f3K2064723@mail.imagecraft.com> <48291372.7060508@abbey.co.nz> Message-ID: <200805130618.m4D6IioG088480@mail.imagecraft.com> I found the problem. It has to be with the new relative path support added in icppw.exe. I will have the developer fix it. At 09:05 PM 5/12/2008, Kris Heidenstrom wrote: >Richard Man wrote: > >>ICCV7 for MSP430, V7.08 has been released. >[...] >> Compiler >> - Added the following INTRINSIC functions: >> int GET_SR(void), GET_SR_IRQ(void); >> void PUT_SR(int), PUT_SR_IRQ(int); >> >> for accessing the SR status register in a >> normal function and interrupt handler. > >Since these aren't documented in the online help yet, >this is what they do: > > _GET_SR() returns the current status register value; > _SET_SR() sets the status register from a 16-bit parameter; > _GET_SR_IRQ() returns the status register value from the > stack, i.e. the value of the status register before the > interrupt was accepted; > _SET_SR_IRQ() sets the stacked status register value. > >I think they need the leading underscore in the names, >as shown above. > >When I used these intrinsics, the compiler warned me that >"calling a function without a prototype may cause runtime >errors". They aren't prototyped in any include file, but >that may be normal for intrinsics. > >I'm also now having trouble with include files failing to >be included. My project specifies the include file paths as > c:\fw\inc;c:\fw\libmsp\dev >I have a file > c:\fw\inc\rosiedef.h >which is included correctly, but it contains the line > #include "netdef.h" >which should find the file > "c:\fw\inc\netdef.h" >but instead I get the error > "!E c:\fw\inc\rosiedef.h(80): cannot include source > file "netdef.h"; invalid file name" >This error appears _before_ the line >"C:\iccv7430\bin\imakew -f ROSIE.mak" > >Also I can't add that file to the Header Files >list in the project - I can select it in the file >selection dialog but it doesn't appear in the list >and no error is raised. I can add other files in >the same directory, but not that one. It is >read-only but so are all the others. > >I also still have the clipped NoIce toolbar button. >My screen resolution is 1600x1200 but the button is >clipped even if I resize the icc430 window to less >than 640x480. > >Regards > >Kris >-- >Kris Heidenstrom Embedded systems designer / programmer >kris@abbey.co.nz Abbey Systems Ltd - Telemetry Specialists >Wellington NEW ZEALAND Voice +64-4-385-6611 Fax +64-4-385-6848 > >_______________________________________________ >Icc-430 mailing list >Icc-430@imagecraft.com >http://dragonsgate.net/mailman/listinfo/icc-430 // richard (This email is for mailing lists. To reach me directly, please use richard at imagecraft.com) From richard-lists at imagecraft.com Mon May 12 22:45:28 2008 From: richard-lists at imagecraft.com (Richard Man) Date: Mon May 12 23:49:17 2008 Subject: [Icc-430] ICC430 V7.08 In-Reply-To: <200805130618.m4D6IioG088480@mail.imagecraft.com> References: <200805120841.m4C8f3K2064723@mail.imagecraft.com> <48291372.7060508@abbey.co.nz> <200805130618.m4D6IioG088480@mail.imagecraft.com> Message-ID: <200805130649.m4D6nGrr089423@mail.imagecraft.com> Oh of course this problem disappears if you select Project->Options->Project->"Use Absolute Paths" but we should have a fix real soon now... At 10:14 PM 5/12/2008, Richard Man wrote: >I found the problem. It has to be with the new relative path support >added in icppw.exe. I will have the developer fix it. > >At 09:05 PM 5/12/2008, Kris Heidenstrom wrote: >>Richard Man wrote: >> >>>ICCV7 for MSP430, V7.08 has been released. >>[...] >>> Compiler >>> - Added the following INTRINSIC functions: >>> int GET_SR(void), GET_SR_IRQ(void); >>> void PUT_SR(int), PUT_SR_IRQ(int); >>> >>> for accessing the SR status register in a >>> normal function and interrupt handler. >> >>Since these aren't documented in the online help yet, >>this is what they do: >> >> _GET_SR() returns the current status register value; >> _SET_SR() sets the status register from a 16-bit parameter; >> _GET_SR_IRQ() returns the status register value from the >> stack, i.e. the value of the status register before the >> interrupt was accepted; >> _SET_SR_IRQ() sets the stacked status register value. >> >>I think they need the leading underscore in the names, >>as shown above. >> >>When I used these intrinsics, the compiler warned me that >>"calling a function without a prototype may cause runtime >>errors". They aren't prototyped in any include file, but >>that may be normal for intrinsics. >> >>I'm also now having trouble with include files failing to >>be included. My project specifies the include file paths as >> c:\fw\inc;c:\fw\libmsp\dev >>I have a file >> c:\fw\inc\rosiedef.h >>which is included correctly, but it contains the line >> #include "netdef.h" >>which should find the file >> "c:\fw\inc\netdef.h" >>but instead I get the error >> "!E c:\fw\inc\rosiedef.h(80): cannot include source >> file "netdef.h"; invalid file name" >>This error appears _before_ the line >>"C:\iccv7430\bin\imakew -f ROSIE.mak" >> >>Also I can't add that file to the Header Files >>list in the project - I can select it in the file >>selection dialog but it doesn't appear in the list >>and no error is raised. I can add other files in >>the same directory, but not that one. It is >>read-only but so are all the others. >> >>I also still have the clipped NoIce toolbar button. >>My screen resolution is 1600x1200 but the button is >>clipped even if I resize the icc430 window to less >>than 640x480. >> >>Regards >> >>Kris >>-- >>Kris Heidenstrom Embedded systems designer / programmer >>kris@abbey.co.nz Abbey Systems Ltd - Telemetry Specialists >>Wellington NEW ZEALAND Voice +64-4-385-6611 Fax +64-4-385-6848 >> >>_______________________________________________ >>Icc-430 mailing list >>Icc-430@imagecraft.com >>http://dragonsgate.net/mailman/listinfo/icc-430 > >// richard (This email is for mailing lists. To reach me directly, >please use richard at imagecraft.com) >_______________________________________________ >Icc-430 mailing list >Icc-430@imagecraft.com >http://dragonsgate.net/mailman/listinfo/icc-430 // richard (This email is for mailing lists. To reach me directly, please use richard at imagecraft.com) From jdurand at interstellar.com Tue May 13 08:48:40 2008 From: jdurand at interstellar.com (Jerry Durand) Date: Tue May 13 09:50:08 2008 Subject: [Icc-430] ICC430 V7.08 Released In-Reply-To: <200805130138.m4D1cW6a082312@mail.imagecraft.com> References: <200805121900.m4CJ02Ii073450@mail.imagecraft.com> <4828DCE6.8060402@verizon.net> <1210637723.16445.0.camel@Gandalf2.interstellar.com> <200805130138.m4D1cW6a082312@mail.imagecraft.com> Message-ID: <20080513154731.6FBDF762D93@smtp.interstellar.com> At 05:34 PM 5/12/2008, Richard Man wrote: >Hm.... what scree resolution are you guys using? 1680 x 1050 -- Jerry Durand, Durand Interstellar, Inc. www.interstellar.com tel: +1 408 356-3886, USA toll free: 1 866 356-3886 Skype: jerrydurand From webbra.mlist at verizon.net Tue May 13 11:54:18 2008 From: webbra.mlist at verizon.net (Rich Webb) Date: Tue May 13 12:55:42 2008 Subject: [Icc-430] ICC430 V7.08 Released In-Reply-To: <200805131900.m4DJ02oU009674@mail.imagecraft.com> References: <200805131900.m4DJ02oU009674@mail.imagecraft.com> Message-ID: <4829E3DA.9060601@verizon.net> > Hm.... what scree resolution are you guys using? 1400 x 1050 here. XP Pro with XP-style frames/buttons and "normal" font size for Windows objects. The height is okay but the width cuts off about in the middle of the 'o' in "No". 96 dpi, HP notebook screen. And just for another data point, I was working on a project with the previous release and rolled right into the current one with no path-related difficulties at all. Just did the usual precautionary rebuild all and kept on grinding ... From llchisho at paradise.net.nz Tue May 13 18:19:16 2008 From: llchisho at paradise.net.nz (llchisho@paradise.net.nz) Date: Tue May 13 19:20:31 2008 Subject: [Icc-430] ICC430 V7.08 Released In-Reply-To: <20080513154731.6FBDF762D93@smtp.interstellar.com> References: <200805121900.m4CJ02Ii073450@mail.imagecraft.com> <4828DCE6.8060402@verizon.net> <1210637723.16445.0.camel@Gandalf2.interstellar.com> <200805130138.m4D1cW6a082312@mail.imagecraft.com> <20080513154731.6FBDF762D93@smtp.interstellar.com> Message-ID: <1210727956.482a3e14a10f3@www.paradise.net.nz> At 05:34 PM 5/12/2008, Richard Man wrote: >Hm.... what scree resolution are you guys using? 2*1280*1024 (side-by-side dual screen) - works on either screen. XP Pro SP2, classic view, normal font size. Also truncated on another machine with Win2k SP4, 1024*768, small fonts. While messing about this morning, opening and closing the IDE many times while fiddling with settings, I have seen the NoIce button the correct size once, but it was truncated the next time and I have no idea how I got there :-( I have also noted that the IDE project pane gets smaller each time (and V7.06A does this too!). The registry value HKCU\Software\ImageCraft\ICCV7 for 430\mainform\project_window_width decreases by 8 each time the IDE is closed. Len. From chb at beon.se Wed May 14 00:17:12 2008 From: chb at beon.se (chb@beon.se) Date: Wed May 14 01:18:55 2008 Subject: [Icc-430] ICC430 V7.08 Released In-Reply-To: <1210727956.482a3e14a10f3@www.paradise.net.nz> References: <200805121900.m4CJ02Ii073450@mail.imagecraft.com>, <20080513154731.6FBDF762D93@smtp.interstellar.com>, <1210727956.482a3e14a10f3@www.paradise.net.nz> Message-ID: <482AAE18.24168.1F2BEB@chb.beon.se> A hint for what it's worth: I recently ran an application (not Icc430) on a customer PC and the buttons in one window were invisible. On my PC same app. looked ok. It turned out the customer PC was set to 120 dpi screen resolution. When he changed to 96 dpi the buttons showed up. /ChristerB -- On 14 May 2008 at 13:19, llchisho@paradise.net.nz wrote: > At 05:34 PM 5/12/2008, Richard Man wrote: > >Hm.... what scree resolution are you guys using? > > 2*1280*1024 (side-by-side dual screen) - works on either screen. > XP Pro SP2, classic view, normal font size. > > Also truncated on another machine with Win2k SP4, 1024*768, small fonts. > > While messing about this morning, opening and closing the IDE many times while > fiddling with settings, I have seen the NoIce button the correct size once, but > it was truncated the next time and I have no idea how I got there :-( > > I have also noted that the IDE project pane gets smaller each time (and V7.06A > does this too!). The registry value > HKCU\Software\ImageCraft\ICCV7 for 430\mainform\project_window_width > decreases by 8 each time the IDE is closed. > > Len. > > _______________________________________________ > Icc-430 mailing list > Icc-430@imagecraft.com > http://dragonsgate.net/mailman/listinfo/icc-430 -- Christer Berg, christer.berg@beon.se, +46 707 565 375 Beon Communication AB, www.beon.se Box 6007, SE-192 06 SOLLENTUNA info@beon.se Tel: +46 8 754 92 55 From mojaveg at IWVISP.com Wed May 14 08:34:51 2008 From: mojaveg at IWVISP.com (mojaveg@IWVISP.com) Date: Wed May 14 09:53:06 2008 Subject: [Icc-430] ICC430 V7.08 Released In-Reply-To: <482AAE18.24168.1F2BEB@chb.beon.se> (from chb@beon.se) (at Wed, 14 May 2008 09:17:12 +0200) Message-ID: <391e5718.u10t12e.493e8-mojaveg@67-150-9-220.lsan.mdsg-pacwest.com> > On 14 May 2008 at 13:19, llchisho@paradise.net.nz wrote: > > At 05:34 PM 5/12/2008, Richard Man wrote: > > >Hm.... what scree resolution are you guys using? > > > > 2*1280*1024 (side-by-side dual screen) - works on either screen. > > XP Pro SP2, classic view, normal font size. > > > > Also truncated on another machine with Win2k SP4, 1024*768, small fonts. > > > > While messing about this morning, opening and closing the IDE many times while > > fiddling with settings, I have seen the NoIce button the correct size once, but > > it was truncated the next time and I have no idea how I got there :-( > > > > I have also noted that the IDE project pane gets smaller each time (and V7.06A > > does this too!). The registry value > > HKCU\Software\ImageCraft\ICCV7 for 430\mainform\project_window_width > > decreases by 8 each time the IDE is closed. > A hint for what it's worth: > I recently ran an application (not Icc430) on a customer PC and the > buttons in one window were invisible. On my PC same app. looked ok. > It turned out the customer PC was set to 120 dpi screen resolution. > When he changed to 96 dpi the buttons showed up. Strange. Playing with the resolution usually has the opposite effect. From webbra.mlist at verizon.net Wed May 14 12:03:53 2008 From: webbra.mlist at verizon.net (Rich Webb) Date: Wed May 14 13:05:16 2008 Subject: [Icc-430] ICC430 V7.08 Released In-Reply-To: <200805141919.m4EJJeOH038769@mail.imagecraft.com> References: <200805141919.m4EJJeOH038769@mail.imagecraft.com> Message-ID: <482B3799.1000406@verizon.net> >> A hint for what it's worth: >> > I recently ran an application (not Icc430) on a customer PC and the >> > buttons in one window were invisible. On my PC same app. looked ok. >> > It turned out the customer PC was set to 120 dpi screen resolution. >> > When he changed to 96 dpi the buttons showed up. > > Strange. Playing with the resolution usually has the > opposite effect. Aha! That does make a difference. I went into the advanced properties setting for the display -- hadn't bothered to before -- and increased the dpi from the default 96 up to 120. In addition to everything on-screen getting much larger (not sure if I like that or not) now the NoIce button shows up correctly in V7-430. Did I mention that it was always (and is still) correctly displayed in V7-ARM, before and after the dpi change? From richard at imagecraft.com Mon May 19 14:56:09 2008 From: richard at imagecraft.com (Richard Man) Date: Mon May 19 16:00:29 2008 Subject: [Icc-430] flash write routine? Message-ID: <200805192300.m4JN0SGR058650@mail.imagecraft.com> A customer inquires about flash write routine. Surely one of you have one "in your back pocket?" Can you please send a copy to me? Thanks // richard On-line orders, support, and listservers available on web site. [ For technical support on ImageCraft products, please include all previous replies in your msgs. ] From richard at imagecraft.com Thu May 29 17:04:55 2008 From: richard at imagecraft.com (Richard Man) Date: Thu May 29 18:09:20 2008 Subject: [Icc-430] "Relative Path" project problem in 7.08 Message-ID: <200805300109.m4U19J90008247@mail.imagecraft.com> I can't recreate the problem case so I am having some difficulties testing it, but for the people that have problems, can you please grab http://www.dragonsgate.net/pub/BETAS/icppw.exe and put that in your 7.08 c:\iccv7430\bin directory and test it? Please let me know how it works. Thanks. // richard On-line orders, support, and listservers available on web site. [ For technical support on ImageCraft products, please include all previous replies in your msgs. ] From jdurand at interstellar.com Thu May 29 17:14:47 2008 From: jdurand at interstellar.com (Jerry Durand) Date: Thu May 29 18:16:10 2008 Subject: [Icc-430] "Relative Path" project problem in 7.08 In-Reply-To: <200805300109.m4U19J90008247@mail.imagecraft.com> References: <200805300109.m4U19J90008247@mail.imagecraft.com> Message-ID: At 05:04 PM 5/29/2008, Richard Man wrote: >http://www.dragonsgate.net/pub/BETAS/icppw.exe and put that in your >7.08 c:\iccv7430\bin directory and test it? Please let me know how >it works. Thanks. On first test seems to work fine here. ICC430 on a Windows XP system and the working directory is on a Ubuntu system with Windows Networking. -- Jerry Durand, Durand Interstellar, Inc. www.interstellar.com tel: +1 408 356-3886, USA toll free: 1 866 356-3886 Skype: jerrydurand From richard at imagecraft.com Thu May 29 17:14:52 2008 From: richard at imagecraft.com (Richard Man) Date: Thu May 29 18:19:17 2008 Subject: [Icc-430] Re: "Relative Path" project problem in 7.08 In-Reply-To: <7.1.0.9.0.20080529170209.04b09b50@imagecraft.com> References: <7.1.0.9.0.20080529170209.04b09b50@imagecraft.com> Message-ID: <200805300119.m4U1JGJf008435@mail.imagecraft.com> OK, the problem does appear to be fixed... At 05:04 PM 5/29/2008, Richard Man wrote: >I can't recreate the problem case so I am having some difficulties >testing it, but for the people that have problems, can you please grab > >http://www.dragonsgate.net/pub/BETAS/icppw.exe and put that in your >7.08 c:\iccv7430\bin directory and test it? Please let me know how >it works. Thanks. // richard