Re: Tab Panel (tab button) how to select manually a tab?

2012-12-23 Thread Paul Hibbert
Hi Ueliweb, The property you are looking for is the menuHistory, in a Tab Menu this property controls the hilited Tab Button. So a simple way to control the Menu Tabs on a card is to add an openCard handler to switch the hilited tab, for example on the first card… on openCard set the menuHi

Tab Panel (tab button) how to select manually a tab?

2012-12-23 Thread Ueliweb
Hei first merry christmas to all :-) in some case I would like to control the which tab is selected/ hilited. but what parameter i have to set? Sample: the tabs normal changes the card, some times I go to cards that are not selectable by the tab menu itself, because the user should got to this ca

Re: The Script Editor

2012-12-23 Thread Kay C Lan
I don't remember such a feature but I get something like it. I just place a heap of blank lines between Handlers, I use 7-10, you might need 20. When I click on the Handler's name in the left hand column, if it is relatively small, I can see the whole Handler but neither the one above or below. Eve

The Script Editor

2012-12-23 Thread Cal Horner
I find that I need a feature now that used to be available back before LC grew whiskers. Remember when you had the option of looking at a single handler in the editor pane instead of the whole script? Yes, I remember the script editor was a bit flaky with that feature but it did work well, sometim

Re: [OT] mayan calendar - my calendar

2012-12-23 Thread Dr. Hawkins
On Fri, Dec 21, 2012 at 1:44 PM, Jerry Jensen wrote: > Mine has a bonus month of January. You guys got cheated! Could someone please inform my twins' school that the calendar has run out, and that with no more monthys, I don't need to pay tuition each month? -- Richard E. Hawkins, Esq. (702) 50

Re: Detecting pending messages

2012-12-23 Thread Peter Haworth
So it seems that flight recorder uses the undocumented messageHandled message. Browsing through the list, it seems that this can cause significant performance issues. I'd say it's OK to use for debugging purposes but not for normal usage. Oh well, I guess I'll have to come up with another way to

Re: Detecting pending messages

2012-12-23 Thread Peter Haworth
Hi Mike, I have that, never thought of looking in there. Thanks. Pete lcSQL Software On Sun, Dec 23, 2012 at 10:56 AM, Mike Bonner wrote: > You should take a look at 4w's flight recorder (its in the revnet user > stuff) > Works really well and you can grok the code and r

Re: Detecting pending messages

2012-12-23 Thread Mike Bonner
You should take a look at 4w's flight recorder (its in the revnet user stuff) Works really well and you can grok the code and roll your own custom message watcher. On Sun, Dec 23, 2012 at 11:41 AM, Robert Sneidar wrote: > Yes, it only will show you developer initiated messages. Not much use to

Re: Detecting pending messages

2012-12-23 Thread Robert Sneidar
Yes, it only will show you developer initiated messages. Not much use to you for your purposes. I imagine being able to intercept and view the many engine messages that are flying around would severely limit the performance of the engine. Also, I imagine simply requesting a list of pending engin

Re: [OT] Taking the tests

2012-12-23 Thread Robert Sneidar
Well the good news is I passed with flying colors. The bad news is that after twisting my brain around to try and think like they want me to, I am severely affected, and can no longer maintain a cogent thought train for any length of time. I wake up muttering, "But the examiner says..." Bob O

Re: [OT] mayan calendar - my calendar

2012-12-23 Thread Robert Sneidar
So does mine, and I am going to go find the girl on that calendar page and spend my last month with her! Bob On Dec 21, 2012, at 1:44 PM, Jerry Jensen wrote: > Mine has a bonus month of January. You guys got cheated! > > On Dec 21, 2012, at 1:33 PM, Peter Haworth wrote: > >> We must have t

Re: [OT] Looking for asp.net resource

2012-12-23 Thread Robert Sneidar
See, why aren't we allowed to round all the people up who believed this tripe, put them in the middle of a large town square, and pelt them with overly ripe tomatoes? That's not too much to ask is it? Bob On Dec 21, 2012, at 9:18 AM, Graham Samuel wrote: > Looks like he's been disappointed: s

Detecting pending messages

2012-12-23 Thread Peter Haworth
When in a handler for a standard LC message (specifically keyDown), is it possible to check if there are any other keyDown messages in the message queue? I see the pendingMessages property but the dictionary says it only lists messages scheduled with the Send command. Pete lcSQL Software