Re: RevMail - Status in 9,0

2018-04-10 Thread Brian Milby via use-livecode
I was looking at the code last night for mobile mail. There are slight
differences in how the two work besides just allowing attachments. There is
some commented out code in the revMail version that still is in the
mobileComposeMail version. Can’t remember if that was the iOS specific one
or the general one right now though.

Quick fix is probably just to use mobileComposeMail in the common library
revMail handler. I did try that but didn’t verify sender only worked as
before.
On Tue, Apr 10, 2018 at 5:56 AM Ali Lloyd via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Just looking at the code in MCKeywordsExecCommandOrFunction, it seems that
> there is no provision for passing to a 'global handler' (eg mobile-specific
> handlers or cameraControl handlers).
>
> On Tue, Apr 10, 2018 at 3:35 AM Brian Milby via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > I did a check tonight and do see the same issue. I changed the common
> > library to call mobileComposeMail and it worked with subject and
> addressee
> > specified. I’ll do another test to be sure it works generally as before
> and
> > submit a PR. Not sure why the pass isn’t working though.
> > On Mon, Apr 9, 2018 at 9:26 PM Sannyasin Brahmanathaswami via
> use-livecode
> > <
> > use-livecode@lists.runrev.com> wrote:
> >
> > > ditto that… I only use it an mobile BR
> > >
> > > Andrew:
> > > I'll probably look at switching my code over from revMail to
> > > mobileComposeMail as Brian Milby recommended since I'm only using
> > this
> > > in an iOS/Android app.
> > >
> > > ___
> > > 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
___
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: RevMail - Status in 9,0

2018-04-10 Thread Ali Lloyd via use-livecode
Just looking at the code in MCKeywordsExecCommandOrFunction, it seems that
there is no provision for passing to a 'global handler' (eg mobile-specific
handlers or cameraControl handlers).

On Tue, Apr 10, 2018 at 3:35 AM Brian Milby via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I did a check tonight and do see the same issue. I changed the common
> library to call mobileComposeMail and it worked with subject and addressee
> specified. I’ll do another test to be sure it works generally as before and
> submit a PR. Not sure why the pass isn’t working though.
> On Mon, Apr 9, 2018 at 9:26 PM Sannyasin Brahmanathaswami via use-livecode
> <
> use-livecode@lists.runrev.com> wrote:
>
> > ditto that… I only use it an mobile BR
> >
> > Andrew:
> > I'll probably look at switching my code over from revMail to
> > mobileComposeMail as Brian Milby recommended since I'm only using
> this
> > in an iOS/Android app.
> >
> > ___
> > 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: RevMail - Status in 9,0

2018-04-09 Thread Brian Milby via use-livecode
I did a check tonight and do see the same issue. I changed the common
library to call mobileComposeMail and it worked with subject and addressee
specified. I’ll do another test to be sure it works generally as before and
submit a PR. Not sure why the pass isn’t working though.
On Mon, Apr 9, 2018 at 9:26 PM Sannyasin Brahmanathaswami via use-livecode <
use-livecode@lists.runrev.com> wrote:

> ditto that… I only use it an mobile BR
>
> Andrew:
> I'll probably look at switching my code over from revMail to
> mobileComposeMail as Brian Milby recommended since I'm only using this
> in an iOS/Android app.
>
> ___
> 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: RevMail - Status in 9,0

2018-04-09 Thread Sannyasin Brahmanathaswami via use-livecode
ditto that… I only use it an mobile BR

Andrew:
I'll probably look at switching my code over from revMail to  
mobileComposeMail as Brian Milby recommended since I'm only using this  
in an iOS/Android app.

___
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: RevMail - Status in 9,0

2018-04-09 Thread Andrew Bell via use-livecode
I ran into this over the weekend but didn't check the list until this  
morning. After some testing I can confirm this bug appeared in  
9.0.0dp11. Filed bug report @  
https://quality.livecode.com/show_bug.cgi?id=21172


I'll probably look at switching my code over from revMail to  
mobileComposeMail as Brian Milby recommended since I'm only using this  
in an iOS/Android app.


--Andrew Bell



From: Sannyasin Brahmanathaswami <bra...@hindu.org>
Subject: RevMail - Status in 9,0
This was working in Standalones for iOS and Android in all versions < 8.*

on sendFeedBack
revMail "sivas...@hindu.org",,"SivaSiva App Feedback",\
("Bug reports: " & cr & cr & "Describe what you did: " & cr  &  
"What happened: " & cr  & "What you expected to happen: " & cr  
  & "Feature requests: Describe your idea in as much detail as  
possible."  &"Thank you.")

end sendFeedBack

But in apps made with SA - 9.0  it no longer works.

I check the inclusions, to see if it was externalized, but "nada"

Nothing changed in the dictionary?
How to get revMail back ?

BR




___
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: RevMail - Status in 9,0

2018-04-07 Thread Brian Milby via use-livecode
In earlier versions the common library did not make it to mobile. revMail
was internally handled by mobileComposeMail (effectively anyway). Now, the
common library makes it to mobile.

The above code should still work, but should call the mail app to send the
mail instead of doing it inside the app. I would suggest using the
“mobileComposeMail” call instead. You just need to reorder the parameters
slightly. It works for both iOS and Android. If your app is also desktop
you would need to check first.

I’ll need to get my environment set up to actually test though (had to look
at the code on a PC for now).

Looking at the dictionary, we probably should put a check in the revMail
call to pass on mobile or change the dictionary entry to refer to the
mobile specific version.
On Sat, Apr 7, 2018 at 3:11 PM Brian Milby  wrote:

> Yes, there was a change. I’ll have to wait until I can look at the code.
> It is in the common library.
> On Sat, Apr 7, 2018 at 1:21 PM Sannyasin Brahmanathaswami via use-livecode
>  wrote:
>
>> This was working in Standalones for iOS and Android in all versions < 8.*
>>
>> on sendFeedBack
>> revMail "sivas...@hindu.org",,"SivaSiva App Feedback",\
>> ("Bug reports: " & cr & cr & "Describe what you did: " & cr  & "What
>> happened: " & cr  & "What you expected to happen: " & cr   &
>> "Feature requests: Describe your idea in as much detail as possible." 
>> &"Thank you.")
>> end sendFeedBack
>>
>> But in apps made with SA - 9.0  it no longer works.
>>
>> I check the inclusions, to see if it was externalized, but "nada"
>>
>> Nothing changed in the dictionary…
>> How to get revMail back ?
>>
>> BR
>>
>>
>>
>>
>>
>>
>> ___
>> 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: RevMail - Status in 9,0

2018-04-07 Thread Brian Milby via use-livecode
Yes, there was a change. I’ll have to wait until I can look at the code. It
is in the common library.
On Sat, Apr 7, 2018 at 1:21 PM Sannyasin Brahmanathaswami via use-livecode <
use-livecode@lists.runrev.com> wrote:

> This was working in Standalones for iOS and Android in all versions < 8.*
>
> on sendFeedBack
> revMail "sivas...@hindu.org",,"SivaSiva App Feedback",\
> ("Bug reports: " & cr & cr & "Describe what you did: " & cr  & "What
> happened: " & cr  & "What you expected to happen: " & cr   &
> "Feature requests: Describe your idea in as much detail as possible." 
> &"Thank you.")
> end sendFeedBack
>
> But in apps made with SA - 9.0  it no longer works.
>
> I check the inclusions, to see if it was externalized, but "nada"
>
> Nothing changed in the dictionary…
> How to get revMail back ?
>
> BR
>
>
>
>
>
>
> ___
> 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

RevMail - Status in 9,0

2018-04-07 Thread Sannyasin Brahmanathaswami via use-livecode
This was working in Standalones for iOS and Android in all versions < 8.*

on sendFeedBack
revMail "sivas...@hindu.org",,"SivaSiva App Feedback",\
("Bug reports: " & cr & cr & "Describe what you did: " & cr  & "What 
happened: " & cr  & "What you expected to happen: " & cr   & "Feature 
requests: Describe your idea in as much detail as possible."  &"Thank you.")
end sendFeedBack

But in apps made with SA - 9.0  it no longer works.

I check the inclusions, to see if it was externalized, but "nada"

Nothing changed in the dictionary…
How to get revMail back ?

BR






___
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