AutoHotkey Community

It is currently May 26th, 2012, 10:30 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Some WISHES PLEASE
PostPosted: July 7th, 2005, 11:07 pm 
First of all i must thank CHRIS for this wonderful software... and his time :)

i've got some REAL WISHES that i hope will be added ... :) (if not now :( then sometime after)
so i will list them in this single post

1. GUI Buttons with Images.
2. "Links" in GUI (the ones which turns mouse cursor to "hand" when it hovers on them...)
3. Icons (images) in MENUS
4. Improve speed of Loop Files and folders
5. Gui, AVI type of control which could play supported movie types
6. Gui, HTML type of thing that could open HTML (flash HTML etc) in GUI


and is it possible to add a command (like some sort of Label) that could run PARALLEL to other thread... (SetTImer does this but if its label is stuck on some thing... whole script stops)
thanks (I apologize if some of them are already asked for ... and if they are .. i hope their priority will be updated ;) )


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 8th, 2005, 7:09 am 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
Hi Cetus,

Regarding 2.) I think this is already possible, please serach the forum. I can remember that there was a discussion on it.

Regarding 4) How? The speed is already pretty fast. And it depends on so many things, disc speed, memory. But especially on the way you write your code. Don't get me wrong, I would love to have everything faster. But I feel that such a wish should be more constructive or with an example of were it is very slow.

Regarding 5 and 6) I personally do not consider these high priority, since I do not have any use for them. The Avis could be played with SoundPlay or started with any available player. and I do not see any need to have HTML in a GUI for a scripting language.

Regarding the PARALLEL: It is more a thing of your code, Windows is AFAIK not parallel (do you have two processors? SMP/MPP?). So the only way you could "simulate" parallel threads is to give all threads time to run. If you have set SetBatchLines,-1 you have to add Sleep to an endless or long loop, so that other threads have time to get their job done, too. Or you just set SetBatchLine to a higher value making the whole script less responsive, but I think this will be hardly recognized.


Regarding 1 and 3): I have also made once the wish to have these controls/additions. But with time I feel them less urgent, since user can better guess/memorize the purpose of a button, when it has text as a lable rather then any fancy icon. The only icon buttons I know which are known to most users are open, save, copy, paste. But you could do these things with pictures already. I once made a script for rajat for his SmartGui. The script was a toolbar with icons (pictures) for the controls and for moving them in different directions. No text at all. I should maybe post them in the script area.

Just my two cents.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 8th, 2005, 2:02 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
toralf wrote:
Cetus wrote:
2. "Links" in GUI (the ones which turns mouse cursor to "hand" when it hovers on them...)
Regarding 2.) I think this is already possible, please serach the forum. I can remember that there was a discussion on it.
I think he means hover links where the mouse cursor would change image to a hand or something - that's been suggested before. Changing control text colour is possible already.

Cetus wrote:
4. Improve speed of Loop Files and folders
To me, they're already quite fast. Take a look at SetBatchLines.

Cetus wrote:
6. Gui, HTML type of thing that could open HTML (flash HTML etc) in GUI
I think a web browser control was suggested before, I'm definetly waiting for it. As for the other control type suggestions, they're all on the to-do list and were suggested before. Gui and gui controls are very high on the priority list so we can expect them sooner or later.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 9th, 2005, 6:18 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
As mentioned above, many of these suggestions are already planned. As for running something in parallel, the best way to do that is with a second/separate script. This is because each script has only one real thread with which to execute commands, and that is unlikely to change anytime soon (though a dedicated thread for the keyboard and mouse hooks might get added).


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 27th, 2005, 6:25 am 
Offline

Joined: July 16th, 2005, 11:39 am
Posts: 96
Rajat, I think, posted a link in the scripts and functions forum about using .hta files for creating html GUIs. It looks like a pretty good workaround.

_________________
“yields falsehood when preceded by its quotation” yields falsehood when preceded by its quotation.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: August 7th, 2005, 5:14 pm 
Offline

Joined: August 6th, 2005, 9:46 pm
Posts: 11
I've got a LOT of uses for embedding an HTML control within a GUI with autohotkey scripts. You know, I'd rather using a simple scripting language like this to make an application than to sit and learn how to do it "right." There's that AHK workaround rajat talked about, but that just runs a web page. I want it INSIDE my AHK application. There's got to be a way to make this easily happen.

Here's a site that talks about how to embed one with C:
http://www.codeproject.com/com/cwebpage.asp

Isn't that what AHK was made with? Well, anyway...I'm hoping I can eventually make my new type of web browser without doing it all completely with DHTML/CSS...although, its sounding better all the time.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group