Showing results 1 to 12 of 12
Search took 0.00 seconds.
Search: Posts Made By: blocker147
Forum: Lua/XML Help 09-09-20, 10:28 AM
Replies: 6
Views: 20,378
Posted By blocker147
colors = { { title = 'LIGHTBLUE', color =...

colors = {
{
title = 'LIGHTBLUE',
color = 'cff00ccff',
},
{
title = 'LIGHTRED',
color = 'cffff6060',
},
{
Forum: Lua/XML Help 04-08-20, 10:15 AM
Replies: 10
Views: 4,179
Posted By blocker147
Cool! This thing blocked my keyboard. But the...

Cool! This thing blocked my keyboard. But the next question is how to close MainFrame when escape is pressed? I tried to disable keyboard when key up or key down but this wont work.
Maybe I need to...
Forum: Lua/XML Help 04-08-20, 07:11 AM
Replies: 10
Views: 4,179
Posted By blocker147
my xml code only editbox: <EditBox...

my xml code only editbox:

<EditBox name="ebKeyWord" inherits="InputBoxTemplate" enableKeyboard="true" autoFocus="false">
<Size x="115" y="32" />
<Anchors>
<Anchor point="TOPLEFT" x="120"...
Forum: Lua/XML Help 04-06-20, 12:55 PM
Replies: 10
Views: 4,179
Posted By blocker147
Actually too much code for posting ~300 lines. I...

Actually too much code for posting ~300 lines. I will show structure and screens.
And the question is what can block keyboard inputs?
9435
9434
9436
9437
Forum: Lua/XML Help 04-06-20, 09:02 AM
Replies: 10
Views: 4,179
Posted By blocker147
But why my frame could block keyboard input? It...

But why my frame could block keyboard input? It depends on the frame size? I found method EnableKeyboard() and it is set to false. Which one frame method could block keyboard input? What should I...
Forum: Lua/XML Help 04-06-20, 07:57 AM
Replies: 10
Views: 4,179
Posted By blocker147
frame blocks keyboard input

How not to block keyboard bindings when my Frame is shown? For example I want to use WSAD and move with my hero when Frame is shown but I cant.
Forum: Lua/XML Help 04-02-20, 10:54 AM
Replies: 11
Views: 4,391
Posted By blocker147
Anyway thank for response !

Anyway thank for response !
Forum: Lua/XML Help 04-02-20, 10:34 AM
Replies: 11
Views: 4,391
Posted By blocker147
I want to update SavedVariables file. Which is...

I want to update SavedVariables file. Which is updated only when player logouts or reloads ui.
So is it possible to make Logout() and then Login() automatically with addons only.
Forum: Lua/XML Help 04-02-20, 10:23 AM
Replies: 11
Views: 4,391
Posted By blocker147
a ? now I absolutely don't understand anything....

a ? now I absolutely don't understand anything. It's real or not? This is not funny man. :confused:
Forum: Lua/XML Help 04-02-20, 09:53 AM
Replies: 11
Views: 4,391
Posted By blocker147
It means there is no way to create auto reloadui...

It means there is no way to create auto reloadui after delay?
Forum: Lua/XML Help 04-02-20, 09:35 AM
Replies: 11
Views: 4,391
Posted By blocker147
So any ideas how to make delay and then...

So any ideas how to make delay and then reloadui?
I also tried to use with mybtn:Click() method where OnClick method has reloadui().
But this did not work.


But i can call it like this:
a = true
if...
Forum: Lua/XML Help 04-02-20, 08:46 AM
Replies: 11
Views: 4,391
Posted By blocker147
Why ReloadUI() method causes mistake

I'm trying to call ReloadUI() method after one minute. This is code I'm using.

local isEnd = false

local f = CreateFrame("Frame")
function f:onUpdate(sinceLastUpdate)
if isEnd then
...
Showing results 1 to 12 of 12