Re: Auto populate an HTML form with LC server

2022-08-07 Thread Hakan--- via use-livecode
I don’t understand Japanese but to clarify the process. The server side can’t 
do anything unless you call it in some way. So every time you see something 
happening in the browser before you submit it is JavaScript running. The 
libraries mentioned are Ajax libraries (as far as I understand) and should be 
injected to the web page. 
With JavaScript you can listen to events in a similar way as in Livecode. And 
when your event of choice happens your JavaScript calls a server API that can 
then return an answer (which often is some json) that the JavaScript interprets 
and injects into the fields. 
So, Livecode server (or any other server) can’t pick up anything before you 
submit, but with JavaScript you can make the call!


> 7 aug. 2022 kl. 14:59 skrev Tim Selander via use-livecode 
> :
> 
> 一発でした!
> 小島様、ありがとうごあいました。助かりました!
> お久しぶりに「小島健治」というお名前をメールリストに見て、すごく嬉しくなりました。過去、何回も手伝ってくださいましたね。
> 
> ごめんんさい、芸術の世界とまったく縁のない人間ですが、HPを見ると、相変わらず重要なプロジェクトを取り上げていますね。
> 
> では、これからもよろしくお願いいたします。
> 
> セランダー・ティム
> 
> Thank you so much!!
> 
> Tim
> 
> 
> 
>> On 2022.08.07 20:17, Kenji Kojima wrote:
>> Tim,
>> See this
>> https://www.webdesign-fan.com/ajaxzip3
>> and
>> http://www.webdesign-fan-guide.com/ajaxzip3/
>> I believe you can use these on the LC server.
>> Best,
>> --
>> Kenji Kojima / 小島健治
>> http://www.kenjikojima.com/
 On Aug 7, 2022, at 3:29 AM, Tim Selander via use-livecode 
 mailto:use-livecode@lists.runrev.com>> 
 wrote:
>>> 
>>> Many web forms in Japan automatically fill in prefecture, town, ward and 
>>> block when you just put in the zip code. I would like to do that on my web 
>>> site, and know the api I would use.
>>> 
>>> I assume these sites are using javascript, but can LC server pick up user 
>>> input before the submit button is clicked?
>>> 
>>> Any help appreciated.
>>> 
>>> Tim Selander
>>> Tokyo, Japan
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com 
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: megabundle thoughts

2022-08-07 Thread Tom Glod via use-livecode
Greetings Everyone!

I might be pretty biased (cuz the bundle contains my AppStarterStack),
And I understand  that people have different goals with their software
development.
But all i know is there is ALOT of value in the bundle.
So much so, I don't even necessarily agree with the price points, for the
amount of value thats in it.
(When you take just the vouchers into consideration)

Just my 5 cents.



On Fri, Aug 5, 2022 at 3:20 PM matthias rebbe via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I own a Lifetime commercial (Indy) license for all current and future
> platforms and a current subscription to upgrade my license to the Pro
> features with Email support.
>
> There are 2 items in the bundle  i was interested in: the Email parser
> library and also the PolyGrid widget. The other stuff like the ebooks,
> conference videos and others i already own or i could upgrade much cheaper
> (Curry's libraries) through the LC shop.
>
> And without the voucher, which has the same value as the Megabundle
> costs,  i would not have purchased the bundle.
>
> But i have also a subscription for the script compiler, so i decided to
> purchase the bundle and use the voucher for the next payments for the
> Script compiler subscription.
>
> So in my case i did not loose money, but got some really usefull widgets
> and libraries on top. I did not pay much attention for the other widgets
> and libraries, but must confess that the PolyList (formerl DataView) and
> also the ResponsiveLayout library are really great enhancements.
>
> So in case you have a current subscription in your LC account and you do
> not plan to cancel that subscription in near future, the MegaBundle is a
> bargain. You pay your subscription costs in advance and get some really
> great enhancements for LC.
>
>
> Matthias
>
>
>
> > Am 05.08.2022 um 19:46 schrieb J. Landman Gay via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > I'm with Paul. I don't need additional licensing but if the widgets go
> on sale separately later then I'm in.
> >
> > --
> > Jacqueline Landman Gay | jac...@hyperactivesw.com
> > HyperActive Software | http://www.hyperactivesw.com
> > On August 5, 2022 12:36:22 PM Alex Tweedly via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> >> I kind of agree with Paul (though I ame to the opposite conclusion).
> >
> >
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Auto populate an HTML form with LC server

2022-08-07 Thread Tim Selander via use-livecode

一発でした!
小島様、ありがとうごあいました。助かりました!
お久しぶりに「小島健治」というお名前をメールリストに見て、すごく嬉しくなりました。過去、何回も手伝ってくださいましたね。

ごめんんさい、芸術の世界とまったく縁のない人間ですが、HPを見ると、相変わらず重要なプロジェクトを取り上げていますね。

では、これからもよろしくお願いいたします。

セランダー・ティム

Thank you so much!!

Tim



On 2022.08.07 20:17, Kenji Kojima wrote:

Tim,

See this
https://www.webdesign-fan.com/ajaxzip3
and
http://www.webdesign-fan-guide.com/ajaxzip3/

I believe you can use these on the LC server.

Best,
--
Kenji Kojima / 小島健治
http://www.kenjikojima.com/



On Aug 7, 2022, at 3:29 AM, Tim Selander via use-livecode 
> wrote:


Many web forms in Japan automatically fill in prefecture, town, 
ward and block when you just put in the zip code. I would like 
to do that on my web site, and know the api I would use.


I assume these sites are using javascript, but can LC server 
pick up user input before the submit button is clicked?


Any help appreciated.

Tim Selander
Tokyo, Japan

___
use-livecode mailing list
use-livecode@lists.runrev.com 

Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode





___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Auto populate an HTML form with LC server

2022-08-07 Thread Kenji Kojima via use-livecode
Tim,

See this
https://www.webdesign-fan.com/ajaxzip3  
and 
http://www.webdesign-fan-guide.com/ajaxzip3/ 
 

I believe you can use these on the LC server.

Best,
--
Kenji Kojima / 小島健治
http://www.kenjikojima.com/



> On Aug 7, 2022, at 3:29 AM, Tim Selander via use-livecode 
>  wrote:
> 
> Many web forms in Japan automatically fill in prefecture, town, ward and 
> block when you just put in the zip code. I would like to do that on my web 
> site, and know the api I would use.
> 
> I assume these sites are using javascript, but can LC server pick up user 
> input before the submit button is clicked?
> 
> Any help appreciated.
> 
> Tim Selander
> Tokyo, Japan
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Auto populate an HTML form with LC server

2022-08-07 Thread Tim Selander via use-livecode
Many web forms in Japan automatically fill in prefecture, town, 
ward and block when you just put in the zip code. I would like to 
do that on my web site, and know the api I would use.


I assume these sites are using javascript, but can LC server pick 
up user input before the submit button is clicked?


Any help appreciated.

Tim Selander
Tokyo, Japan

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode