| Author |
Message |
Topic: Class library (OOP) - Help Thread |
joebodo
Replies: 92
Views: 10815
|
Forum: Ask for Help Posted: Sat Jun 06, 2009 9:05 pm Subject: Working on something similar |
Take a look if your interested. I took a different approach to implementing classes and objects. Still a work in progress, but some of the stuff may be useful for you.
Quick summary:
objects are p ... |
Topic: BalloonTip |
joebodo
Replies: 65
Views: 17572
|
Forum: Scripts & Functions Posted: Sat May 30, 2009 6:19 pm Subject: BalloonTip |
When activating the tooltip, the window would flicker a bit at the top left of the screen. This was due to enabling tracking without the position set. To fix, I reversed the two lines to read:
S ... |
Topic: Invoking directly ContextMenu of Files and Folders |
joebodo
Replies: 61
Views: 17831
|
Forum: Scripts & Functions Posted: Fri May 29, 2009 7:24 pm Subject: Invoking directly ContextMenu of Files and Folders |
Thanks for the information on getting and executing menu selections. I have been looking for this for awhile.
I am able to bring up the shell context menu for a file or a folder and execute the com ... |
Topic: Redstone - Application Launcher |
joebodo
Replies: 57
Views: 10025
|
Forum: Scripts & Functions Posted: Sun Aug 17, 2008 9: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: 57
Views: 10025
|
Forum: Scripts & Functions Posted: Fri Aug 15, 2008 5: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: 1787
|
Forum: Scripts & Functions Posted: Wed Aug 13, 2008 8: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: 661
Views: 36909
|
Forum: Ask for Help Posted: Sat Jul 26, 2008 6: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: 57
Views: 10025
|
Forum: Scripts & Functions Posted: Wed Jul 23, 2008 2: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: 57
Views: 10025
|
Forum: Scripts & Functions Posted: Wed Jul 23, 2008 1: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: 57
Views: 10025
|
Forum: Scripts & Functions Posted: Sun Jul 20, 2008 8: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: 57
Views: 10025
|
Forum: Scripts & Functions Posted: Thu Jul 17, 2008 2: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: 416
Views: 78426
|
Forum: Scripts & Functions Posted: Wed Jul 16, 2008 2: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: 416
Views: 78426
|
Forum: Scripts & Functions Posted: Tue Jul 15, 2008 7: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: 57
Views: 10025
|
Forum: Scripts & Functions Posted: Tue Jul 15, 2008 8: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: 416
Views: 78426
|
Forum: Scripts & Functions Posted: Tue Jul 15, 2008 12: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 ... |
| |