 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Tue Mar 27, 2007 11:57 am Post subject: |
|
|
| Elevator_Hazard wrote: | | To Keybored: Same thing here... I took out the ../Anchor/ part of the include path and just placed the anchor script into the program's dir and it worked. | Another option is to copy the anchor function diretly into this script and remove the #include statement.
why? What are the benefits? _________________ Ciao
toralf  |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Tue Mar 27, 2007 1:19 pm Post subject: |
|
|
| toralf wrote: | | What are the benefits? | Interoperability and expansion I suppose. It would be slightly complex though, for every snippet you'll have to create and parse a complete RDF such as
| Code: | <?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xml:lang="en-GB">
<rdf:Description rdf:about="urn:ahk:examplescript.ahk#20070327">
<dc:title>Example</dc:title>
<dc:creator>Titan</dc:creator>
<dc:description>my gui routine</dc:description>
<dc:type>text/plain+ahk</dc:type>
<dc:relation rdf:parseType="Collection" xml:base="http://www.autohotkey.net/~Titan/">
<rdf:Description rdf:about="dl/Anchor.ahk" dc:title="Anchor" />
<rdf:Description rdf:about="dl/XPath.ahk" dc:title="XPath" />
</dc:relation>
<rdfs:Resource>
<![CDATA[
Gui, Add, Text, , label
Gui, Add, Button, gClose, Quit
Gui, Show
Return
GuiEscape:
GuiClose:
ExitApp
]]>
</rdfs:Resource>
</rdf:Description>
</rdf:RDF> |
At the moment I don't think it's necessary. If you had a different idea Elevator_Hazard please post them. By the way, XMLReader/Writer have been replaced with XPath. _________________
RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
Timo Guest
|
Posted: Sun Feb 10, 2008 4:50 pm Post subject: |
|
|
And where can I find this "anchor function"?
Timo |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Sun Feb 10, 2008 5:05 pm Post subject: |
|
|
By searching. Anchor: http://www.autohotkey.com/forum/topic4348.html _________________
RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
Timo Guest
|
Posted: Sun Feb 10, 2008 9:57 pm Post subject: |
|
|
Thanks. Thanks.
Timo |
|
| Back to top |
|
 |
bvaroni
Joined: 22 Feb 2008 Posts: 45
|
Posted: Mon Feb 25, 2008 11:08 pm Post subject: Minimization sugestion |
|
|
Whenever u try to delete an item it goes into the cofirm msg and minimizes the main window, This gives me the feeling its running away, lol!
Itīll be nice if it kept the windows still while deleting items, also whenever i activate the window (alt tab or click on task bar) iīld also like it to show full size and not wait for me place the cursor on its title bar to see its content.
other than that, its very good.
Really GJ
ps - I know more tree levels have already been asked but i still think they are needed here. _________________ - Humor is but another weapon against the universe - Mel Brooks |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|