libUrlDownloadToFile: desktop ok, Android no

2018-01-11 Thread Nicolas Cueto via use-livecode
Hello.

Below is the script used to download a text file. Which works on the
Windows desktop. But on my Nexus 5, "error" is returned by the  script
commands "log" and "logflushbuffer".

Why oh why ...

Help! please.

---

BUTTON SCRIPT

on mouseUp
   put empty into the last field
   libUrlDownloadToFile binURL(), specialFolderPath("documents") \
 & slash & "dictionary.txt", "urlDownloadStatus"
   log "started download of" && binURL()
end mouseUp

on urlDownloadStatus pUrl, pStatus
   log pStatus && pUrl
end urlDownloadStatus


CARD SCRIPT

local sLogBuffer
local sLogBuffering="false"

on log pMsg
   put pMsg & return after sLogBuffer
   if not sLogBuffering then logFlushBuffer
end log

on logFlushBuffer
   put sLogBuffer after field "logField"
   put empty into sLogBuffer
   set the vscroll of field "logfield" to 65536
end logFlushBuffer

on clearLog
   put empty into field "logField"
   put empty into sLogBuffer
end clearLog

on logStartBuffer
   put true into sLogBuffering
end logStartBuffer

on logEndBuffer
   logFlushBuffer
   put false into sLogBuffering
end logEndBuffer



on preOpenCard
   if the environment is not "mobile" then
  libUrlSetStatusCallback "urlProgressCallback", the long ID of me
   end if
   pass preOpenCard
end preOpenCard

on closeCard
   if the environment is not "mobile" then
  libUrlSetStatusCallback
   end if
end closeCard

on urlProgressCallback pStatus, pURL
   urlProgress (item 1 of pStatus), pURL, (item 2 of pStatus), (item 3 of
pStatus)
end urlProgressCallback

on urlProgress pURL, pStatus, pRecieved, pTotal
   if pStatus is "loading" then
  logStartBuffer
   else
  logEndBuffer
   end if
   log pStatus && pURL && pRecieved && pTotal
end urlProgress

local sURL = "http://webserver.com/docs/UTF8_file.txt;

function binURL
   return sURL
end binURL
___
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: Using this list

2018-01-11 Thread Warren Samples via use-livecode

On 01/11/2018 10:52 AM, Dan Friedman via use-livecode wrote:

  I get the list as an eMail in my inbox.  If I want to reply, you click 
“Reply”.  Then you have to change the name of the eMail, then copy and paste 
the text from the thread you want to reply to, then you have to spend some time 
reformatting the text.  There must be a better way.



It sounds like you're receiving the digest version. That would cause all 
of these difficulties.


I would suggest a better way is to just subscribe to receive individual 
messages as they are posted and have your email client filter them to a 
folder devoted to just this list's messages. Your client probably has a 
facility to group the messages in threads, although between people who 
are responding to a digest post, and people who are too lazy to start a 
new thread when they post a new topic, this is a little hit or miss, 
depending on whether your client looks at the message ID or the message 
subject to sort the messages to threads. At any rate this is a better 
solution and should allow you to simply hit reply and be done and of 
course you can copy relevant text before you reply to save you time 
editing the quoted text that accompanies your reply.


Good Luck,

Warren

___
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: Creating .ipa now that iTunes has depreciated apps.

2018-01-11 Thread Matthias Rebbe via use-livecode
I second that. AirLaunch makes it really easy to create and share the .ipa

Matthias


Matthias Rebbe
Tel +49 5741 31
‌https://matthiasrebbe.eu ‌

> Am 11.01.2018 um 23:22 schrieb Sannyasin Brahmanathaswami via use-livecode 
> >:
> 
> Or (shameless promotion) 
> 
> If you have a select group of registered iOS devices in your profile and you 
> don't want to deal with iTunes connect at all for beta testing 
> 
> pay Jacque the reasonable fee for her AirLaunch  "be done with it" 
> 
> http://www.hyperactivesw.com/airlaunch/index.html 
> 
> 
> Then enjoy your IPA while AirLaunch makes Apple's IPA and the web page you 
> send to your beta testers to open on Safari on their phones… "No Apple Corp 
> in between" [sic] 
> 
> On 1/10/18, 12:08 PM, "use-livecode on behalf of Bob Sneidar via 
> use-livecode"   on behalf of 
> use-livecode@lists.runrev.com > wrote:
> 
>I love a balanced IPA. ;-)
> 
>Bob S
> 
> ___
> 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 
> 


Matthias Rebbe
Tel +49 5741 31
‌https://matthiasrebbe.eu ‌

___
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: Creating .ipa now that iTunes has depreciated apps.

2018-01-11 Thread Sannyasin Brahmanathaswami via use-livecode
Or (shameless promotion) 

If you have a select group of registered iOS devices in your profile and you 
don't want to deal with iTunes connect at all for beta testing 

pay Jacque the reasonable fee for her AirLaunch  "be done with it" 

http://www.hyperactivesw.com/airlaunch/index.html

Then enjoy your IPA while AirLaunch makes Apple's IPA and the web page you send 
to your beta testers to open on Safari on their phones… "No Apple Corp in 
between" [sic] 

On 1/10/18, 12:08 PM, "use-livecode on behalf of Bob Sneidar via use-livecode" 
 wrote:

I love a balanced IPA. ;-)

Bob S

___
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: LC Global schedule is online

2018-01-11 Thread Mike Kerner via use-livecode
I have a couple of ideas on how to waste an hour of everyone's time, but I
didn't think I could have it done by January, so I'm glad I can
procrastinate a while longer.

On Thu, Jan 11, 2018 at 3:19 PM, Heather Laine via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Well, indeed, Mr TBA is currently overworked. Would anyone like to step up
> and relieve him of the pressure?
>
> Apply to Speak:
>
> https://livecode.com/global/apply/ 
>
> :)
>
> Heather
>
> Heather Laine
> Customer Services Manager
> LiveCode Ltd
> www.livecode.com
>
>
>
> > On 11 Jan 2018, at 11:26, hh via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Great.
> > Although the speaker "TBA" with always the same subject "Apply to speak"
> > will be a bit boring ...
> >
> > ___
> > 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
>



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
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: use-livecode Digest, Vol 172, Issue 22

2018-01-11 Thread Brian Milby via use-livecode
The problem in this case is the HTML format data (and possibly RTF) on the
clipboard. Testing in Windows, if I just put the LC styled text and plain
text on the clipboard, it works to get plain text outside of LC but retain
formatting inside. If I try to paste the RTF or LC data into Excel, I just
get a beep. HTML gives the double space text. The plain text formats work
as expected. So if the destination application accepts HTML, that is what
it takes.

This does not mean that the clipboard data is necessarily correct right
now. I’m not sure wrapping single spaced text in  tags is correct. I’m
not an expert there, so this may be an area that could be improved.
On Thu, Jan 11, 2018 at 1:51 PM Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Richard Burkett wrote:
>
>  > on mouseUp
>  >put fld "myField" into tClip
>  >lock the clipBoard
>  >set the ClipboardData to empty
>  >set the ClipboardData to tClip
>  >put the clipboardData["text"] into tClip
>  >set the rawclipBoardData to empty
>  >if the platform is "MacOS" then
>  >   set the rawClipboardData["public.utf8-plain-text"] \
>  > to textEncode(tClip, "UTF-8" )   -- OSX
>  >else if the platform is "Linux" then
>  >   set the rawClipboardData["text/plain;charset=utf-8"] \
>  > to textEncode(tClip, "UTF-8" ) -- Linux
>  >else if the platform contains "Win" then
>  >   set the rawClipboardData["CF_UNICODE"] \
>  > to textEncode(tClip, "UTF-16" ) -- Windows
>  >end if
>  >unlock the clipBoard
>  > end mouseUp
>
> Nice, but not as nice as:
>
>copy
>
> I appreciate that we have the flexibility to do arcane things with the
> Clipboard when needed, but shouldn't the copy command handle the most
> common cases without requiring new users to research and experiment in
> the hope of arriving at the above block of code?
>
> --
>   Richard Gaskin
>   Fourth World Systems
>   Software Design and Development for the Desktop, Mobile, and the Web
>   
>   ambassa...@fourthworld.comhttp://www.FourthWorld.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: LC Global schedule is online

2018-01-11 Thread Heather Laine via use-livecode
Well, indeed, Mr TBA is currently overworked. Would anyone like to step up and 
relieve him of the pressure?

Apply to Speak:

https://livecode.com/global/apply/ 

:)

Heather

Heather Laine
Customer Services Manager
LiveCode Ltd
www.livecode.com



> On 11 Jan 2018, at 11:26, hh via use-livecode  
> wrote:
> 
> Great.
> Although the speaker "TBA" with always the same subject "Apply to speak"
> will be a bit boring ...
> 
> ___
> 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: use-livecode Digest, Vol 172, Issue 22

2018-01-11 Thread Richard Gaskin via use-livecode

Richard Burkett wrote:

> on mouseUp
>put fld "myField" into tClip
>lock the clipBoard
>set the ClipboardData to empty
>set the ClipboardData to tClip
>put the clipboardData["text"] into tClip
>set the rawclipBoardData to empty
>if the platform is "MacOS" then
>   set the rawClipboardData["public.utf8-plain-text"] \
> to textEncode(tClip, "UTF-8" )   -- OSX
>else if the platform is "Linux" then
>   set the rawClipboardData["text/plain;charset=utf-8"] \
> to textEncode(tClip, "UTF-8" ) -- Linux
>else if the platform contains "Win" then
>   set the rawClipboardData["CF_UNICODE"] \
> to textEncode(tClip, "UTF-16" ) -- Windows
>end if
>unlock the clipBoard
> end mouseUp

Nice, but not as nice as:

  copy

I appreciate that we have the flexibility to do arcane things with the 
Clipboard when needed, but shouldn't the copy command handle the most 
common cases without requiring new users to research and experiment in 
the hope of arriving at the above block of code?


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.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


Re: OT: Why I Probably Will Never, Ever Learn HTML%

2018-01-11 Thread Andre Garzia via use-livecode
Swami,

You choose a topic that is really really advanced. React is not an easy or
lightweight framework, specially when you use it like most advanced web
developers do by using the flow architecture. Once you go through that
path, integration with other frameworks becomes really hard. For example,
React uses a virtual DOM, jQuery does direct DOM manipulation, integrating
them both is quite tricky. React + Flow uses a variation of the SAM pattern
for holding data which is radically different than what we LC are used to,
and also integration with backbone becomes trickier as backbone wants to
manage data.

The Web is basically its own operating system these days, there are easy
frameworks and hard frameworks. The JS community enjoys using a TON of
small libraries piled up like a castle of cards. Knowing how to build these
castles requires some work but it is not hard, it is more tedious than hard.

The good thing is that in JS land there are always alternatives. There are
multiple ways of solving anything, to the point that choosing to adopt a
solution is part of the problem. Personally, I don't enjoy React even
though Mozilla uses it a lot inside the new Firefox. I prefer Mithril JS or
Vue JS, both of which are very advanced but IMHO easier to work with.

One thing that is unique to the Web is that you can go from simple HTML +
CSS without any JS and have something useful that provides value to you and
your audience all the way to something that requires a PhD to understand.
There is space for everyone and the web grows with you.

Thats why LC web deployment (specially with new WASM stuff) will prove
quite a good thing, it will allow many of us to leap into the largest
deployment target ever.

om om
andre

On Wed, Jan 10, 2018 at 8:02 PM, Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I wouldn't know wht that looked like. ;-)
>
> Bob S
>
>
> > On Jan 10, 2018, at 12:22 , Richmond Mathewson via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Well, that page is like most computer manual pages: written in pompous,
> > over-jargonised language.
>
>
> ___
> 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
>



-- 
http://www.andregarzia.com -- All We Do Is Code.
http://fon.nu -- minimalist url shortening service.
___
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: Browser widget and revbrowserback/revbrowserforward

2018-01-11 Thread Klaus major-k via use-livecode
Hi Klaus,

> Am 10.01.2018 um 19:52 schrieb Klaus major-k via use-livecode 
> :
> 
> Hi friends,
> 
> a user in the forum asked this questio and I would also like to know :-)
> 
> With "revbrowser" we had a simple command to browser the browser
> history: revBrowserBack and RevBrowserForward
> Is there a similar feature in the Browser Widget?
> 
> Thanks for any hint!

...
go forward in widget "el browsero"
...
go back in widget "el browsero"
...


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
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: LC Global schedule is online

2018-01-11 Thread Andre Garzia via use-livecode
Hey Friends,

Just to let you know that I am speaking this year and I would love to have
more people board the "decentralization" train with me :-P

"choo-choo, where we're going, there are no tracks!"

On Thu, Jan 11, 2018 at 9:26 AM, hh via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Great.
> Although the speaker "TBA" with always the same subject "Apply to speak"
> will be a bit boring ...
>
> ___
> 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
>



-- 
http://www.andregarzia.com -- All We Do Is Code.
http://fon.nu -- minimalist url shortening service.
___
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: iTunes Connect claims iOS app wasn’t built with the iOS 11 SDK!

2018-01-11 Thread panagiotis merakos via use-livecode
BTW I have added a comment describing a workaround. If anyone could confirm
that it fixes the problem, it would be great :)

Panos
--

On Thu, Jan 11, 2018 at 2:50 PM, panagiotis merakos 
wrote:

> Thanks Henry :)
>
> Best,
> Panos
> --
>
> On Thu, Jan 11, 2018 at 2:46 PM, hlowe via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> Thanks Panos. I have created a bug report:
>>
>> http://quality.livecode.com/show_bug.cgi?id=20852 - Livecode not updating
>> iOS app plist entries to reflect Xcode/sdk version
>>
>> Henry
>>
>>
>>
>> --
>> Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-
>> User-f278306.html
>>
>> ___
>> 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: Getting datagrid content from other stack in Standalone

2018-01-11 Thread Mike Bonner via use-livecode
Have you tried something like this?  It works for me.  (though I just set
the folder to the stacks location and use only the filename of the stack)
put the dgdata of grp 1 of stack "path/to/dgstack.livecode" into tDataA


On Thu, Jan 11, 2018 at 8:32 AM, Matthias Rebbe via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi,
> i am running into the following problem.
> I have a datagrid on card 1 of a substack.
> I can fetch this data from the mainstack w/o problems in the LC IDE and
> also in a standalone if the substacks are included in the executable.
>
> But as soon as i set the  option in standalonebuilder  to "move the
> substacks into individual stackfiles” ii cannot fetch the data of the
> datagrid anymore.
>
> What am i missing?
>
>
> Regards,
> Matthias
>
> Matthias Rebbe
> Tel +49 5741 31
> ‌https://matthiasrebbe.eu ‌
>
> ___
> 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: Using this list

2018-01-11 Thread Keith Martin via use-livecode

On 11 Jan 2018, at 17:00, Mark Wieder via use-livecode wrote:


I'm using Thunderbird.
Email comes in, I click Reply, email goes out.


I use MailMate on my laptop, Mail on my iPhone. Same behaviour for me: 
click reply, type stuff, send.


k

___
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: Text fields: text cursor & proper editing

2018-01-11 Thread J. Landman Gay via use-livecode
Are you using a native Android field? That's necessary for full editing 
features. The OS controls the appearance of the cursor so you can't change it.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com



On January 11, 2018 2:03:46 AM Pyyhtiä Christer via use-livecode 
 wrote:


It concerns the apps developed for mobile platforms; here I refer to 
Android as have no experience on iOS, yet.


First, on the screen the edit location cursor is a vertical line barely 
visible with high resolution devices.  Is there an option for example a 
"bold", blinking or coloured cursor?


Second, is there an editor, which allows me to click anywhere in the text 
in a field, and begin editing from there (with that "visible" cursor), 
inserting and / or deleting characters (codepoints)?


Would the answers for iOS be different from Android?


Christer Pyyhtiä
MindCrea Ltd
chris...@mindcrea.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: Using this list

2018-01-11 Thread Mark Wieder via use-livecode

On 01/11/2018 08:52 AM, Dan Friedman via use-livecode wrote:

Howdy!   Has anyone written an app to read, manage and reply to posts on this 
list?   Seems combersome (at least they way I’m doing it).   I get the list as 
an eMail in my inbox.  If I want to reply, you click “Reply”.  Then you have to 
change the name of the eMail, then copy and paste the text from the thread you 
want to reply to, then you have to spend some time reformatting the text.  
There must be a better way.

What are you using to write, read, manage and reply to posts from the 
use-livecode list?


What are you using for an email client?
I'm using Thunderbird.
Email comes in, I click Reply, email goes out.

--
 Mark Wieder
 ahsoftw...@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

Using this list

2018-01-11 Thread Dan Friedman via use-livecode
Howdy!   Has anyone written an app to read, manage and reply to posts on this 
list?   Seems combersome (at least they way I’m doing it).   I get the list as 
an eMail in my inbox.  If I want to reply, you click “Reply”.  Then you have to 
change the name of the eMail, then copy and paste the text from the thread you 
want to reply to, then you have to spend some time reformatting the text.  
There must be a better way.

What are you using to write, read, manage and reply to posts from the 
use-livecode list?

-Dan

___
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

Datagrid2

2018-01-11 Thread Terence Heaford via use-livecode

 Submitted again due to incorrect address  
 Apologies for previous post 


I was just trying out LC9 DP11 and noted in the LC Blog that Datagrid2 is 
available for testing.

I am a little confused because on opening DP11 I could only find the previous 
Datagrid.

Is DG2 a widget or rolled into the old Datagrid format?

Is DG2 available in the community edition?

Could someone help me understand please so I may try it out.


Thanks

Terry Heaford
___
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: Datagrid2

2018-01-11 Thread Mark Waddingham via use-livecode

On 2018-01-11 17:13, Terence Heaford via use-livecode wrote:

I was just trying out LC9 DP11 and noted in the LC Blog that Datagrid2
is available for testing.

I am a little confused because on opening DP11 I could only find the
previous Datagrid.

Is DG2 a widget or rolled into the old Datagrid format?


DG2 is a background compatible upgrade to the existing DataGrid - i.e. 
so DataGrids which are used in 9-dp11+ can take advantage of the new 
features.



Is DG2 available in the community edition?


Yes.

Warmest Regards,

Mark.

P.S. Documentation on using the new features is still a little 'light' - 
Michael is currently working on some lessons to demonstrate how to use 
them.


--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

___
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


Datagrid2

2018-01-11 Thread Terence Heaford via use-livecode
I was just trying out LC9 DP11 and noted in the LC Blog that Datagrid2 is 
available for testing.

I am a little confused because on opening DP11 I could only find the previous 
Datagrid.

Is DG2 a widget or rolled into the old Datagrid format?

Is DG2 available in the community edition?

Could someone help me understand please so I may try it out.


Thanks

Terry Heaford
___
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


Getting datagrid content from other stack in Standalone

2018-01-11 Thread Matthias Rebbe via use-livecode
Hi,
i am running into the following problem.
I have a datagrid on card 1 of a substack.
I can fetch this data from the mainstack w/o problems in the LC IDE and also in 
a standalone if the substacks are included in the executable.

But as soon as i set the  option in standalonebuilder  to "move the substacks 
into individual stackfiles” ii cannot fetch the data of the datagrid anymore.

What am i missing?


Regards,
Matthias

Matthias Rebbe
Tel +49 5741 31
‌https://matthiasrebbe.eu ‌

___
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: iTunes Connect claims iOS app wasn’t built with the iOS 11 SDK!

2018-01-11 Thread panagiotis merakos via use-livecode
Thanks Henry :)

Best,
Panos
--

On Thu, Jan 11, 2018 at 2:46 PM, hlowe via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Thanks Panos. I have created a bug report:
>
> http://quality.livecode.com/show_bug.cgi?id=20852 - Livecode not updating
> iOS app plist entries to reflect Xcode/sdk version
>
> Henry
>
>
>
> --
> Sent from: http://runtime-revolution.278305.n4.nabble.com/
> Revolution-User-f278306.html
>
> ___
> 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: iTunes Connect claims iOS app wasn’t built with the iOS 11 SDK!

2018-01-11 Thread hlowe via use-livecode
Thanks Panos. I have created a bug report:

http://quality.livecode.com/show_bug.cgi?id=20852 - Livecode not updating
iOS app plist entries to reflect Xcode/sdk version 

Henry



--
Sent from: 
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

___
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: LC Global schedule is online

2018-01-11 Thread hh via use-livecode
Great.
Although the speaker "TBA" with always the same subject "Apply to speak"
will be a bit boring ...

___
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


LC Global schedule is online

2018-01-11 Thread Matthias Rebbe via use-livecode
Hi,

 the schedule for the upcoming LC Global is online and it looks promising. :)

https://livecode.com/global/#schedule 

Regards,
Matthias




Matthias Rebbe
Tel +49 5741 31
‌https://matthiasrebbe.eu ‌

___
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: Creating .ipa now that iTunes has depreciated apps.

2018-01-11 Thread Richmond via use-livecode

Give me a good stout any day, as the International

Phonetic Association get on my nerves.


Richmond.


On 11.01.2018 00:08, Bob Sneidar via use-livecode wrote:

I love a balanced IPA. ;-)

Bob S



On Jan 10, 2018, at 09:42 , Ralph DiMola via use-livecode 
 wrote:

Well I finally updated iTunes and lost the ability to create an .ipa. I made
a right click context item in finder to get one click .ipa creation back.

If anyone want this:

1) Open up the Automater
2) Create new
3) Select "Run Shell Script" from left pane
4) Change "Pass input:" to "as arguments"
5) Paste in this script

current_path=$(dirname "$1")
cd "$current_path"

for f in "$@"
do
mkdir Payload
cp -r "$f" Payload/
base=$(basename $f)
base2="${base%.*}"
zip -r "$base2".zip Payload/
mv "$base2".zip "$base2".ipa
rm -R Payload/
done


6) Save and name it "Create ipa"


That's it.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.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-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: iTunes Connect claims iOS app wasn’t built with the iOS 11 SDK!

2018-01-11 Thread panagiotis merakos via use-livecode
Hi Henry,

This looks like a bug in LC. It seems that the plist entries for the
Xcode/sdk version are hardcoded in the plist template, rather than being
generated dynamically based on the actual version of the Xcode/sdk used to
build the standalone.

So in this case, the standalone is actually built with Xcode9.2 / SDK 11.2,
but the plist is not updated properly.

Could you please file a bug report so as we fix it in the next release?

Best,
Panos
--

On Thu, Jan 11, 2018 at 2:17 AM, hlowe via use-livecode <
use-livecode@lists.runrev.com> wrote:

> We updated our ICD-10-CM-2018 iOS app to support the iPhone X screen
> resolution and layout. As we now support the 5.8 Inch iPhone X screen, we
> added 5.8 inch iPhone screen shots. On submitting the updated app version
> for review we received the message below from iTunes Connect:
>
> "The app previews and screenshots for the iPhone 5.8-Inch display won’t
> appear on the App Store because your binary wasn’t built with the iOS 11
> SDK."
>
> We are using LC 8.1.9 (rc 1) and Xcode 9.2. In the iOS Standalone
> Application Settings we chose 'Build for iOS iPod, iPhone and iPad 10.3 or
> later'. The app runs fine on the Xcode iPhone X simulator, so I assume it
> was built with the iOS 11 SDK.
>
> Any idea what is up? This presumably means that our app may not be visible
> to users running iOS 11?
>
> Looking at the info.plist of the app I see the following:
>
> 
> DTCompiler
> com.apple.compilers.llvm.clang.1_0
> DTPlatformBuild
> 12B411
> DTPlatformName
> iphoneos
> DTPlatformVersion
> 8.1
> DTSDKBuild
> 12B411
> DTSDKName
> iphoneos8.1
> DTXcode
> 0610
> DTXcodeBuild
> 6A1052c
> CFBundleDisplayName
> ICD-10-CM-2018
> MinimumOSVersion
> 10.3
> UIDeviceFamily
> 
> 12
> 
>
> Henry
>
> Ascriva Health Informatics
>
> https://www.ascriva.com
>
>
>
> --
> Sent from: http://runtime-revolution.278305.n4.nabble.com/
> Revolution-User-f278306.html
>
> ___
> 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: where are Livecode crash logs stored?

2018-01-11 Thread scott--- via use-livecode
> On 1/10/18 1:43 PM, Klaus major-k via use-livecode wrote:
>> Hi Matthias,
>>> Am 10.01.2018 um 20:27 schrieb Matthias Rebbe via use-livecode 
>>> :
>>> 
>>> Thanks Klaus,
>>> ~/Library/Logs/RunRev lists only thefile LivecodeToolsLog.txt
>>> and  ~/Library/Logs/DiagnosticReports is empty.
>> hmm, I have some crash logs in my "DiagnosticReports" folder, so this was my 
>> first idea.
>> Please open "Konsole" (im Ordner Dienstprogramme) and see if it lists any LC 
>> crash log somewhere.
>> If yes, right-click on the entry  if possible and select "Show in Finder".
> 
> Sorry to piggyback, I don't have the original post. But a freeze isn't a 
> crash, so there won't be a log. The user quit the app manually, even if it 
> was a force-quit. It could be the result of LC getting into some kind of 
> infinite loop, or somethng in the stack scripts.
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com

To further hijack this thread… I seem to recall Kevin demonstrating a  keyboard 
combination for getting LC out of some frozen states (not command - period). 
This was at a conference a while back (Atlantic City, perhaps) Anyone recall 
what the keyboard combination was?

Scott Morrow

Elementary Software
(Now with 20% less chalk dust!)
web   http://elementarysoftware.com/
email sc...@elementarysoftware.com
office 1-800-615-0867
--
___
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

Text fields: text cursor & proper editing

2018-01-11 Thread Pyyhtiä Christer via use-livecode
It concerns the apps developed for mobile platforms; here I refer to Android as 
have no experience on iOS, yet.

First, on the screen the edit location cursor is a vertical line barely visible 
with high resolution devices.  Is there an option for example a "bold", 
blinking or coloured cursor?

Second, is there an editor, which allows me to click anywhere in the text in a 
field, and begin editing from there (with that "visible" cursor), inserting and 
/ or deleting characters (codepoints)?

Would the answers for iOS be different from Android?


Christer Pyyhtiä
MindCrea Ltd
chris...@mindcrea.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