Search found 9 matches

by johnkane
Mon Aug 11, 2014 9:50 pm
Forum: CGIs and the Server
Topic: Call a PHP script from a livecode server script
Replies: 7
Views: 9038

Re: Call a PHP script from a livecode server script

Good question. What should they be? 755?
by johnkane
Mon Aug 04, 2014 2:56 pm
Forum: CGIs and the Server
Topic: Call a PHP script from a livecode server script
Replies: 7
Views: 9038

Re: Call a PHP script from a livecode server script

Hi Richard,

I haven't tried a http get, if that is what you mean.

John
by johnkane
Mon Aug 04, 2014 2:45 am
Forum: CGIs and the Server
Topic: Call a PHP script from a livecode server script
Replies: 7
Views: 9038

Re: Call a PHP script from a livecode server script

Thanks,

I thought it should work too, but it doesn't.

I will reach out to the folks at on-rev.

John
by johnkane
Sun Aug 03, 2014 3:08 am
Forum: CGIs and the Server
Topic: Call a PHP script from a livecode server script
Replies: 7
Views: 9038

Call a PHP script from a livecode server script

I am having what seems to be a simple problem to solve, but I can't. How do I post data to an existing php script? I receive it fine with this <?lc put $_POST["FName"] into firstname put "FName=" & firstname into PostToPHPScript post PostToPHPScript to URL("http://domain.com/receivepost.php") ?> My ...
by johnkane
Sun Feb 16, 2014 8:30 pm
Forum: Talking LiveCode
Topic: Printing a large card
Replies: 2
Views: 2537

Re: Printing a large card

It just occurred to me that even though the right side and the bottom of the scrolling group were bound by geometry to the right and bottom of the stack window, the group might not be resizing with out being forced to. So, in addition to growing the window beyond the screen limits, I grew the scroll...
by johnkane
Sun Feb 16, 2014 7:45 pm
Forum: Talking LiveCode
Topic: Printing a large card
Replies: 2
Views: 2537

Re: Printing a large card

Ok so I will rephrase this. Create a group of objects. That group of objects should have a height greater than the screen height. Apply the group scroll bars so the group will scroll. Apply the correct geometry so that the group will scroll when the window is resized, allowing the user to interact w...
by johnkane
Sun Feb 16, 2014 7:00 pm
Forum: Talking LiveCode
Topic: Printing a large card
Replies: 2
Views: 2537

Printing a large card

This is my first post. Normally I find answers to my questions through this board, but this has been stumping me for several days. I have a stack that contains a scrolling group that -- depending upon the monitor -- can be larger than the screen display. On larger displays the process of locking the...
by johnkane
Mon Nov 07, 2011 7:30 pm
Forum: Talking LiveCode
Topic: Grid messages
Replies: 3
Views: 3385

Re: Grid messages

If I can get a message that a cell is being closed and replace its contents with validated data, that would be ideal. I don't see any message -- like a closefield -- for a cell (close cell?)

I am fairly new to livecode, but have a lot of experience in the past with HyperCard/SuperCard/Toolbook
by johnkane
Sun Nov 06, 2011 2:52 am
Forum: Talking LiveCode
Topic: Grid messages
Replies: 3
Views: 3385

Grid messages

How do you validate data entered in a cell of a grid?