Search found 20 matches

by lharris
Tue Jun 01, 2010 5:40 am
Forum: Internet
Topic: Rev as webserver
Replies: 7
Views: 6242

Re: Rev as webserver

Thanks
that was what I was looking for
lharris
by lharris
Tue Jun 01, 2010 3:34 am
Forum: Internet
Topic: Rev as webserver
Replies: 7
Views: 6242

Re: Rev as webserver

Hi- I guess what I'm trying to ask is: can I replace server side java code with rev code. Presently my webserver is serving pages in HTML with embedded java code. The browser renders the HTML and executes the java code which uses the tomcat server to connect to the mysql database. I don't like maint...
by lharris
Mon May 31, 2010 12:12 am
Forum: Internet
Topic: Rev as webserver
Replies: 7
Views: 6242

Re: Rev as webserver

I would like to be able to access an existing mysql database via a webrowser but be able to replace the java controls with rev controls. This is mainly for 2 reasons. To make maintenance easier and to allow a nicer user interface. The reason to keep the browser is that some forms to be printed are s...
by lharris
Wed May 26, 2010 1:55 pm
Forum: Internet
Topic: Rev as webserver
Replies: 7
Views: 6242

Rev as webserver

Hi - I have an existing application written in Java that uses Tomcat to serve webpages and interact with a Mysql database. The user interface is not that great and rather than rewriting in html and java, I was exploring using Rev to serve the webpages, so i could gradually convert the interface to r...
by lharris
Wed Feb 03, 2010 6:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Trying to implement calendar
Replies: 27
Views: 17058

Re: Trying to implement calendar

Hi Ibe
Have you done any more development on your calendar app?

/leonard
by lharris
Tue Nov 24, 2009 7:37 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: String functions help
Replies: 2
Views: 2539

Re: String functions help

Thanks - knew it had to be that simple and somewhere in the docs.
/leonard
by lharris
Tue Nov 24, 2009 6:59 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: String functions help
Replies: 2
Views: 2539

String functions help

Hi - I'm somewhat embarrassed to ask this but I'm having problems finding this in the docs. Is there a function similar to "leftstring" in other languages that will return the specified contents of a string. Such as if x="123456" then leftstring(x,3) would return "123" I know I could probably use fi...
by lharris
Sat Nov 14, 2009 8:54 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Trying to implement calendar
Replies: 27
Views: 17058

Thanks Ibe. Very much appreciated.
by lharris
Fri Nov 13, 2009 1:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Trying to implement calendar
Replies: 27
Views: 17058

Hi Ibe. I have been trying to implement an ical-like calendar using both your method and a datagrid but I am not entirely happy with the results. Any chance you could post your calendar stack so I could learn from it ?
Thanks
/leonard
by lharris
Wed Sep 30, 2009 1:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Revolution crashes importing stack
Replies: 9
Views: 6654

Hi - no luck with S&R.
I'll have to start over - good way to learn revolution.
by lharris
Tue Sep 29, 2009 2:36 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Revolution crashes importing stack
Replies: 9
Views: 6654

It churned for a while then gave another error - tried a few times and the filesize was not increasing. I will try again and see if it finally gets to the end of file.
Thanks
by lharris
Tue Sep 29, 2009 2:07 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Revolution crashes importing stack
Replies: 9
Views: 6654

Yes - split and recover failed with an error about being unable to delete a protected card in the destination stack - I ran a script to unprotect all the cards but that didn't help. Since revolution wants data to be stored externally (unlike HC) I was going to do a rewrite anyways - At least my data...
by lharris
Tue Sep 29, 2009 1:18 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Revolution crashes importing stack
Replies: 9
Views: 6654

Well - no luck trying to get the stack imported - doesn't seem to be corrupted and anything over 100 cards dies. I have exported my data as an xml file so I might as well rewrite from scratch. As a side note - I want to implement a calendar with a visual interface similar to ical - I looked a datagr...
by lharris
Mon Sep 28, 2009 2:56 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Revolution crashes importing stack
Replies: 9
Views: 6654

Revolution crashes importing stack

Hi I'm trying to convert a HyperCard stack that contains 20,000 cards. Rev crashes trying to open it. If I split the stack down to 100 cards it works fine. Is there a limit to the number of cards a stack can have in revolution? I have tried the obvious such as compacting, searching for corrupt or bl...
by lharris
Sat Sep 12, 2009 8:44 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Leveraging OSX built-in features
Replies: 6
Views: 4663

I'll give applescript a try. What I wanted to do was build a patient database that stores medical records, tests, forms, billing info, but also be able to schedule appointments and send emails. I could do it all in a mysql database but was hopeful I could skip the calendaring portion as I have alway...