Discussion Board

Results 1 to 9 of 9
  1. #1
    Regular Contributor xersmith's Avatar
    Join Date
    Dec 2006
    Posts
    161
    How can i capture the data i've typed into a text editor so i can store it and later reload the data on the same text editor... any suggestion or codes available... thanks

  2. #2
    Registered User vin2ktalks's Avatar
    Join Date
    Jul 2005
    Location
    Bengaluru, India
    Posts
    747
    CEikEdwin::GetText()??

    What kind of a control are you using?

  3. #3
    Regular Contributor xersmith's Avatar
    Join Date
    Dec 2006
    Posts
    161
    im confused on what kind of control this is coz (a newbie confusion) im just using the application UI design of the carbide c++. But anyways, it says this editor is under the class name of CEikEdwin, resource type EDWIN...

    Can you show me some codes on how to store this?

  4. #4
    Registered User vin2ktalks's Avatar
    Join Date
    Jul 2005
    Location
    Bengaluru, India
    Posts
    747
    You can write in your Dialog classes SaveFormDataL() function as this:

    Code:
    if ( ControlOrNull( EYourProjectDlgCtrlIdEdwinId ) )
    	{
            GetEdwinText(iYourMemberVar, EYourProjectDlgCtrlIdEdwinId );
    	}

  5. #5
    Regular Contributor xersmith's Avatar
    Join Date
    Dec 2006
    Posts
    161
    how about if im going to use this data to make this as my password... will it be the same?

  6. #6
    Regular Contributor xersmith's Avatar
    Join Date
    Dec 2006
    Posts
    161
    and can you give me some links where i could study the topic im asking... pdf much better...

  7. #7

  8. #8
    Regular Contributor xersmith's Avatar
    Join Date
    Dec 2006
    Posts
    161
    Thank you for the link

  9. #9

Similar Threads

  1. Reading And Decoding Binaray Data From text File
    By mubx2000 in forum Symbian C++
    Replies: 4
    Last Post: 2006-10-24, 14:41
  2. SymC++ - S60- HTTP Post Data - How to encode body text?
    By periakaruppan in forum Symbian Networking & Messaging (Closed)
    Replies: 0
    Last Post: 2005-08-29, 11:31
  3. SymC++ - S60- HTTP Post Data - How to encode body text?
    By periakaruppan in forum Symbian C++
    Replies: 0
    Last Post: 2005-08-29, 11:30
  4. store data.
    By joanntsc in forum Symbian C++
    Replies: 3
    Last Post: 2003-09-29, 08:31
  5. Need help: Access to MIDLet's data store?!
    By pikalov78 in forum Mobile Java General
    Replies: 2
    Last Post: 2003-09-14, 13:19

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved