Re: Preview HTML of a field

2018-08-15 Thread Skip Kimpel via use-livecode
Perfect... thank you.

SKIP

On Wed, Aug 15, 2018 at 11:22 AM Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:

> get the numToCodePoint of one of the bad characters. It may be your
> database encoding is an issue. If you are textencoding going in and
> textdecoding coming out of the database, that would preclude database
> encoding, especially if you are using a blob column as those (to my
> knowledge) are already binary type.
>
> Bob S
>
>
> > On Aug 15, 2018, at 08:15 , Skip Kimpel via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Thank you Andy and Paul for your input.  Having said that, I have tried
> > both techniques and am still not able to produce the results.
> >
> > Any other insight I might be missing?  Seems like such a simple thing,
> not
> > sure why I am struggling with this.
> >
> > SKIP
>
>
> ___
> 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: Preview HTML of a field

2018-08-15 Thread Bob Sneidar via use-livecode
get the numToCodePoint of one of the bad characters. It may be your database 
encoding is an issue. If you are textencoding going in and textdecoding coming 
out of the database, that would preclude database encoding, especially if you 
are using a blob column as those (to my knowledge) are already binary type. 

Bob S


> On Aug 15, 2018, at 08:15 , Skip Kimpel via use-livecode 
>  wrote:
> 
> Thank you Andy and Paul for your input.  Having said that, I have tried
> both techniques and am still not able to produce the results.
> 
> Any other insight I might be missing?  Seems like such a simple thing, not
> sure why I am struggling with this.
> 
> SKIP


___
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: Preview HTML of a field

2018-08-15 Thread Skip Kimpel via use-livecode
So sorry, my bad!!!  I had, for some reason, commented out a key element of
this and that is why it was not rendering.  I knew it was easier than I
made it out to be!

Thanks again for your help in this matter!

SKIP

On Wed, Aug 15, 2018 at 11:03 AM Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I'd suggest using the "effective htmlText of field " as the
> effective keyword will add tags for the inherited styles of the field
> (like default font, etc.)
>
>
> On 8/15/2018 10:34 AM, AndyP via use-livecode wrote:
> > Add a browser widget and then
> >
> > set the htmlText of widget "Browser" to field "myField"
> >
> >
> >
> > -
> > Andy Piddock
> >
> >
> > My software never has bugs. It just develops random features.
> >
> > TinyIDE  a Free alternative minimalist IDE Plugin for LiveCode
> >
> >
> > Script editor Themer for LC http://2108.co.uk
> >
> > PointandSee is a FREE simple but full featured under cursor colour
> picker / finder.
> > http://www.pointandsee.co.uk  - made with LiveCode
> > --
> > 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
>
___
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: Preview HTML of a field

2018-08-15 Thread Skip Kimpel via use-livecode
Thank you Andy and Paul for your input.  Having said that, I have tried
both techniques and am still not able to produce the results.

Any other insight I might be missing?  Seems like such a simple thing, not
sure why I am struggling with this.

SKIP

On Wed, Aug 15, 2018 at 11:03 AM Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I'd suggest using the "effective htmlText of field " as the
> effective keyword will add tags for the inherited styles of the field
> (like default font, etc.)
>
>
> On 8/15/2018 10:34 AM, AndyP via use-livecode wrote:
> > Add a browser widget and then
> >
> > set the htmlText of widget "Browser" to field "myField"
> >
> >
> >
> > -
> > Andy Piddock
> >
> >
> > My software never has bugs. It just develops random features.
> >
> > TinyIDE  a Free alternative minimalist IDE Plugin for LiveCode
> >
> >
> > Script editor Themer for LC http://2108.co.uk
> >
> > PointandSee is a FREE simple but full featured under cursor colour
> picker / finder.
> > http://www.pointandsee.co.uk  - made with LiveCode
> > --
> > 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
>
___
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: Preview HTML of a field

2018-08-15 Thread Paul Dupuis via use-livecode
I'd suggest using the "effective htmlText of field " as the
effective keyword will add tags for the inherited styles of the field
(like default font, etc.)


On 8/15/2018 10:34 AM, AndyP via use-livecode wrote:
> Add a browser widget and then 
>
> set the htmlText of widget "Browser" to field "myField"
>
>
>
> -
> Andy Piddock 
>
>
> My software never has bugs. It just develops random features. 
>
> TinyIDE  a Free alternative minimalist IDE Plugin for LiveCode 
>
>
> Script editor Themer for LC http://2108.co.uk  
>
> PointandSee is a FREE simple but full featured under cursor colour picker / 
> finder.
> http://www.pointandsee.co.uk  - made with LiveCode
> --
> 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: Preview HTML of a field

2018-08-15 Thread AndyP via use-livecode
Add a browser widget and then 

set the htmlText of widget "Browser" to field "myField"



-
Andy Piddock 


My software never has bugs. It just develops random features. 

TinyIDE  a Free alternative minimalist IDE Plugin for LiveCode 


Script editor Themer for LC http://2108.co.uk  

PointandSee is a FREE simple but full featured under cursor colour picker / 
finder.
http://www.pointandsee.co.uk  - made with LiveCode
--
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