Re: Data Grid graphics & buttons

2015-03-09 Thread JB
Thanks Mike! I will study it later tonight. I am sure it will help me and I appreciate it a lot. John Balgenorth On Mar 9, 2015, at 2:56 PM, Mike Bonner wrote: > Found the checkbox example I was looking for, but it uses the datagrid > helper to get the job done. I've never used DGH, but afte

Re: Mobile app templates?

2015-03-09 Thread Mark Talluto
On Mar 8, 2015, at 8:34 PM, Geoff Canyon wrote: > Are there any template apps available? (free or paid) So far what I've seen > are construction kits or graphics packages. I'm wondering if anyone has > made a "splash screen with main app page with nav elements leading to other > pages" app, or ot

Re: Toggling a Single Radio Button

2015-03-09 Thread Mark Wieder
Ray- Monday, March 9, 2015, 11:58:42 AM, you wrote: > Does anybody know how to toggle a single radio button so it behaves like > a check box? That is, if it's highlighted when you click it the button > becomes dehighlighted and vice versa? I see you got your answer already. But I have to ask: W

Re: Mobile app templates?

2015-03-09 Thread Mark Schonewille
Hi Geoff, I have some old GUI templates here http://www3.economy-x-talk.com/file.php?node=ios-gui-elements They're really old, so perhaps you just want to watch the video to get some ideas. I've downloaded LiveCode's design template. Somewhere along the way RunRev claims that the template is

Re: Mobile app templates?

2015-03-09 Thread Erik Beugelaar
On the home page of LiveCode it is offered for all new downloaders. I have filed the bug 14369. No action taken... On Monday, March 9, 2015, J. Landman Gay wrote: > On 3/9/2015 3:37 PM, Erik Beugelaar wrote: > >> Hi Jac, >> >> "monkeying around with screen sizes and resolutions" should not be an

Re: Data Grid graphics & buttons

2015-03-09 Thread Mike Bonner
Found the checkbox example I was looking for, but it uses the datagrid helper to get the job done. I've never used DGH, but after looking at some of the examples, it looks to be very helpful. Here is a link to lessons re: the datagrid that use the DGH. http://lessons.runrev.com/s/lessons/tags?tag=

Re: Mobile app templates?

2015-03-09 Thread J. Landman Gay
On 3/9/2015 3:37 PM, Erik Beugelaar wrote: Hi Jac, "monkeying around with screen sizes and resolutions" should not be an issue anymore to think about nowadays to develop desktop, mobile or web applications. A lot of other visual programming environments have already deal with that kind of nonsen

Re: Beyond PowerStatus: Concurrency options

2015-03-09 Thread Dr. Hawkins
On Mon, Mar 9, 2015 at 11:32 AM, Pierre Sahores wrote: > I see… > > —> Scala > —> PHP > —> Java > > I would choose Scala if i had to solve this my self. Have an eye on it : > it’s a powerful functional programming language witch compile to the JVM > and is able to handle connections to PostgreSQL

Re: Toggling a Single Radio Button

2015-03-09 Thread Ray
Many thanks! The auto highlight was my issue. On 3/9/2015 5:06 PM, Scott Rossi wrote: Once again, Klaus has answered the question before it was asked. :-) Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 3/9/15, 11:02 AM, "Klaus major-k" wrote: Hi Ray, Am 09.03.2

RE: Mobile app templates?

2015-03-09 Thread Erik Beugelaar
Hi Jac, "monkeying around with screen sizes and resolutions" should not be an issue anymore to think about nowadays to develop desktop, mobile or web applications. A lot of other visual programming environments have already deal with that kind of nonsense in my opinion. See for example www.wakanda

Re: Toggling a Single Radio Button

2015-03-09 Thread Klaus major-k
Hi Jaqueline, > Am 09.03.2015 um 20:20 schrieb J. Landman Gay : > > On 12/9/2017 12:12 AM, Klaus major-k wrote: >> Do you want a copy of Jaque's You-will-know-knew-what stack? >> As you can see, it really works! :-D > Give me back that remote controller, you thief! I knew I never should have > p

Re: Toggling a Single Radio Button

2015-03-09 Thread J. Landman Gay
On 3/9/2015 2:12 PM, Klaus major-k wrote: Do you want a copy of Jaque's You-will-know-knew-what stack? As you can see, it really works! :-D Give me back that remote controller, you thief! I knew I never should have put batteries in that thing. -- Jacqueline Landman Gay | jac...@h

Re: Toggling a Single Radio Button

2015-03-09 Thread Klaus major-k
Hi Scott, > Am 09.03.2015 um 21:06 schrieb Scott Rossi : > Once again, Klaus has answered the question before it was asked. :-) Yo, and I even tested the "autohilite" thing to not answer something dumb! Do you want a copy of Jaque's You-will-know-knew-what stack? As you can see, it really works

Re: Toggling a Single Radio Button

2015-03-09 Thread Scott Rossi
Once again, Klaus has answered the question before it was asked. :-) Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 3/9/15, 11:02 AM, "Klaus major-k" wrote: >Hi Ray, > >> Am 09.03.2015 um 19:58 schrieb Ray : >> >> Does anybody know how to toggle a single radio button

Re: Toggling a Single Radio Button

2015-03-09 Thread Scott Rossi
Disable the autoHilite of the radio. And you can also use this for the script: on mouseUp set the hilite of me to not the hilite of me end mouseUp Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 3/9/15, 10:58 AM, "Ray" wrote: >Does anybody know how to toggle a si

Re: Toggling a Single Radio Button

2015-03-09 Thread Marty Knapp
Ray, Turn off Auto-hilite in the property inspector and then it will work as you want. Marty K on mouseUp if the hilite of me = true then set the hilite of me to false else set the hilite of me to true end mouseUp ___ use-livecode mai

Re: Toggling a Single Radio Button

2015-03-09 Thread Klaus major-k
Hi Ray, > Am 09.03.2015 um 19:58 schrieb Ray : > > Does anybody know how to toggle a single radio button so it behaves like a > check box? That is, if it's highlighted when you click it the button becomes > dehighlighted and vice versa? > This does not work: > on mouseUp > if the hilite of m

Toggling a Single Radio Button

2015-03-09 Thread Ray
Does anybody know how to toggle a single radio button so it behaves like a check box? That is, if it's highlighted when you click it the button becomes dehighlighted and vice versa? This does not work: on mouseUp if the hilite of me = true then set the hilite of me to false else s

Re: Mobile app templates?

2015-03-09 Thread J. Landman Gay
On 3/8/2015 10:34 PM, Geoff Canyon wrote: Are there any template apps available? (free or paid) So far what I've seen are construction kits or graphics packages. I'm wondering if anyone has made a "splash screen with main app page with nav elements leading to other pages" app, or other variant of

Re: Beyond PowerStatus: Concurrency options

2015-03-09 Thread Pierre Sahores
> Le 9 mars 2015 à 18:44, Dr. Hawkins a écrit : > > On Sun, Mar 8, 2015 at 9:27 PM, Pierre Sahores > wrote: > >> Why not clients to an LC server gateway in SSL mode and LC to PostgreSQL >> in localhost mode ? >> >> > From the past few days of discussions, it does not appear that livecode can

Re: Beyond PowerStatus: Concurrency options

2015-03-09 Thread Dr. Hawkins
On Sun, Mar 8, 2015 at 9:27 PM, Pierre Sahores wrote: > Why not clients to an LC server gateway in SSL mode and LC to PostgreSQL > in localhost mode ? > > >From the past few days of discussions, it does not appear that livecode can enforce only encrypted connections--once the socket is open, it w

Re: Data Grid graphics & buttons

2015-03-09 Thread JB
Okay, I will do it. Good luck with the road trip helping out your friend. I know you won’t see this until your done but I thank you for taking the time to respond even though you were already busy. John Balgenorth On Mar 9, 2015, at 8:10 AM, Mike Bonner wrote: > I saw notice the same thing.

Re: Data Grid graphics & buttons

2015-03-09 Thread Mike Bonner
I saw notice the same thing. In this case, the example actually means to do the same thing 3 times for 3 columns. (I think) So go through it once, add your button. If you want an either/or situation, add your button and field (or whatever 2 controls you want to choose from) then use the behavior

Re: Data Grid sort direction

2015-03-09 Thread JB
I just downloaded the PDF and read it. The PDF is excellent! The info at the end answered many questions and showed me ways to handle things I wanted to do in differently using the dgProps & setting them using a script. I now see how to use hidden columns, when to set persistent data as false, h

Re: Data Grid sort direction

2015-03-09 Thread JB
Thank you for the info and link, Terry! I did not have the PDF. Tha will solve a lot of problems and make it easier. John Balgenorth On Mar 9, 2015, at 2:16 AM, Terence Heaford wrote: > And specifically. > > dgColumnSortDirection [COLUMN] > > - Get/set the direction of the sort for the col

Re: MasterLibrary Naming

2015-03-09 Thread Robert Brenstein
1) IMHO underscores are good for internal functions but not good for public functions of a library. A common prefix for public function is good since it is clear which library is called. 2) I actually like get in function names and see no issue when combining these with put. Put handles the re

Re: Data Grid sort direction

2015-03-09 Thread Terence Heaford
And specifically. dgColumnSortDirection [COLUMN] - Get/set the direction of the sort for the column. Valid values are 'ascending' or 'descending’. All the best Terry > On 9 Mar 2015, at 08:32, JB wrote: > > Is there a way to select descending using a script? __

Re: Data Grid sort direction

2015-03-09 Thread Terence Heaford
> On 9 Mar 2015, at 08:32, JB wrote: > > The lessons show the following script to sort a column, > > set the dgProps["sort by column"] of group "DataGrid" to “Name" > > This will select the Header column Name and place the sort arrow > in the ascending position. > > Is there a way to select d

Data Grid sort direction

2015-03-09 Thread JB
The lessons show the following script to sort a column, set the dgProps["sort by column"] of group "DataGrid" to “Name" This will select the Header column Name and place the sort arrow in the ascending position. Is there a way to select descending using a script? John Balgenorth ___