Jump to content

Ezzetabi's translator.


ezzetabi
 Share

Recommended Posts

I think you should add $ES_MULTILINE to yours input control. Or you have a so big space and you can't do new lines...

Like so?

$style = $ES_WANTRETURN + $WS_VSCROLL + $WS_HSCROLL + $ES_AUTOVSCROLL + $ES_AUTOHSCROLL + $ES_NOHIDESEL + $ES_MULTILINE
$edit = GUICtrlCreateEdit("", 5, 5, 520, 190, $style)

Edit: Where is the WinList() function? It comes up with an error when I try to run:

$aList = WinList()

For $c = 1 to $aList[0][0]
  If $aList[$c][0] <> '' Then
     WinSetTitle($aList[$c][1],'',_4lter($aList[$c][0]))
  EndIf
Next
Edited by erifash
Link to comment
Share on other sites

1) Yes, like so.

2) As I wrote... (But really none reads?!?)

...it is in the lasted unstable.

I think it is still undocumented, but it works.

<{POST_SNAPBACK}>

It IS undocumented AND it dosen't work. Here is the error I got:

ERROR: Unknown function name.

I am using unstable version too.

Edit: Okay, problem solved. I just downloaded the latest, LATEST unstable version.

Edited by erifash
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...