
Johnny
Active Members-
Posts
20 -
Joined
-
Last visited
Everything posted by Johnny
-
Arabic / Unicode text in a edit window?
Johnny replied to Johnny's topic in AutoIt GUI Help and Support
ah nevermind... figured it out. -
Hello all, I am working on a program that needs to have Arabic displayed within an "edit" window. I have been looking around and am stumped in how to make it allow me to use Arabic characters. Any ideas would be handy. The computer I am working on already has Arabic installed, so that shouldn't be the issue. Thanks in advance. Johnny
-
I am still lost... I just tried this, $encryptedtext = _StringEncrypt(1,(Guictrlread ( $textwindow)),$inputpass,$inputlevel) fileopen ($filename, 130) filewrite ($filename,$encryptedtext) FileClose ($filename) WinSetTitle("AFC Encrypto","", "AFC Encrypto " & $filename) $saved = "yes" All arabic characters are returned as question marks still... It doesn't shut the program off, as it did when I first tried putting arabic in. I am working on this via wine, i don't think that makes a difference though... Screenshot plus files found at:http://christianmissiontrips.org/forum/viewtopic.php?f=8&p=1530#p1530 Thanks again encrypter.au3
-
Thank you for your help I am making this for Christians in the middle east... I had to present this to a guy I work with, and realized while I was showing it to him that I forgot to check if Arabic would work... I hadn't compiled it in the beta for some reason that I can't remember...
-
Hello all, I am writing an app that needs to be able to save and open texts that are in Arabic as well as English... Do I just need to save as unicode? I tried this fileopen ($filename, 128)) filewrite ($filename,$encryptedtext) Anywho, any ideas?
-
Valuater, volly thx for helping me... I will release this as freeware in a week or so... do you guys want credit in the ReadMe?
-
mmm line 13 For $i = 1 To $var[0][0] odd.. love your avatar.. it was going to the beat of the industrial i was playing.
-
Hi all, worked on this script for several months after the original post, then got stuck... One of my beta testers had to do a system restore, because i had this compiled to an EXE. Right now the program... registers to start on restart monitors for bad sites/window Right now I got the register part disabled, and the anti close part not included in the code... I cannot figure out how to do this without it taking up all the system resources... Currently when ran it makes Explorer.exe take up a TON of memory. For older comps it can cause a freeze after a period of time. I tried altering the sleep time between checks, but that doesn't seem to help... Big thanks to anyone who can help. Let it play the wav.. it is quite funny.
-
that was GREAT! totally redoing my apps with it... (porting from RapidQ) Excellent work!
-
mmm right now the script is having problems with hogging up the memory. not sure how i can keep the program accurate and yet not becoming a memory hog... attached is the current script. if anyone has any further ideas, that would be great. twatch.au3
-
Thanks again. I am running it... but it didnt do the msgbox. ill check through it... probably a mistake on my end. Im thinking FTP. unless anyone else has any ideas...
-
Thx a ton! I still need to figure out how to allow a friend to view the reports... perhaps FTP then have a program that opens it (via embed) then have a simple javascript password protect thing? mmm BTY anyone know of a good 1 click file host? for putting programs on, without having to use own band?
-
thx for the stringsplit idea. im a missionary with AFC (link bellow) the net i use costs like 15 bucks a month. it is wierd, because i can do things like get to irc... i can check via pop mail accounts, but not send(smtp). it is strange. To prove, that it is not of malious intent... my normal handle is OddChild. Here are some programs that I have been working on... http://www.christianmissiontrips.org/forum/ under downloads, click other downloads and you can see a topic i started about internet accountability. anywho, im a rapidq refugee. Do you think using TTS would be better than WAV? I put the txt file in the windows directory, so that way ppl wouldnt mess with it. John
-
I havent released this before... it is a project that i have just started. bellow is the main program. -without the mailing part -without initial setup etc... thx acountibility.au3
-
I have started working on an internet accountibility program, that searches the titles of active windows and logs windows that are from the user visiting adult sites. I am wanting to make it possible, for a user to have a report sent to a friend of their choice so that they can break free from addiction... Anyhow... the problem is at the last part. I cannot figure out how to do the email part. I read the email threads, and tried to use them all however my connection does not allow me to do that. I cannot even mail from a client. I am now concidering alternative ways that the logs could be transfered. Does anyone have any ideas? FTP then have another program get them once a month? Email via CGI script? Not sure... Thx, John
-
Thx a ton! i really over looked that... sorry for wasting post space.
-
Is it possible to do something like $x = * & "Cheese" & * so that... If $x = * & "Cheese" & * then computer.eat cheese endif just a joke with the whole eating part... but can you search strings?