Re: How to get all message names

2012-02-03 Thread Björnke von Gierke
Well, I query the documentation content, so because of that, 'my' content is only as good as theirs. The easiest way is of course to use my stack, then take the information out of the gui, or look into the sql with your favourite sqlite tool. For getting the names of all messages in my gui, you

Re: How to get all message names

2012-02-02 Thread Pete
Not unless you have Bjornke's Docu2 plugin. On Thu, Feb 2, 2012 at 8:37 AM, Bob Sneidar wrote: > Wha??? There's a sqLite DB with all the message names??? > > Bob > > > On Feb 2, 2012, at 5:45 AM, Claudi Cornaz wrote: > > > Björnke, apparently you can get it out of the dictionaire (the sglite db

Re: How to get all message names

2012-02-02 Thread Bob Sneidar
Wha??? There's a sqLite DB with all the message names??? Bob On Feb 2, 2012, at 5:45 AM, Claudi Cornaz wrote: > Björnke, apparently you can get it out of the dictionaire (the sglite db file > on disk) > Could you share/mail me how to do that? Would be great. > > Thanks all and best wishes, >

Re: How to get all message names

2012-02-02 Thread Claudi Cornaz
Hi All, Thanks for answering. Unfortunatly there apparently isn't a easy consistent way. Pitty. I need it for stackAlly and it looks to get the messageNames it depends on how the version of livecode uses it for the dictionaire, which ofcourse might change with each release. So no relaible stabb

Re: How to get all message names

2012-01-30 Thread Björnke von Gierke
oh, i also forgot to mention, in the bvgdocu 2 gui, go to "topics" and select "termonology type" from the drop down. It will then list the entries by type, as well as giving you an amount of each type. You can then select a type, and it will list only those of that type, in the second field (j

Re: How to get all message names

2012-01-30 Thread Mike Bonner
Yeah, what bvg said! By the way, I love some of your variable names. Made me smile! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev

Re: How to get all message names

2012-01-30 Thread Björnke von Gierke
If you need help, just ask me directly :) On 30.01.2012, at 18:01, Mike Bonner wrote: > Ok so maybe its an encoded array of xml data. I'm thinking use the sqlite > db generated by the bvgdocu to do this. > > On Mon, Jan 30, 2012 at 9:55 AM, Mike Bonner wrote: > >> This may be a roundabout meth

Re: How to get all message names

2012-01-30 Thread Klaus on-rev
Hi Craig, Am 30.01.2012 um 16:08 schrieb dunb...@aol.com: > Clever, Klaus. :-) But this is only step 1... > But there are lots of groups in the stack "revDictionary". I selected > "message" to load the DG, and then went through each group and tried to > extract the dgText which contained, sa

Re: How to get all message names

2012-01-30 Thread dunbarx
And why would my method not work? Craig Newman -Original Message- From: Klaus on-rev To: How to use LiveCode Sent: Mon, Jan 30, 2012 9:40 am Subject: Re: How to get all message names Hi Claudi, Am 30.01.2012 um 15:16 schrieb dunb...@aol.com: > I don't see a functio

Re: How to get all message names

2012-01-30 Thread Klaus on-rev
gt; To: How to use LiveCode >> Sent: Mon, Jan 30, 2012 9:11 am >> Subject: How to get all message names >> >> Hi all, >> Does anyone know how to quickly get all livecode message names? >> I know you can get the propertyNames, the functionNames, the commandNames

Re: How to get all message names

2012-01-30 Thread Klaus on-rev
Hi Claudi, Am 30.01.2012 um 15:16 schrieb dunb...@aol.com: > I don't see a function like that, though most other keyword lists exist. > > -Original Message- > From: Claudi Cornaz > To: How to use LiveCode > Sent: Mon, Jan 30, 2012 9:11 am > Subject: Ho

Re: How to get all message names

2012-01-30 Thread dunbarx
I don't see a function like that, though most other keyword lists exist. -Original Message- From: Claudi Cornaz To: How to use LiveCode Sent: Mon, Jan 30, 2012 9:11 am Subject: How to get all message names Hi all, Does anyone know how to quickly get all livecode message name

How to get all message names

2012-01-30 Thread Claudi Cornaz
Hi all, Does anyone know how to quickly get all livecode message names? I know you can get the propertyNames, the functionNames, the commandNames but I get a error when doing get the messageNames or a couple of similars. Thanks in advance, Claudi _