AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Scriptlet Library v4
Goto page Previous  1, 2, 3, 4, 5
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
toralf



Joined: 31 Jan 2005
Posts: 3842
Location: Bremen, Germany

PostPosted: Tue Mar 27, 2007 11:57 am    Post subject: Reply with quote

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.

Elevator_Hazard wrote:
To Maker: You should update this into xml using Titan's XML Reader and Titan's XML Writer
why? What are the benefits?
_________________
Ciao
toralf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Titan



Joined: 11 Aug 2004
Posts: 5068
Location: imaginationland

PostPosted: Tue Mar 27, 2007 1:19 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Timo
Guest





PostPosted: Sun Feb 10, 2008 4:50 pm    Post subject: Reply with quote

And where can I find this "anchor function"?




Timo
Back to top
Titan



Joined: 11 Aug 2004
Posts: 5068
Location: imaginationland

PostPosted: Sun Feb 10, 2008 5:05 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Timo
Guest





PostPosted: Sun Feb 10, 2008 9:57 pm    Post subject: Reply with quote

Thanks. Thanks.



Timo
Back to top
bvaroni



Joined: 22 Feb 2008
Posts: 45

PostPosted: Mon Feb 25, 2008 11:08 pm    Post subject: Minimization sugestion Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4, 5
Page 5 of 5

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group