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
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
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
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
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
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=
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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.
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
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
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
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
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?
__
> 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
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
___
29 matches
Mail list logo