here is my form is text 
notice the string resource area
the"aaaa\", "a\" does not show up when the program is ran as well as
the "" as a space.
I have no idea ?
The scrollbar does work.

/************************************************************************
 *
 * Created with Falch.net DeveloperStudio
 * http://www.falch.net/
 * 
 * File : test.rcp
 * 
 * Description :  
 *
 * History:
 *                      Name            Date                                    
Description
 *                      ----            ----                                    
-----------
 *                      Don     7/23/04 11:20:03 AM             Created

 *
 ***********************************************************************/
 
#include "test_res.h"

ICONFAMILY "computer_22x22x1.bmp" "computer_22x22x2.bmp" "computer_22x22x4.bmp" 
"computer_22x22x8.bmp"
SMALLICONFAMILY "computer_15x9x1.bmp" "computer_15x9x2.bmp" "computer_15x9x4.bmp" 
"computer_15x9x8.bmp"


FORM ID frmMain AT (0 0 160 160)
USABLE
BEGIN
        TITLE "frmMain" 
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        FIELD ID fldResource  AT (2 18 148 112) MAXCHARS 16384 MULTIPLELINES 
HASSCROLLBAR NONEDITABLE   
        
SCROLLBAR ID scrResource  AT (150 18 7 112) USABLE VALUE 50 MIN 0 MAX 100 PAGESIZE 10
END




STRING ID strResource   "1"\
"2"\
"3"\
"4"\
"5"\
"6"\
"7"\
"8"\
"9"\
"10"\
"11"\
"12"\
"13"\
"14"\
"15"\
"16"\
"17"\
"18"\
"aaaa"\
"a"\
"19"\
"20"\
""
-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to