Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: TimothyLuke
Forum: Lua/XML Help 08-18-17, 07:48 PM
Replies: 6
Views: 4,335
Posted By TimothyLuke
Forgive my ignorance but does the tooltip itself...

Forgive my ignorance but does the tooltip itself have an onleave event? I an able to interact with the tooltip but when the mouse leaves it it stays there until i mouse back onto the LDB point and...
Forum: RealUI 10-05-16, 01:52 AM
Replies: 1
Views: 1,937
Posted By TimothyLuke
I have the same problem. To get around that i...

I have the same problem. To get around that i hit the button that takes the map and makes it smaller but the backgrounds become readable.
Forum: Lua/XML Help 10-04-16, 11:17 PM
Replies: 4
Views: 1,918
Posted By TimothyLuke
GS and GS-E Macros work in a very tight sandbox...

GS and GS-E Macros work in a very tight sandbox and don't have access to a lot of API functions like Timer.

The list of what you DO have access to is available Here...
Forum: RealUI 10-02-16, 06:46 PM
Replies: 0
Views: 1,156
Posted By TimothyLuke
Info Bar

Hi All,

I have just installed R18.

When I load in the Infobar doesn't display, I go to Advanced options and then disable and renable an entry and the info bar shows. I then get spammed with this...
Forum: General Authoring Discussion 09-29-16, 04:36 PM
Replies: 4
Views: 2,028
Posted By TimothyLuke
It's what I suspected but had to ask. Thanks all.

It's what I suspected but had to ask. Thanks all.
Forum: General Authoring Discussion 09-29-16, 05:19 AM
Replies: 4
Views: 2,028
Posted By TimothyLuke
I'll try to rephrase. I can create a frame and...

I'll try to rephrase.

I can create a frame and put buttons on it that execute macro text by setting the button type to macro and loading up the appropriate macro string into the buttons execute and...
Forum: General Authoring Discussion 09-28-16, 07:41 PM
Replies: 4
Views: 2,028
Posted By TimothyLuke
Create Draggable "Button" that can be embedded in Action Bar

First off I may have the terminology completely wrong. What I want to do is create a button that I can drag to an ActionBar.

I have attempted this via LibActionButton - my code attempt and results...
Forum: Lua/XML Help 08-23-16, 05:59 PM
Replies: 1
Views: 1,351
Posted By TimothyLuke
Referencing objects

Hi Everyone,

I asked this over in ACE land as im using ACEGUI but have not had a result so apologies for cross posting in advance. The original Post and the code is located...
Forum: AddOn Help/Support 08-18-16, 04:51 PM
Replies: 3
Views: 8,569
Posted By TimothyLuke
CHeck you have the folders.

If you have downloaded GS-E there will be three folders present in C:\path\to\World of Warcraft\Interface\Addons

C:\path\to\World of Warcraft\Interface\Addons\GS-Core
C:\path\to\World of...
Forum: Lua/XML Help 07-28-16, 01:26 AM
Replies: 11
Views: 2,300
Posted By TimothyLuke
I started with %b[] and %[ but it didn't work on...

I started with %b[] and %[ but it didn't work on the Spanish (esMX) client for some reason.
Forum: AddOn Help/Support 07-27-16, 04:21 PM
Replies: 12
Views: 9,646
Posted By TimothyLuke
Whats causing it is the /run line. The warning...

Whats causing it is the /run line. The warning was added late in Beta because some people found a chatbox exploit that if they could convince the player to enter the correct combination of...
Forum: Lua/XML Help 07-27-16, 02:59 AM
Replies: 11
Views: 2,300
Posted By TimothyLuke
I found a way but its not pretty local...

I found a way but its not pretty

local leftfound = false
for i = 1, #str do
local c = str:sub(i,i)
if c == "[" and not leftfound then
leftfound = true
leftstr = i
end
...
Forum: Lua/XML Help 07-27-16, 02:34 AM
Replies: 11
Views: 2,300
Posted By TimothyLuke
I have a variant question on this same theme. ...

I have a variant question on this same theme. What if you are looking for magic characters in a string?

eg tring to find the instance of "[somestuffhere]" I have tried

\[
%[
[
\\[
...
Forum: Legion Beta archived threads 07-24-16, 10:07 PM
Replies: 4
Views: 3,477
Posted By TimothyLuke
This has driving me nuts. So what do i pass...

This has driving me nuts. So what do i pass AceGUI Icon? If I give it a texture ID i get a green box.
Forum: Released AddOns 07-19-16, 06:30 PM
Replies: 0
Views: 8,912
Posted By TimothyLuke
Gnome Sequencer - Enhanced

ANnouncing the 1.0 release of Gnome Sequencer - Enhanced for 7.0.3

http://www.wowinterface.com/downloads/fileinfo.php?id=23921#info

The enhancements from a user perspective are:

Easier to get...
Forum: RealUI 07-17-16, 12:24 AM
Replies: 1
Views: 1,201
Posted By TimothyLuke
Skinning Questions

I have written a UI to edit sequences in GnomeSequencer-Enahced with wowace GUi. Now I have just switched to RealUI and want to skin the widgets to match. Is there a guide on writing skins for...
Forum: Lua/XML Help 07-13-16, 01:31 AM
Replies: 2
Views: 1,757
Posted By TimothyLuke
Thanks Ketho. I was afraid that it would be...

Thanks Ketho. I was afraid that it would be something that I couldn't adjust.

Wordpad, Notepad++ and Atom deal with LF and CRLF natively. Notepad just expects CRLF.
Forum: Lua/XML Help 07-12-16, 01:54 AM
Replies: 2
Views: 1,757
Posted By TimothyLuke
LF vs CRLF

Hi All,

I don't think this is something I can fix as opposed to something that just is but thought I'd ask the question anyway.

I am creating a multiline string to go into a multilineeditbox. ...
Forum: Legion Beta archived threads 07-11-16, 03:46 AM
Replies: 3
Views: 3,418
Posted By TimothyLuke
THank you all. This worked: local talents = "" ...

THank you all.

This worked:

local talents = ""
for talentTier = 1, MAX_TALENT_TIERS do
local available, selected = GetTalentTierInfo(talentTier, 1)
talents = talents .. (available and...
Forum: Legion Beta archived threads 07-10-16, 05:58 PM
Replies: 3
Views: 3,418
Posted By TimothyLuke
Question Getting Talent Choices as a string like 3121133

I'm trying to get a simple dump of talents as a string like 3121133 meaning choice 3 tier 1, choice 1 tier 2 etc.

i tried as a starting point

local talents
for i=1,7 do
local _, talentID =...
Forum: General Authoring Discussion 06-17-16, 02:13 AM
Replies: 8
Views: 2,302
Posted By TimothyLuke
Thank you all The Load on Demand solution was...

Thank you all

The Load on Demand solution was the best outcome and it works.
Forum: General Authoring Discussion 06-16-16, 01:13 AM
Replies: 8
Views: 2,302
Posted By TimothyLuke
Ok working through this further I have been...

Ok working through this further I have been enhancing Semlar's GnomeSequencer for Legion.

The Git repository for this is located here: https://github.com/TimothyLuke/DraikUI/tree/Legion

I have...
Forum: General Authoring Discussion 06-15-16, 04:57 PM
Replies: 8
Views: 2,302
Posted By TimothyLuke
I've done that but I then hit a race condition. ...

I've done that but I then hit a race condition. There are actions I need the main module to complete both before and after the the addon mods are loaded. eg:



But at the same time I also need the...
Forum: General Authoring Discussion 06-14-16, 11:59 PM
Replies: 8
Views: 2,302
Posted By TimothyLuke
Access a MOD as an object

HI All,

I currently have a mod that works but I want to expose some of the data and functions to be able to be used by a second mod. While they are all in one mod everything works but would prefer...
Showing results 1 to 24 of 24