NELyon Posted July 7, 2006 Posted July 7, 2006 (edited) Heres my code: #include <GUIConstants.au3> $Form1 = GUICreate("Passworder password manager", 286, 332, 334, 153) $Sitename = GUICtrlCreateInput("Sitename", 40, 88, 209, 21, -1, $WS_EX_CLIENTEDGE) $Password = GUICtrlCreateInput("Password", 40, 224, 209, 21, -1, $WS_EX_CLIENTEDGE) GUICtrlCreateLabel("Passworder, Password manager", 64, 152, 154, 17) $done = GUICtrlCreatebutton("Save!", 56, 168, 168, 17) GUISetState(@SW_SHOW) While 1 $msg = GuiGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop Case $msg = $done INIWrite ("pass.ini", "passwords", $sitename, $password) EndSelect WEnd Exit oÝ÷ Ù8b±Ú²Ø^ Ò®+^nëcºËp®+^²Ø^ݩݶ¢êì¢'bte ÚåEæ¢{"µéÚïéjË0¢·oj¸nW¬jwméíá!Øm²0º-v+)¬v;¬µ¦åjyPÉ·¢¶+#ºËfÈðºØ¢}ý¶·¤+"²l¡×§£É·¢§^jw«®ÚºÚ"µÍÚ[ÛYH ÑÕRPÛÛÝ[Ë]LÉÝÂÌÍÑÜLHHÕRPÜX]J ][ÝÔÜÝÛÜÜÝÛÜX[YÙ][ÝË ÌÌÌÍMLÊBÌÍÔÚ][[YHHÕRPÝÜX]R[] ][ÝÔÚ][[YI][ÝË KKLK ÌÍÕÔ×ÑVÐÓQSQÑJBÌÍÔÜÝÛÜHÕRPÝÜX]R[] ][ÝÔÜÝÛÜ ][ÝË KKLK ÌÍÕÔ×ÑVÐÓQSQÑJBÕRPÝÜX]SX[ ][ÝÔÜÝÛÜÜÝÛÜX[YÙ][ÝË MLMMMÊBÌÍÙÛHHÕRPÝÜX]X]Û ][ÝÔØ]IÌÌÎÉ][ÝË MMMMÊBÕRTÙ]Ý]JÕ×ÔÒÕÊBÚ[HBIÌÍÛÙÈHÝZQÙ]ÙÊ BTÙ[XÝPØÙH ÌÍÛÙÈH ÌÍÑÕRWÑUSÐÓÔÑBBQ^]ÛÜPØÙH ÌÍÛÙÈH ÌÍÙÛBBRSUÜ]H ][ÝÜÜË[I][ÝË ][ÝÜÜÝÛÜÉ][ÝËÕRPÝXY ÌÍÜÚ][[YJKÕRPÝXY ÌÍÜÜÝÛÜ JBQ[Ù[XÝÑ[^] EDIT: The INI looks like: [passwords] 3=4 with the first code. But that was what i expected. Edited July 7, 2006 by codemyster
NELyon Posted July 7, 2006 Author Posted July 7, 2006 (edited) Maybe it's just my pc. Hm... i compiled and it magicaly worked... maybe SciTE is being evil to me... Edited July 7, 2006 by codemyster
Developers Jos Posted July 7, 2006 Developers Posted July 7, 2006 Maybe it's just my pc.Hm... i compiled and it magicaly worked... maybe SciTE is being evil to me...yea ... lets blame SciTE since it couldn't be a pilot error ... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
NELyon Posted July 7, 2006 Author Posted July 7, 2006 well i made no changes to my code when i compiled it, and it just worked. I guess i will apologize to SciTE and it's makers. *apologizes to... um... the computer* and sorry to... i'm not really sure who made SciTE.
Developers Jos Posted July 7, 2006 Developers Posted July 7, 2006 well i made no changes to my code when i compiled it, and it just worked. I guess i will apologize to SciTE and it's makers. *apologizes to... um... the computer* and sorry to... i'm not really sure who made SciTE. No worries... was just kidding...As to the creator of SciTE.... you can see the nice long list of contributors when you open the About window....... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Moderators SmOke_N Posted July 7, 2006 Moderators Posted July 7, 2006 Whoa, thats like alot of peopleI especially think Jos van der Zande is a super star on that contributor list !! Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Developers Jos Posted July 7, 2006 Developers Posted July 7, 2006 I especially think Jos van der Zande is a super star on that contributor list !!For SciTE project I "only" wrote the au3 lexer.Most work went into the installer/Helpfile/LUA/Config files/scripts to generate it all/scripts like SciTEconfig and Tidy.......Etc...Don't forget that others like Valik who wrote the current definition extractor and many Lua functions have also assisted to get it were we are today. (Full list in the main page of the SciTE4AutoIt3 Helpfile.)Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Moderators SmOke_N Posted July 7, 2006 Moderators Posted July 7, 2006 For SciTE project I "only" wrote the au3 lexer.Most work went into the installer/Helpfile/LUA/Config files/scripts to generate it all/scripts like SciTEconfig and Tidy.......Etc...Don't forget that others like Valik who wrote the current definition extractor and many Lua functions have also assisted to get it were we are today. (Full list in the main page of the SciTE4AutoIt3 Helpfile.)Jos Awesome, didn't know about the definition extractor, then I have 2 faves there (Didn't see his name the first time I looked) Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
WTS Posted July 7, 2006 Posted July 7, 2006 I think you guys did a great job in scite, the color syntax is just perfect, I've tried other editors and it's looks like some kind of alien langauge.. without all the pretty colors.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now