| Author |
Message |
Topic: Redstone - Application Launcher |
joebodo
Replies: 52
Views: 4000
|
Forum: Scripts & Functions Posted: Sun Aug 17, 2008 10:06 pm Subject: Redstone - Application Launcher |
I fixed the problem when running the beta source. I had some problem code when determining the profile directory for firefox. I uploaded the new source (links are in the first post).
Note that it m ... |
Topic: Redstone - Application Launcher |
joebodo
Replies: 52
Views: 4000
|
Forum: Scripts & Functions Posted: Fri Aug 15, 2008 6:40 pm Subject: Redstone - Application Launcher |
I am now managing the source in SVN. The location is:
http://img359.imageshack.us/img359/1733/08122008041116xl7.jpg |
Topic: Screen Capture with System tray and gui |
joebodo
Replies: 3
Views: 551
|
Forum: Scripts & Functions Posted: Wed Aug 13, 2008 9:30 am Subject: Screen Capture with System tray and gui |
Thanks for the script. It made it to my startups folder (and that's saying something).
One small bug:
if Folder =
{
SS_Folder = %A_Desktop%
}
Else
{
SS_Folder = %SS_Fo ... |
Topic: Put here requests of problems with regular expressions |
joebodo
Replies: 271
Views: 10192
|
Forum: Ask for Help Posted: Sat Jul 26, 2008 7:26 am Subject: Put here requests of problems with regular expressions |
I have some data that looks like the following:
<Redstone/website/:: >
<Redstone/website/type/:: >website</Redstone/website/type/>
<Redstone/website/name/: ... |
Topic: Redstone - Application Launcher |
joebodo
Replies: 52
Views: 4000
|
Forum: Scripts & Functions Posted: Wed Jul 23, 2008 3:21 am Subject: Redstone - Application Launcher |
1.) Where should I look to find the code that is called when I just start typing after opening Redstone? I'd like to be able to see exactly which lists it checks and which order it checks them in.
... |
Topic: Redstone - Application Launcher |
joebodo
Replies: 52
Views: 4000
|
Forum: Scripts & Functions Posted: Wed Jul 23, 2008 2:54 am Subject: Redstone - Application Launcher |
| I modified two files to fix the problems with right-clicking an item in the list. I added a comment to each place where I modified the code (but you should be able to just replace your two files with ... |
Topic: Redstone - Application Launcher |
joebodo
Replies: 52
Views: 4000
|
Forum: Scripts & Functions Posted: Sun Jul 20, 2008 9:37 pm Subject: Redstone - Application Launcher |
| Do you only see the right click problem when selecting items in a list? Or, is the problem with right clicking on buttons, etc? |
Topic: Redstone - Application Launcher |
joebodo
Replies: 52
Views: 4000
|
Forum: Scripts & Functions Posted: Thu Jul 17, 2008 3:53 am Subject: Redstone - Application Launcher |
I would rather implement new features than do bug fixes  |
Topic: xpath v3 - read and write XML documents with XPath syntax |
joebodo
Replies: 314
Views: 21753
|
Forum: Scripts & Functions Posted: Wed Jul 16, 2008 3:58 am Subject: xpath v3 - read and write XML documents with XPath syntax |
Need some assistance iterating through XML nodes
Input Document
<Redstone 2.0>
<command>
<Command>List Merge</Command>
<Callback>list_Merge</Callback& ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
joebodo
Replies: 314
Views: 21753
|
Forum: Scripts & Functions Posted: Tue Jul 15, 2008 8:27 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
Titan,
I was able to insert the xml fragment into the document (quite fast). But... after inserting in this manner, the document is no longer searchable using the select: keyword. To resolve this i ... |
Topic: Redstone - Application Launcher |
joebodo
Replies: 52
Views: 4000
|
Forum: Scripts & Functions Posted: Tue Jul 15, 2008 9:53 am Subject: Redstone - Application Launcher |
JS,
Thanks for the comments. They give me inspiration to continue developing this application.
I'll get off my a$$ and try to fix a few of the bugs I know are there (but I ignore). Let me know w ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
joebodo
Replies: 314
Views: 21753
|
Forum: Scripts & Functions Posted: Tue Jul 15, 2008 1:28 am Subject: xpath v3 - read and write XML documents with XPath syntax |
Thanks for the reply.
I was hoping to insert the block without having to iterate through the xml to be inserted (meaning, I would just like to insert the raw XML into the current document).
Anot ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
joebodo
Replies: 314
Views: 21753
|
Forum: Scripts & Functions Posted: Tue Jul 15, 2008 1:04 am Subject: xpath v3 - read and write XML documents with XPath syntax |
Thanks for the reply - I'll give that a try in a minute. In the meantime... is there a (easy) way to insert a block of XML into the current doc?
Here's what I'm looking for:
;Current Doc
&l ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
joebodo
Replies: 314
Views: 21753
|
Forum: Scripts & Functions Posted: Mon Jul 14, 2008 10:17 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
How do I clear an the XML variable?
Here's what I'm trying to do (note this is just a stripped down version of my code):
Loop,...
convertToXML(listName . A_Index, xml)
xpath_save& ... |
Topic: Redstone - Application Launcher |
joebodo
Replies: 52
Views: 4000
|
Forum: Scripts & Functions Posted: Sat Jul 12, 2008 3:16 am Subject: Redstone - Application Launcher |
I modified the UI Show command to determine if the window is already visible. Here's the updated source for the method:
ui_Show(A_Command, A_Args) {
uiShowControl := STATE_GET& ... |
| |