Re: [OT] HyperNext Android Creator

2012-04-05 Thread Ruslan Zasukhin
On 4/5/12 2:18 AM, Bob Sneidar b...@twft.com wrote:

 So my almost complete MileFaker Pro product which uses Valentina DB is dead on
 arrival?? ;-)
 
 Bob
 
 
 On Apr 4, 2012, at 3:56 PM, Lynn Fredricks wrote:
 
 At Paradigma, we have to have our own definitions as well, though more
 narrow. Pretty much anything that would duplicate a Filemaker type product
 or a Filemaker Server type product is forbidden.
 
Lynn, I believe you mean this is prohibited by our regular royalty free
license.

It will be strange if e..g the same FaileMaker corp will take for 200$
Valentina engine, will integrate it into own IDE and start sale a lots of
copies royalty free.

Right?

This is why exists such limitations in EULA.
But if somebody will very want do that he still can make separate agreement
with Paradigma.



-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]



___
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: Localization languages

2012-04-05 Thread Monte Goulding
I agree, this could be documented better and even supported in the standalone 
builder. You need an empty .lproj folder for each language you support.

Cheers

--
Monte Goulding

On 05/04/2012, at 9:40 PM, Sergio Schvarstein sschvarst...@gmail.com wrote:

 Hi,
 
 I've just submitted an iOS app to the AppStore and I can see in the Binary 
 Details section that the app localization is set to English.
 
 My app is bilingual, in Spanish and English and I need these information to 
 be showed correctly in iTunes.
 
 I've been searching in the LiveCode documentation and couldn't find anything 
 about this issue. Also I couldn't find any way for changing this data in 
 iTunes Connect.
 
 How this can be achieved ?
 
 Thanks and Best Regards.
 
 
 __
 Sergio Schvarstein
 sschvarst...@gmail.com
 
 __
 
 
 
 
 
 ___
 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: Localization languages

2012-04-05 Thread Matthias Rebbe
Sergio,

i do not know if this is of any use for you. I had the problem that my ios app 
showed english labled buttons when creating an email although the iphone was 
set to german.

The solution was to add an empty folder with the name german.lproj to the app. 
In the standalone settings under copy file i just copied/added a folder with 
the name german.lproj. Maybe your problem is fixed if you add an empty folder 
spanish.lproj to your app. But i do not kwow.


Regards,

Matthias

Am 05.04.2012 um 13:40 schrieb Sergio Schvarstein:

 Hi,
 
 I've just submitted an iOS app to the AppStore and I can see in the Binary 
 Details section that the app localization is set to English.
 
 My app is bilingual, in Spanish and English and I need these information to 
 be showed correctly in iTunes.
 
 I've been searching in the LiveCode documentation and couldn't find anything 
 about this issue. Also I couldn't find any way for changing this data in 
 iTunes Connect.
 
 How this can be achieved ?
 
 Thanks and Best Regards.
 
 
 __
 Sergio Schvarstein
 sschvarst...@gmail.com
 
 __
 
 
 
 
 
 ___
 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: Localization languages

2012-04-05 Thread Sergio Schvarstein
Hi Monte,

Thanks for your quick answer and I agree it must be an option in the standalone 
settings.

I really cannot understand your suggestion and please excuse me for my 
ignorance.

What is an .lproj folder ? Can you give me some more details ?

Can I get a binary with both localization languages included or you are talking 
of creating two different apps ?

Kind regards.


__
Sergio Schvarstein

__




El 05/04/2012, a las 13:48, use-livecode-requ...@lists.runrev.com escribió:

 I agree, this could be documented better and even supported in the standalone 
 builder. You need an empty .lproj folder for each language you support.
 
 Cheers
 
 --
 Monte Goulding

___
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: iOS - picking from a scrolling list

2012-04-05 Thread Graham Samuel
Chris, thanks again: you learn something new every day! As often in LC, this 
means that there are two pretty different ways of doing the same thing. While 
you were asleep (probably, as I see you're minus 6 hours compared to me), 
mobGUI support (in the person of John Dixon) clarified his first example, which 
I found worked but I couldn't see how to modify.  I was impressed with John's 
solution as well as his speed of response. He showed my how to alter the size 
and spacing of the text in the list etc.  One has to understand which 
properties to alter within a group. Perhaps with a few more setProp handlers 
the group could be made to look like a 'normal' LC object, with all its 
properties 'on the outside' so to speak, but I will be content with what I have 
just now.

Underlying all this is something I really can't understand at all, which is how 
a LiveCode scrolling field can be incorporated into an iOS object which has 
been instantiated at runtime, and they then somehow run in concert, with the 
data (lines of text) being in the LC object but at the same time being scrolled 
by the iOS object with all the rolling and bouncing behaviour which is 
expected. This is subtle and confusing, and I'd love to read a tutorial on this 
which would illuminate it for me. Meanwhile at least I can get on with my app.

Graham

On Wed, 04 Apr 2012 13:38:39 -0600, Chris Sheffield cmsheffi...@me.com wrote:

 You can change the appearance. So it can be a picker wheel or a scrolling 
 list of values to pick from, much like you described in your initial post. At 
 least on the iPad. Maybe the appearance is always the same on an iPhone/iPod 
 Touch. Not totally sure. Anyway, I have an iPad app where I've used the 
 scrolling list version and it works well. It would be nice if it had some 
 other options available, like being able to set the position or being able to 
 apply text styles.
 
 Chris
 
 --
 Chris Sheffield
 Read Naturally, Inc.
 www.readnaturally.com
 
 On Apr 4, 2012, at 1:23 PM, Graham Samuel wrote:
 
 Chris, thanks. I have had a look at this (I did not know about it at all) 
 but it isn't really what I had in mind. I want a long list like a set of 
 names in a notebook, so the style I'm looking for is much more like Apple's 
 Contacts app, which does present such a list and allows one to pick from it, 
 rather than a wheel where one sees very few names at any one time, and it is 
 quite hard to whizz from one end of say a 100-item list to another. I'm 
 pleased to say that I've had a reply from MobGUI and I'll see what that 
 looks like and report back.
 
 Graham
 
 OnWed, 04 Apr 2012 10:42:51 -0600, Chris Sheffield cmsheffi...@me.com 
 wrote:
 
 
 Check out iphonePick, or mobilePick if you want to be cross platform. That 
 should do what you want. It's all explained in the dictionary.
 
 Chris
 
 
 --
 Chris Sheffield
 Read Naturally, Inc.
 www.readnaturally.com
 
 On Apr 4, 2012, at 10:31 AM, Graham Samuel wrote:
 
 In an iOS app I'm developing I would like to use a scrolling text list 
 where the user can drag the whole list up and down (i.e. scroll the list) 
 but can also select a line by touching it.  This type of interaction is 
 permitted in iOS: a simple example is the index of Apple's own Contacts 
 app.
 [snip]
 
 ___
 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


MobGUI, what am I doing wrong?

2012-04-05 Thread Geoff Canyon
I have a field object, a button object, and a browser object. If the button
script is this, it works as expected:

*on* touchEnd pId

   mobGUIUntouch the long id of me

   *put* the uText of *group* URL into tURL

   *if* char 1 to 7 of tURL is not http://; *then* *put* http://; beforetURL

   iPhoneControlSet gBrowserA[browser],url,tURL

*end* touchEnd

But I also have a card script of:

*on* setURL tURL

  iPhoneControlSet gBrowserA[browser],url,tURL

*end* setURL

and if I change the button scrip to this, it fails:

*on* touchEnd pId

   mobGUIUntouch the long id of me

   *put* the uText of *group* URL into tURL

   *if* char 1 to 7 of tURL is not http://; *then* *put* http://; beforetURL

   setURL tURL

*end* touchEnd

I've tried inserting

  *put* tURL into fld test

into both scripts, and it seems to be working. Is there a way I can debug
this within LC? Given the way browser objects are handled I've only been
testing in the simulator.
___
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: Localization languages

2012-04-05 Thread Kee Nethery
It is very very simple.

Create two folders. One named en.lproj and the other named es.lproj.

You don't have to put anything into the folders. Empty folders are fine.

In your standalone app, use the Show Package Contents in the Finder to view 
the insides of the app. Open the Contents folder. Open the Resources 
folder. Put the two empty lproj folders into the Resources folder.

That is it.

If you open any non-LC app you will see lproj folders within Contents/Resources 
for each language that app supports. The app store opens your app and looks 
inside to see what languages it supports.

You can name the folders English.lproj or en.lproj and Spanish.lproj or 
es.lproj but the trend is towards using the ISO names for the languages. 

Kee Nethery



On Apr 5, 2012, at 4:59 AM, Sergio Schvarstein wrote:

 Hi Monte,
 
 Thanks for your quick answer and I agree it must be an option in the 
 standalone settings.
 
 I really cannot understand your suggestion and please excuse me for my 
 ignorance.
 
 What is an .lproj folder ? Can you give me some more details ?
 
 Can I get a binary with both localization languages included or you are 
 talking of creating two different apps ?
 
 Kind regards.
 
 
 __
 Sergio Schvarstein
 
 __
 
 
 
 
 El 05/04/2012, a las 13:48, use-livecode-requ...@lists.runrev.com escribió:
 
 I agree, this could be documented better and even supported in the 
 standalone builder. You need an empty .lproj folder for each language you 
 support.
 
 Cheers
 
 --
 Monte Goulding
 
 ___
 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: iOS - picking from a scrolling list

2012-04-05 Thread Thomas McGrath III
Graham,

I don't use mobgui but instead I use tmControl for layout of iOS elements.  
There are two types of scrolling lists possible in LC. The first is using 
mobilePick by itself or use an option button (that uses the iOS mobilePicker). 
The second is using either an LC field object or other objects like the list 
field in tmControl but either of these needs to be in a group and the group can 
now have an iOS scroller applied to it.

If you create a field that is very long and group it then select the group and 
make it shorter than that field it will scroll. I can't remember if the group 
needs locked or not. There are a couple of glitches to watch out for.

Here is parts of a script that controls a grouped field and an iOS scroller. A 
mouseUp in the field can return the desired line etc.

local sScrollerId
on scrollerDidScroll pOffsetX, pOffsetY
lock screen
set the hScroll of group InputScrollerGroup to pOffsetX
set the vScroll of group InputScrollerGroup to pOffsetY
unlock screen
end scrollerDidScroll

on openCard
set the layerMode of group InputScrollerGroup of this card to scrolling

set the unboundedHScroll of group InputScrollerGroup to true
set the unboundedVScroll of group InputScrollerGroup to true

 -- add items to a field Counter and have it grow to fit the contents
set the height of field Counter of this card to the formattedHeight of 
field Counter
set the top of field Counter to the top of group InputScrollerGroup
  
set the threeDHilite of field Lap Counter to false
iphoneControlCreate scroller, InputScroller
put the result into sScrollerId
put the rect of group InputScrollerGroup into tRect
iphoneControlSet sScrollerId, rect, tRect
put the formattedHeight of field Counter into tHeight
iphoneControlSet sScrollerId, contentRect, (0, 0, 0, tHeight)
iphoneControlSet sScrollerId, indicatorInsets, (0,0,6,0)
iphoneControlSet sScrollerId, visible, true
iphoneControlSet sScrollerId, canBounce, true

iphoneControlSet sScrollerId, declerationRate, fast
iphoneControlSet sScrollerId, scrollingEnabled, true
iphoneControlSet sScrollerId, canScrollToTop, true 
iphoneControlSet sScrollerId, delayTouches, true

iphoneControlSet sScrollerId, vscroll, 0
set the vScroll of group InputScrollerGroup to 0
set the vScroll of field Counter to 0

focus on nothing
iphoneControlDo sScrollerId, flashScrollIndicators
end openCard

on closeCard
iphoneControlDelete InputScrollerGroup
end closeCard

-- Tom McGrath III
http://lazyriver.on-rev.com
3mcgr...@comcast.net

On Apr 4, 2012, at 12:31 PM, Graham Samuel wrote:

 In an iOS app I'm developing I would like to use a scrolling text list where 
 the user can drag the whole list up and down (i.e. scroll the list) but can 
 also select a line by touching it.  This type of interaction is permitted in 
 iOS: a simple example is the index of Apple's own Contacts app.
 
 I have looked at the latest iOS notes for LC5.5 (Scroller Control - 
 UIScrollView) and I can't understand how the textual list (like an ordinary 
 LC scrolling field) would come in to the scroller; I'm also just beginning to 
 use MobGUI to introduce some native controls, and that has a scroller object 
 too. It is  complex and consists of a group into which it is possible to 
 introduce such an LC field, but in that case it is sensitive to touches, but 
 not to dragging/scrolling - I tried setting the parameter 'delay touches' but 
 it didn't seem to change anything. 
 
 Obviously I have missed some underlying concept here. The LC iOS doc says 
 that a scroller isn't a container for other controls, but I don't know what 
 that means. It seems a gnomic pronouncement rather on the lines of Light is 
 not a thing or “Die Welt ist alles, was der Fall ist.” Sounds terrific, but 
 what does it actually mean?
 
 I also tried reading the UIScrollView section of Apple's documentation. It's 
 promising in a way (it mentions the need to do the kind of thing I'm talking 
 about) but it doesn't help me enough to allow me to proceed.
 
 Does anyone know how to do this? I have asked MobGUI support, but I don't 
 know how reactive they are.
 
 TIA
 
 Graham
 ___
 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: Disabling a tab

2012-04-05 Thread Pete
Phil and Marty,
Wanted to pass on to you that, while the enable/disable solution, it
changes the selectedtext property of the tab control.  Didn;t get a chance
to see if using the ( prefix did the same thing or not.
Pete
On Sun, Apr 1, 2012 at 3:16 PM, Phil Davis rev...@pdslabs.net wrote:

 Hi Pete,

 As usual in Livecode, there are multiple ways to disable a tab. If you
 want to manipulate the button text directly, you can put ( before the
 line of button text for the tab you want to disable. Or to enable all tabs,
 replace ( with empty in text of btn 1.

 Best -
 Phil



 On 4/1/12 1:45 PM, Pete wrote:

 Thanks Marty. Sometimes the obvious just slips by me!
 Pete

 On Sun, Apr 1, 2012 at 12:43 PM, Marty Knappmartykn...@comcast.net
  wrote:

  Hey Pete,
 Using disable menuItem 2 of btn Tab Menu seems to work.

 Marty Knapp

  I have a tab control and I'm using the method of revealing data on each

 tab
 by having groups with the same name as each tab which are hidden/shown
 when
 a tab is clicked.

 Depending on data conditions, I need to disable one of the tabs, meaning
 that clicking ion it has no effect.  Right now, I'm doing this in a
 selectionChanged handler that checks the data condition, beeps if the
 use
 clicks on a disallowed tab, and leaves the original tab/group displayed.

 That works OK but there is no visual indication that the tab is not
 available.  Ideally, I'd like the text in the tab heading to be greyed
 out,
 kinda like a disabled menu item.  Any ideas how to do that?



  ___

 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-livecodehttp://lists.runrev.com/**mailman/listinfo/use-livecode
 **http://lists.runrev.com/**mailman/listinfo/use-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode
 




 --
 Phil Davis

 PDS Labs
 Professional Software Development
 http://pdslabs.net



 __**_
 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-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode




-- 
Pete
Molly's Revenge http://www.mollysrevenge.com
___
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


EdMedia 2014 (Europe) Call for Proposals to Host (fwd)

2012-04-05 Thread Judy Perry



-- Forwarded message --

Having trouble viewing this email?
Click here
http://campaign.r20.constantcontact.com/render?llr=kvjx7fdabv=001euir7dY8GMXfWIClhJgHl82TvTBYogd9NUPE_Pv1lU0Vq0tletbgxZwuCIWueIDAKU_xPyz6IsVoImZMTEJovrQWvT1lAQW1JlMkIO00kSkSj1zjEP_arw%3D%3D


Quick Links


Request for Proposals 
[http://r20.rs6.net/tn.jsp?e=001I3FO72tGLIAoZidfQftzz0nfo2CncNgPTG-Z-V-brAbelPDbuy1N8T4yJhaAcsGi-Kwhe94KKU0_iaxpeV9SKCZ5Lz93wpvZ9ufKXFpPpvXOOKhNCwkKfC52wiQASdM_Uv4PWHMNdXU=]
EdMedia Conference 
[http://r20.rs6.net/tn.jsp?e=001I3FO72tGLICWAyxlEI8MyuGaMLEX3VmLj_-Vtu6xh5CoPH2F05xDMDDonQvRphiP6ykRkT_F9ygvfmvJA6u_LPDAkZs4R8GDi08mGOJUYw868NV2WkivuDmUNd9Au7zP]
Countries Represented 
[http://r20.rs6.net/tn.jsp?e=001I3FO72tGLIADi9Hlb-lZcREurbxz_42EghGwWSuLPCpejS0qxMLOafKAFIChIe7DBkCBNvO38TFOIeZPIj13OJifYeZ1gOOxGLgoiofZVRmLhbKvxgiGGdK0IFIe-RmPntSkEoH-q8L1iXbxspLRyg==]
AACE Homepage 
[http://r20.rs6.net/tn.jsp?e=001I3FO72tGLIBuyXLtq3lj-VlesuVi_1tpYDlTVjdCihcW1Xc_EhZPzd8JxnFQkNIt6dAUqbpz6pKBFWDcsaijnwpilvwoOiuWDXdZ5pcFS_E=]
AACE Contact Info 
[http://r20.rs6.net/tn.jsp?e=001I3FO72tGLIBtGdH5EAg6mVMvuG2Mcu8ZNs7c33xtUBlPxQhfSme9qfrxgzc28shjYQzinDOiFFe0nKkWaYAR3VHdfWZcHLGh6YqLbB6LvsXWfTFgzFJMiA==]


Organized by:
AACE logo 1 
[http://r20.rs6.net/tn.jsp?e=001I3FO72tGLIAbAfV-FZNZw_p4dgMYwzzf8biGiUeXkxFi8B5BDy96piQEWdMx6Vy7ZFx2aYU2vxYK17-QPG4v_NPsN4rWdNdnFFtA8F60Ja4=]

Association for the Advancement of Computing in Education


Yellow Stripes 
[http://ui.constantcontact.com/sa/fwtf.jsp?m=1102930749098a=1109679127110ea=jperryl%40ecs.fullerton.edu]


edmedia 2014 logo 
[http://r20.rs6.net/tn.jsp?e=001I3FO72tGLIAoZidfQftzz0nfo2CncNgPTG-Z-V-brAbelPDbuy1N8T4yJhaAcsGi-Kwhe94KKU0_iaxpeV9SKCZ5Lz93wpvZ9ufKXFpPpvXOOKhNCwkKfC52wiQASdM_Uv4PWHMNdXU=]
CALL FOR PROPOSALS TO HOST
EUROPE: JUNE 2014
http://aace.org/conf/edmedia/RFP.htm 
[http://r20.rs6.net/tn.jsp?e=001I3FO72tGLIAoZidfQftzz0nfo2CncNgPTG-Z-V-brAbelPDbuy1N8T4yJhaAcsGi-Kwhe94KKU0_iaxpeV9SKCZ5Lz93wpvZ9ufKXFpPpvXOOKhNCwkKfC52wiQASdM_Uv4PWHMNdXU=]
Proposals Due: June 15, 2012



EdMedia 
[http://r20.rs6.net/tn.jsp?e=001I3FO72tGLICWAyxlEI8MyuGaMLEX3VmLj_-Vtu6xh5CoPH2F05xDMDDonQvRphiP6ykRkT_F9ygvfmvJA6u_LPDAkZs4R8GDi08mGOJUYw868NV2WkivuDmUNd9Au7zP]
-- World Conference on Educational Media  Technology is
planning to hold its conference in Europe, June 2014.  The EdMedia conference, 
held
in Europe every 3 years, always is a popular and successful event!
Proposals to host this conference are requested.
Deadline for proposals is: June 15, 2012.
The Request for Proposals to Host EdMedia 2014 is located at: 
http://aace.org/conf/edmedia/RFP.htm
[http://r20.rs6.net/tn.jsp?e=001I3FO72tGLIAoZidfQftzz0nfo2CncNgPTG-Z-V-brAbelPDbuy1N8T4yJhaAcsGi-Kwhe94KKU0_iaxpeV9SKCZ5Lz93wpvZ9ufKXFpPpvXOOKhNCwkKfC52wiQASdM_Uv4PWHMNdXU=]
We look forward to receiving your proposal.
All proposals will be discussed by the EdMedia Executive Committee prior to and
at EdMedia 2012 (June 26-29) in Denver, CO. You need not be present at this 
event
to be considered.

Contact:

Email: c...@aace.org [mailto:c...@aace.org]

Mailing address: AACE, P.O. Box 1545, Chesapeake, Virginia 23327-1545



Forward this email
http://ui.constantcontact.com/sa/fwtf.jsp?llr=kvjx7fdabm=1102930749098ea=jper...@ecs.fullerton.edua=1109679127110


This email was sent to jper...@ecs.fullerton.edu by sa...@aace.org.

Update Profile/Email Address
http://visitor.constantcontact.com/do?p=oomse=001C5H1Ps_ZTVsRtq3TTAGgsou5RdIWpJHLDMr6xymGdRk%3Dt=0019Gojbv4HxLoQ18cmpCBJGA%3D%3Dlang=001FCSs65SMrsI%3Dllr=kvjx7fdab


Instant removal with SafeUnsubscribe(TM)
http://visitor.constantcontact.com/do?p=unmse=001C5H1Ps_ZTVsRtq3TTAGgsou5RdIWpJHLDMr6xymGdRk%3Dt=0019Gojbv4HxLoQ18cmpCBJGA%3D%3Dlang=001FCSs65SMrsI%3Dllr=kvjx7fdab


Privacy Policy:
http://ui.constantcontact.com/roving/CCPrivacyPolicy.jsp




AACE | i...@aace.org | 757-366-5606 | P.O. Box 1545 | Chesapeake | VA | 
23327-1545

___
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


E-Learn 2012 (Montreal, Quebec) Call for Presentations: May 25 (fwd)

2012-04-05 Thread Judy Perry



-- Forwarded message --

For E-Mail Web Version
Click Here
http://campaign.r20.constantcontact.com/render?llr=kvjx7fdabv=001cNWX07JYSkTJmWpmO0_Zerzbe3fNDewy6Vtq9kIl2r1cGzgJIoZrqfhYZCd_mkJzVIv69vnA_fXRuNv_l2CmBDcl1ZeRFNKoSgjfXks0Ppns9tBea9Rymg%3D%3D


October 9 - 12, 2012 * Montr?al, Quebec

Call for Participation

Proposals Due: May 25, 2012

aace.org/conf/elearn 
[http://r20.rs6.net/tn.jsp?e=0017tVmSDw05ohEPFVDqKVSKkdTqhFpnSM7Lm5rop4om6qZjJq3pIbuiOiMyusS_KA_0TupD-4FZy934Rb7WUEBXuVHmt4t_EAZKyIv6pln0mLHcQ7aL-WvevoyQx_rvHta]


Montreal 1 
[http://r20.rs6.net/tn.jsp?e=0017tVmSDw05oivk2N3mXRArwxg1dUIRsh8iO4qcmSwyAzElovrQi7-C31_WbzKnGkaptwgTQ5TiSVdSR4NDigZISFFGCAF57XqCrRYdyBYfrxQ5UpEqN0rtJaTiETtaqPEIdcMYjeDjs0=]

Le Centre Sheraton Montreal
October 9 - 12, 2012

CALL FOR PRESENTATIONS 
[http://r20.rs6.net/tn.jsp?e=0017tVmSDw05oi-aJ01SQbgugABX895-RJ2P_BZCCtaTfcHQzOYepRRXeF2rgO3jmGgyCN6wO2TlFdEMEGHnqV2luUDZqlbKg-zSrCWGF4rVfgs7nZqYsDLQmNgxsIUVvYipsGd1xlEFmc=]
E-Learn 2012 
[http://r20.rs6.net/tn.jsp?e=0017tVmSDw05oiHel_moAffufy2TzDmpyjLBi3I8oJrOBQBD5jVxoluy5-5HMg_LBkLEtRVFgTKzUklofFN3JfLct8mJE0p2zipSNm961wxQLenYqUuNTm8HZxYwgdgo4RA]
-- World Conference on E-Learning in Corporate, Government, Healthcare,  Higher
 Education is an international, annual conference which serves as a 
multi-disciplinary
forum for the exchange of information on research, development, and applications
 of all topics related to e-Learning in these four sectors.
All presentation proposals are reviewed and selected by a respected, 
International
Executive Advisory Board 
[http://r20.rs6.net/tn.jsp?e=0017tVmSDw05oim_LgWOMtPNJznaMKugxNoOAzCmIkB2fi_lidFwxr1EWZH3KHWefvUOeK50OxVIWruuDrqzK793PPTnAfzqt9PaO68wMPLGuvv9Pqv9gwoHaZ3KfuGly-N_KBsM1eq-tr3rxawjqjSTQ==]
and Program Committee 
[http://r20.rs6.net/tn.jsp?e=0017tVmSDw05ogW6VKSH06H5mIkhqAy-dM70NXirfEDuFFSmeX2bLML6Lgq1RV_QDtHUBU0T4_W-NQHpKCq9qCO0CYm-5-iZyWewaTKqcSgHPZEyrVSv-Jbq8_9-MEjjr7KtHbLn5jP8Pnuo1a_FhYWwA==],
based on merit and the perceived value for attendees. Accepted proposals will be
 included in the conference program and Proceedings, available on EdITLib 
[http://r20.rs6.net/tn.jsp?e=0017tVmSDw05oi68e-G8UfeQTJbv2Cku7tg1BmxbcDQiRmPCWZy7iM1kuQucXcD-Hk-aTNYCJg-k0OZ0Zryww05fZQcPDZoCVyGrOLp2dWVSRQ=]
- Education  Information Technology Digital Library.

E-Learn spans all disciplines and levels of education and attracts more than 
1,000
attendees from over 60 countries. We invite you to attend E-Learn and submit 
proposals
for presentations.
Click here for Color Poster PDF to Print  Distribute 
[http://r20.rs6.net/tn.jsp?e=0017tVmSDw05ohliGVciY7P7CtJEvS3WowV7IfBLrR8TUFfos5zYCvTLbkFh-ffcLafsutSN82eGi85vPNSHegH_WqyQuScVZYHFg8tbwS0eYOHlF0lqxKIdLHOW4HVqLYSoC1J_leib6NKQq1bt9G1Ew==]


Registration  Hotel Information

Click Here for: E-Learn 2012 Registration Rates 
[http://r20.rs6.net/tn.jsp?e=0017tVmSDw05ogvUFTmv4QUyDmDeTsP8lVSHkOlQXG3WQspFQeqLWzeK422u1JVg1V0LXy_ZkUdAqOVOajaWeyCPzBlnbBBadAHIMJwtlfirrJ_DElzd-MuBzaBq7ZImSCFB3l0CQ37Zak=]

Hotel Information : Le Centre Sheraton, Montreal, Quebec 
[http://r20.rs6.net/tn.jsp?e=0017tVmSDw05oiU0XN1yeN3LZiY0xn32FoibEWhVRfkHYzZ8utgkZLsrC3BdV7pWMkHpU_w4W7q80c9IjqGi8jXJGxxXwqDUsx-uVK_G699_S4u9VsYgsu0RmSnKZ17YHChjwIfxc9xfH_JUMcYQqD9DZ1qH5ZBIpyh]
Montreal 2 
[http://r20.rs6.net/tn.jsp?e=0017tVmSDw05oiHel_moAffufy2TzDmpyjLBi3I8oJrOBQBD5jVxoluy5-5HMg_LBkLEtRVFgTKzUklofFN3JfLct8mJE0p2zipSNm961wxQLenYqUuNTm8HZxYwgdgo4RA]LeCentre
Hotel 1 
[http://r20.rs6.net/tn.jsp?e=0017tVmSDw05oiU0XN1yeN3LZiY0xn32FoibEWhVRfkHYzZ8utgkZLsrC3BdV7pWMkHpU_w4W7q80c9IjqGi8jXJGxxXwqDUsx-uVK_G699_S4u9VsYgsu0RmSnKZ17YHChjwIfxc9xfH_JUMcYQqD9DZ1qH5ZBIpyh]
Special discounted hotel rates have been secured for E-Learn participants at the
 Le Centre Sheraton Hotel. To receive this rate, identify yourself as an E-Learn
 attendee.
Reservations must be made by September 5, 2012


Presentation Categories and Topics

Montreal Flowers 
[http://r20.rs6.net/tn.jsp?e=0017tVmSDw05oiHel_moAffufy2TzDmpyjLBi3I8oJrOBQBD5jVxoluy5-5HMg_LBkLEtRVFgTKzUklofFN3JfLct8mJE0p2zipSNm961wxQLenYqUuNTm8HZxYwgdgo4RA]

E-Learn 2012 Topics 
[http://r20.rs6.net/tn.jsp?e=0017tVmSDw05ojIPWdOxim9lN0fG-Nmwr1ny_xnO-mzQ42SAuhn9Jw4JiY493scLINgBtx7wJRnCg-GAyIrYIRzMfADiDl5GPSPoCzkFiqzkfzKeukC7ppWXMu5oGJXlnjY-1kBL3bZFZE=]
The scope of the conference includes, but is not limited to,  the  following 
topics
as they relate to the e-Learning and the  technologies  supporting e-Learning.

* Sectors or Application Domains 
[http://r20.rs6.net/tn.jsp?e=0017tVmSDw05ogkLe1YgmVzr_vB_OHDVu-FFKT9He8IXcq9219IhMcHfoX1p12yQE2i-i6bbJthBmWWfN02bKRG18makywOWzn8Wz4GJfBMSCDS-MyD7dC77pYgiwTPforjgyi-WBKtGe129KK8zLp8BQ==]
* Major Topics 

Re: Forwarded from Grandpa L

2012-04-05 Thread Judy Perry

I've been looking at this with interest...

Nice that somebody with 30 seconds on their hands can spare it to provide 
a review.  :-)


Judy

On Wed, 4 Apr 2012, Paul Looney wrote:


Amber,
This was on one of the lists I follow.
Bob Earp is a fellow programmer who lives in British Columbia. I've met him 
several times and he seems like a sharp fellow.
You might be interested in the link he provided:


www.khanacademy.org



Grandpa


On Apr 4, 2012, at 1:48 PM, Bob Earp wrote:


For those technology in the classroom nay-sayers on the list, and everybody 
else for that matter who has not taken a look at the success schools and individuals are 
having with Salman Khan's model, go take a look first at http://youtu.be/gM95HHI4gLk

Then explore www.khanacademy.org where there is literally thousands of 
educational snippets from the basics of math to such obtuse things as Apsidal 
Precession (Perihelion Precession) and Milankovitch Cycles, all for free.

What's more, there is a built-in self paced educational model that seems to be 
having great success through all ages,  but especially K - 12.

As proof of success, in the last two days I have had grandchildren call and 
boast how they can do things that they have not been taught in the classroom 
yet, and their parent report that they are coming home and studying these 
things persistently and without encouragement.

Seem like teachers are finally getting a break to spend time teaching, or 
rather managing teaching, to the individual level rather than the mean.

I'm sold !!

best, Bob...


Bob Earp
White Rock, British Columbia.




___
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


[OT] Android for the HP Touchpad (ICS 4.0)

2012-04-05 Thread Roger Eller
I just happen to discover this when browsing YouTube, and I thought of
Andre.  If you ever decide to part ways with WebOS (not likely), your
hardware is at least capable of running the latest incarnation of Android,
and very well it appears.

http://www.youtube.com/watch?v=Lj2l55-LOTo

~Roger
___
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