Custom Query
Results (286 - 288 of 3893)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #287 | Rejected | Suggestion: Add an optional parameter "Referrer" to the Fuction "InetGet()" | rudi | |
| Description |
Hello. I hope that I got the sense of the "referrer" information correctly, if not, pls let me know ;) ... Several sites respond in different ways depending on the "Referrer" information passed along with a http request. So it would be nice to have an optional parameter to specify the referrer info that shall be passed along with the inetget() request. Regards, Rudi. |
|||
| #288 | Duplicate | GuiSetTitle | Jayowee | |
| Description |
Maybe I just missed it but I can't find something like GuiSetTitle. I mean: With this function you can set the title of one of your own created windows using just its winhandle. Somthing like {{ $winhandle1 = GuiCreate("first title") $winhandle2 = GuiCreate("unused title") GuiSetTitle($winhandle1, "new title") }} You know what I mean? |
|||
| #289 | Rejected | GuiSetTitle | Jayowee | |
| Description |
Maybe I just missed it but I can't find something like GuiSetTitle. I mean: With this function you can directly set the title of one of your own created windows using just its winhandle. Somthing like $winhandle1 = GuiCreate("first title")
$winhandle2 = GuiCreate("unused title")
GuiSetTitle($winhandle1, "new title")
You know what I mean? |
|||
