[perl-win32-gui-users] ListView Columns - Text Limit is 1023 Bytes
Can the maximum characters stored in a Listview column be increased to value above 1023 bytes? I need to store memo field data from an MS-Access database with more than 1023 characters In the field. I have done a print statement in my ODBC fetch statement to ensure all the memo Data is returned to the PERL program before inserting into the ListView. Data is all there in the Print. But when I print the data after loaded to ListView, it truncates to 1023 chars. This is bad Because my program is written to load DB data to the ListView first. Then when a user clicks A ListView item, the data is placed in a maintenance screen for editing in multiline textfields. But since the Listview does not hold but 1023 chars, the data does not get populated entirely into The textfields. Can the ListView max text size value be set to accommodate more text than 1023 bytes? The length of data displayed in a ListView column is less than 1023 bytes. You may only See 700 bytes in the ListView, but it actually stores 1023 bytes. The amount of data shown In the ListView column is not dependant on font size either. I see the same length of data With a small font as with a large font. That is just an FYI. Thanks, Eric
[perl-win32-gui-users] EXTEIDE UI
Did you here about EXTEIDE? If you're interesting about UI, visit once this site. http://www.exteide.com It was made by delphi and visual c++. UI engine was made by delphi, and language processing part was made vc++. I think that will be referenced to your development. -- Anderson Sheen -- View this message in context: http://www.nabble.com/EXTEIDE-UI-t1043368.html#a2710898 Sent from the perl-win32-gui-users forum at Nabble.com.
[perl-win32-gui-users] Hiding/showing the title bar on a window
I forgot to attach the code. (I always seem to do that :-) Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the DW6000 Monitor http://www.millham.net/dw6000 [EMAIL PROTECTED] -Original Message- From: Brian Millham [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 01, 2006 7:04 PM To: '[EMAIL PROTECTED]' Subject: Hiding/showing the title bar on a window Hi all, I'm playing with creating a normal window that only shows the titlebar when the mouse is over the window. (The code is based on hover code that Rob sent yesterday) The titlebar seems to be removed logically, but not on the screen. If you move the mouse over the window, and then back out, the titlebar buttons (minimize, maximize and close) no longer work. If you resize the window, the titlebar disappears. It does not appear when the mouse is over the window. I've tried using InvalidateRect(1) to force a redraw of the window, but this doesn't work. Any ideas, or am I trying to take a simple approach to a more complicated problem. Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the DW6000 Monitor http://www.millham.net/dw6000 [EMAIL PROTECTED] --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0605-4, 02/01/2006 Tested on: 2/1/2006 7:04:09 PM avast! is copyright (c) 2000-2003 ALWIL Software. http://www.avast.com --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0605-4, 02/01/2006 Tested on: 2/1/2006 7:34:55 PM avast! is copyright (c) 2000-2003 ALWIL Software. http://www.avast.com hover.pl Description: Binary data