Re: Open Printing to PDF

2019-04-22 Thread Scott Morrow via use-livecode
Hello Camm, Are they all printing the same text? If I recall correctly, Open Printing to PDF is where the fail occurs when certain Unicode characters are encountered. Emojis are one example where characters will render in a field but not print to a PDF. Hmmm... I wasn’t able to turn up a bug

Open Printing to PDF

2019-04-22 Thread General 2018 via use-livecode
Hi , I have 3 separate stacks each containing the same code for printing to pdf. One of those stacks will not open printing to pdf in dev or runtime. The other 2 work fine - Head scratching ?? All items are in the same path / folder. Regards Camm

Re: Livecode & prestashop

2019-04-22 Thread JJS via use-livecode
Just like foor Joomla there is an API. And there also is for prestashop which you could use to communicate with database and plugins i guess: http://doc.prestashop.com/display/PS16/Developer+tutorials Op 22-4-2019 om 20:31 schreef Richard Gaskin via use-livecode: jbv wrote: > Is there any

Re: Livecode & prestashop

2019-04-22 Thread Richard Gaskin via use-livecode
jbv wrote: > Is there any connexion between LC and e-commerce frameworks > like Prestashop ? I thought I've seen a thread about something > like that a couple of years ago on this very list but can't > retrieve it, and searching the archives is not an easy task... > Long story short, a friend of

Re: button ICON

2019-04-22 Thread Stephen Barncard via use-livecode
.. or is that what is new in V9x? -- Stephen Barncard - Sebastopol Ca. USA - mixstream.org On Mon, Apr 22, 2019 at 11:11 AM Stephen Barncard wrote: > and there can't be a 'name' of a graphic? That would solve the problems! > I thought I tried this once and it worked. > sqb > -- > Stephen

Re: button ICON

2019-04-22 Thread Stephen Barncard via use-livecode
and there can't be a 'name' of a graphic? That would solve the problems! I thought I tried this once and it worked. sqb -- Stephen Barncard - Sebastopol Ca. USA - mixstream.org On Mon, Apr 22, 2019 at 9:59 AM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > As an added

"do as 'LiveCode Server'"?

2019-04-22 Thread Richard Gaskin via use-livecode
Over the years I've had many occasions where I would have loved to have something like bash's heredoc, a way of putting a block of text within code but without the encumbrance of concatenation, as requested here: https://quality.livecode.com/show_bug.cgi?id=17471 Another option is to turn

Re: button ICON

2019-04-22 Thread Bob Sneidar via use-livecode
As an added technique, if you have a single folder containing all your images, and your buttons already point to the image file for reference, you can "skin" your applications by simply swapping out the image folder with a different set of images with the same names, then reloading your stack.

Re: button ICON

2019-04-22 Thread Phil Davis via use-livecode
Thanks hh - I concur. Your approach seems cleaner. Phil On 4/22/19 9:20 AM, hh via use-livecode wrote: As Phil said, but don't set the text of the (empty) image used as icon of the button but set the filename of the image. The icon will change accordingly.

Re: button ICON

2019-04-22 Thread hh via use-livecode
As Phil said, but don't set the text of the (empty) image used as icon of the button but set the filename of the image. The icon will change accordingly. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: button ICON

2019-04-22 Thread Phil Davis via use-livecode
Hi Klaus, The only method I can think of is where you set the icon of a button to the id of an image object, and then set the text of that image object to the binfile url of different image files. That does work, but may not be what you're looking for. Best - Phil Davis On 4/20/19 9:36

Re: button ICON

2019-04-22 Thread Klaus major-k via use-livecode
Hi Bob, > Am 22.04.2019 um 18:00 schrieb Bob Sneidar via use-livecode > : > > I was responding to Tom Glod's question, "why do u need to use images without > loading them into the stack?" oh, sorry, that was not obvious. > This technique can be used to make buttons with graphics portable,

Re: button ICON

2019-04-22 Thread Bob Sneidar via use-livecode
I was responding to Tom Glod's question, "why do u need to use images without loading them into the stack?" This technique can be used to make buttons with graphics portable, which is the root of the question. Bob S > On Apr 22, 2019, at 08:30 , Klaus major-k via use-livecode > wrote: > >

Re: button ICON

2019-04-22 Thread Klaus major-k via use-livecode
Hi Bob, > Am 22.04.2019 um 17:10 schrieb Bob Sneidar via use-livecode > : > I guess this goes way back to a long standing conversation as to the way > buttons with graphics work in the first place. Let's say you have a group > with several buttons. You now want to copy it to another project.

Re: button ICON

2019-04-22 Thread Bob Sneidar via use-livecode
I guess this goes way back to a long standing conversation as to the way buttons with graphics work in the first place. Let's say you have a group with several buttons. You now want to copy it to another project. Since the graphics are ALREADY OPEN in the project you copied from the button