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 

Search found 15 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Variable to control the number of tabs in GUI.
Jayman

Replies: 2
Views: 129

PostForum: Ask for Help   Posted: Tue Oct 30, 2007 3:42 am   Subject: Variable to control the number of tabs in GUI.
This works but it feels like the long about way of doing it. Input?

nTabs = 4

TabString =
loop, %nTabs% {
TabNum := A_Index
TabString = %TabString%%TabNum%|
}

Gui, Add, T ...
  Topic: Variable to control the number of tabs in GUI.
Jayman

Replies: 2
Views: 129

PostForum: Ask for Help   Posted: Tue Oct 30, 2007 3:04 am   Subject: Variable to control the number of tabs in GUI.
Can you show me how to use a variable to control the number of tabs in a gui?
  Topic: Basic Script building question- more or less
Jayman

Replies: 6
Views: 298

PostForum: Ask for Help   Posted: Sun Oct 28, 2007 9:37 pm   Subject: Basic Script building question- more or less
Whats the different with that and this?

F8::
Send, {Right 8}
return
  Topic: Can this type of tab configuration be created?
Jayman

Replies: 5
Views: 255

PostForum: Ask for Help   Posted: Sun Oct 28, 2007 7:41 pm   Subject: Can this type of tab configuration be created?
I slept on my idea, and I think I might go a different route with what I am trying to do.

I thinking of putting a J tab section within the Vehicle tab.

Im trying to develop this into a tool f ...
  Topic: Can this type of tab configuration be created?
Jayman

Replies: 5
Views: 255

PostForum: Ask for Help   Posted: Sun Oct 28, 2007 7:31 pm   Subject: Can this type of tab configuration be created?
We are on the right track here, it appears. Id like to still show the J1, J2, & J3 tabs' tab when in the Additional & Parts tabs.

Totally appreciate the push in the right direction.
  Topic: Basic Script building question- more or less
Jayman

Replies: 6
Views: 298

PostForum: Ask for Help   Posted: Sun Oct 28, 2007 4:03 pm   Subject: Basic Script building question- more or less
Double Left Click the Autohotkey Icon in the tray and you will see information on what code has run.

{Tab 8}
  Topic: Can this type of tab configuration be created?
Jayman

Replies: 5
Views: 255

PostForum: Ask for Help   Posted: Sun Oct 28, 2007 9:59 am   Subject: Can this type of tab configuration be created?
This would work if I could figure out how to hide J1, J2, J3 Tabs when on either Additional or Parts Tabs.

GuiControl, Hide, J1 ; doesn't seem to do the job

xTCO = x37 ;Xpos Text Column One
xE ...
  Topic: Can this type of tab configuration be created?
Jayman

Replies: 5
Views: 255

PostForum: Ask for Help   Posted: Sun Oct 28, 2007 9:52 am   Subject: Can this type of tab configuration be created?
Changed "Subject" title for clarity
  Topic: Can this type of tab configuration be created?
Jayman

Replies: 5
Views: 255

PostForum: Ask for Help   Posted: Sun Oct 28, 2007 7:22 am   Subject: Can this type of tab configuration be created?
Can this type of tab configuration be created?

I'd like Tab 1 (half width of others) to always be on top of tab 2, 3, & 4. But if either of the Red Tabs were selected they would be on top of 1 ...
  Topic: Controling Edit fields with checkbox / glabel [Fixed]
Jayman

Replies: 1
Views: 468

PostForum: Ask for Help   Posted: Sun Oct 28, 2007 4:32 am   Subject: Controling Edit fields with checkbox / glabel [Fixed]
Nevermind. Sometimes just typing it all out helps I guess.

Had to remove the v and add the submit, as below:

UpdatePBOI:
Gui, Submit, Nohide
If PBOI { ; it's checked... ...
  Topic: Controling Edit fields with checkbox / glabel [Fixed]
Jayman

Replies: 1
Views: 468

PostForum: Ask for Help   Posted: Sun Oct 28, 2007 4:18 am   Subject: Controling Edit fields with checkbox / glabel [Fixed]
Seems so easy till it doesn't work.

I am trying to control 3 edit controls with a checkbox. By default I want the 3 edit fields to be disabled (grayed out ) until the checkbox is checked.

I tri ...
  Topic: Convert a string to an integer
Jayman

Replies: 3
Views: 242

PostForum: Ask for Help   Posted: Mon Oct 22, 2007 4:18 am   Subject: Convert a string to an integer
I "Think" its...

var := string
  Topic: Clicking a link
Jayman

Replies: 5
Views: 281

PostForum: Ask for Help   Posted: Mon Oct 22, 2007 1:28 am   Subject: Clicking a link
Unless your pigeon holed into using Internet explorer because the online software doesn't support Firefox.
  Topic: Clicking a link
Jayman

Replies: 5
Views: 281

PostForum: Ask for Help   Posted: Sun Oct 21, 2007 5:07 pm   Subject: Clicking a link
ok, so I found something that works.

Send, !ef ;opens "Find on this page..." from the menu

Then I search for the text that is displayed as the link, then I am in the correct frame an ...
  Topic: Clicking a link
Jayman

Replies: 5
Views: 281

PostForum: Ask for Help   Posted: Sun Oct 21, 2007 3:48 am   Subject: Clicking a link
I am a novice at programming/scripting but throughly enjoy playing with the code and making things work. I have spent 2 days exhausting the information I have found using what I have found searching ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group