AutoHotkey Community

It is currently May 27th, 2012, 1:53 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 323 posts ]  Go to page Previous  1 ... 18, 19, 20, 21, 22  Next
Author Message
 Post subject:
PostPosted: January 23rd, 2010, 2:54 pm 
Offline

Joined: June 14th, 2009, 7:48 pm
Posts: 331
Hi hugov,
The OS is XP, yesterday I found the script on the net -forgot where- tried it and it worked.
Today, I decide to use it, search again on autohotkey web site and then it doesn't works !!!

I compiled to exe like explained on the link you provided and it works now -I have to test further to be sure-.

In vista the problem seems to arise because of the accounts security config.

On my PC I use DeepFreeze which is a reboot and restore kind of software.
May be in some way, it locks users accounts a bit like vista...

Upon today I never had any problem because of it.
After reading the expanation on your link I suspect that the problem may be because of this.

I'd like to use it in ahk format instead of exe, but don't know how to solve this.
I rebooted to see if I could run it like it did yesterday, but didn't succeed.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 23rd, 2010, 5:05 pm 
Offline

Joined: January 20th, 2010, 10:27 am
Posts: 1
It seems it doesnot work in my computer.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 23rd, 2010, 6:00 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
Arsenal168 wrote:
It seems it doesnot work in my computer.

- what OS (win98, NT, xp, vista, win7)
- what editor
- any particular error messages (please post)
- is it active (you might need to activate it, see tray icon rightclick)

_________________
AHK FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 23rd, 2010, 10:12 pm 
Offline

Joined: June 14th, 2009, 7:48 pm
Posts: 331
I just tested the Isense exe I compiled earlier : doesn't work at all, just sitting there in the tray, nice icon tho . . .
:D
Xp Pro 32 bits
Notepad ++
No message : nothing happen


Last edited by awannaknow on March 2nd, 2010, 5:00 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 2nd, 2010, 1:21 pm 
Offline

Joined: December 28th, 2006, 9:46 am
Posts: 440
Just in case you don't see it on the google code page; I reported an issue here.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 9th, 2010, 6:52 am 
Offline

Joined: April 12th, 2010, 7:27 am
Posts: 152
In case anyone still has issues with the comma thing going off (i.e. press comma and it types what you typed and the final command)

Enter this at line 411 (starting at line 411 ending when it says '; if directive...')

Code:
   If ISense_CurrentEditorTypeNum = 13    ;Metapad ctrl break difference
    SendInput, ^+{left 2}
   Else
   {
      If (pEndKey = ",")
         SendInput, ^+{left 2}
      Else
         SendInput, ^+{left}
   }
  ; If directive..


Your welcome


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 9th, 2010, 12:01 pm 
Offline

Joined: December 28th, 2006, 9:46 am
Posts: 440
Thank you!
Snowy42 wrote:
Your welcome


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 18th, 2010, 1:42 am 
Offline

Joined: August 16th, 2010, 10:25 pm
Posts: 1
men, this is **** good script!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 19th, 2011, 5:10 pm 
Offline

Joined: August 12th, 2010, 7:05 am
Posts: 13
wonderful


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Error
PostPosted: February 20th, 2011, 2:42 pm 
Offline

Joined: November 8th, 2009, 6:36 am
Posts: 67
Location: Denmark
Am I doing something wrong. Or am I missing to adjust something.?
I get the following error

Error at line 161 to # inclu ... ie.ahk
Error: Unsupported use of "."


Win7 64
AHK 1.0.92.02 ANSI 32bit (Unicode version have problem with danish charset)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 20th, 2011, 3:41 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
Try to run with AHK basic at it will work or modify ie.ahk, this probably won't run in ahk_l as in ie.ahk variables are defined with [] in their name which is prohibited (reserved for objects)

_________________
AHK FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 20th, 2011, 4:19 pm 
Offline

Joined: November 8th, 2009, 6:36 am
Posts: 67
Location: Denmark
Thanks dude. Perhaps it would be a good idea to write this in the readme file!.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Bug with coma
PostPosted: February 26th, 2011, 6:24 am 
Offline

Joined: April 21st, 2007, 9:16 pm
Posts: 178
adamrgolf wrote:
Just in case you don't see it on the google code page; I reported an issue here.

adamrgolf (on code.google.com) wrote:
Reported by adamrg...@gmail.com, Mar 02, 2010
What steps will reproduce the problem?
1. Type a command (ex. Progress)
2. Directly after the command type a comma

What is the expected output? What do you see instead?

ISense pops up the information for "Progress" properly, but it Appends
"Progress, " to my already type "Progress" so I end up with this:
"ProgressProgress, ".

What version of the product are you using? On what operating system?

I'm using ISense 1.5.4, on Windows 7 64 bit. Editor: UltraEdit 15.20.0.1022

I have exactly the same problem, also under Win7 x64 (SP1), but with PSPad v4.5.4.

BTW, I remember I've checked ISense in the past (under XP x32). I don't remember its version number, but that problem was already present, so I've decided to write my own contextual help script (much more simple). Now, I've decided to give ISense a second try, but the problem persists. Since typing the coma manually is something I do almost all the time, that bug makes ISense unusable with PSPad.

I've tried to locate the source of the problem myself, but I must confess that I'm lost. Especially, since the Editor and Method setups are disabled in the Setup window, I don't know how to check other methods, and even if that makes sense.

Thanks for helping us!

_________________
r0lZ


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Coma bug fixed!
PostPosted: February 26th, 2011, 7:08 am 
Offline

Joined: April 21st, 2007, 9:16 pm
Posts: 178
OK, I've found and fixed the coma bug.

In ISense.ahk, in the function Isense_EEvaluate(pEndKey), near line 430, there is a commented out block of code:
Code:
/*
   cntDelete := StrLen(ISense_lastWord) + 1
   if pEndKey = Click
      cntDelete--
    SendInput, {Backspace %cntDelete%}   
*/

Replace that block of code with:
Code:
    if pEndKey = `,
    {
        cntDelete := StrLen(selection) + 1
        SendInput, {Backspace %cntDelete%}
    }   

That's all! :-)

_________________
r0lZ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 26th, 2011, 8:18 pm 
Offline

Joined: July 31st, 2008, 10:27 pm
Posts: 336
For me, it wasn't deleting my typed characters correctly, even if it didn't end with a comma. I commented out lines 411-413. And it works correctly with or without a comma. In all fairness, I have customized Isense, and this may be a bug related to my own work. Using PSPad.

Code:
;delete typed word         ;*** I may make this another Editor method type..
;   If ISense_CurrentEditorTypeNum = 13    ;Metapad ctrl break difference
;   SendInput, ^+{left 2}
;  Else
    SendInput, ^+{left}


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 323 posts ]  Go to page Previous  1 ... 18, 19, 20, 21, 22  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot] and 14 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