Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-15-2008, 11:27 PM
Senior Member
 
Join Date: Jan 2008
Posts: 123
Default writeString method not existing ? *solved*

ive imported on current mC both SWFKit.* and SWDKit.application.*

Now... im trying to write some string from inputTextfield into ini file... but when i go like this.
Code:
import SWFKit.*;
import SWFKit.application.*;
var ini_Fil:String = "C:\\My.ini";
var Sset_trayTip:String = set_trayTip.text;
ini_Fil.writeString("FLASH_GRF", "TRAY_TIP", Sset_trayTip);
then i get error from flash:
There is no method with the name 'writeString'.

[SOLVED]

Code:
import SWFKit.*;
import SWFKit.application.*;
var ini_Fil = "C:\\My.ini";
var Sset_trayTip:String = set_trayTip.text;
ini_Fil.writeString("FLASH_GRF", "TRAY_TIP", Sset_trayTip);


What's the problem ? this ini file is a conf file for my application
Reply With Quote
  #2 (permalink)  
Old 01-16-2008, 06:37 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: writeString method not existing ? *solved*

Dear Snapz:

Because we are very busy this week, we will answer all your questions on Friday. Really sorry for inconvenience.

Regards,
SWFKit
Reply With Quote
  #3 (permalink)  
Old 01-16-2008, 07:18 AM
Senior Member
 
Join Date: Jan 2008
Posts: 123
Default Re: writeString method not existing ? *solved*

Hey SWFKIT!

Thanx for your relpy, its better to get a reply and wait few days than to wait and hove no clue.
Warmly appreciated!
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:49 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.