Re: Trouble with Android Keystore alias/password

2018-11-09 Thread Sannyasin Brahmanathaswami via use-livecode
On 11/8/18 5:48 PM, J. Landman Gay via use-livecode wrote: > Did you try to paste the password? It doesn't work, you have to type it > very slowly...one...letter...at...a...time. Pretend you never learned to > touch type. > > Who knows what it's doing in between keystrokes. Ahh, ok Perhaps it

Re: Trouble with Android Keystore alias/password

2018-11-08 Thread J. Landman Gay via use-livecode
Did you try to paste the password? It doesn't work, you have to type it very slowly...one...letter...at...a...time. Pretend you never learned to touch type. Who knows what it's doing in between keystrokes. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Trouble with iOS Logos/No Appearing on Home Screen

2018-09-03 Thread panagiotis merakos via use-livecode
Hello Brahmanathaswami, If you only see the default icon, then you might need to download Xcode's additional components. See https://quality.livecode.com/show_bug.cgi?id=21531 also, why would you check (uncheck) Prerendered choice? This was needed for some older iOS versions (I think

Re: Trouble getting Browser Widget to work on iOS

2018-07-25 Thread prothero--- via use-livecode
Ahh, that could be it. I have a scroller control that I use to adjust the size of the browser farms. Thanks! Bill William Prothero http://earthlearningsolutions.org > On Jul 25, 2018, at 5:25 PM, Terry Judd via use-livecode > wrote: > > Hi Bill - I had similar problems last week. Assuming

Re: Trouble getting Browser Widget to work on iOS

2018-07-25 Thread Terry Judd via use-livecode
Hi Bill - I had similar problems last week. Assuming you have the browser widget inclusion checked then the other thing to look for is whether there are any mobile scrollers on the screen that overlap with the location of the widget as they appear to interfere with it being rendered. If this is

RE: Trouble with Building from g8.1.5 rc1 for Early Version iOS

2017-06-24 Thread Ralph DiMola via use-livecode
I sometimes get that error on the first build with any minimum version. Subsequent builds work OK until LC is restarted. Try setting it back to 6.1 and build, if it fails build again and it should be OK. This has been reported but is elusive. Ralph DiMola IT Director Evergreen Information

Re: Trouble playing videos with MS DirectShow LC 8

2017-03-08 Thread Klaus major-k via use-livecode
om] Im Auftrag > von Klaus major-k via use-livecode > Gesendet: Mittwoch, 8. März 2017 11:55 > An: How to use LiveCode <use-livecode@lists.runrev.com> > Cc: Klaus major-k <kl...@major-k.de> > Betreff: Re: Trouble playing videos with MS DirectShow LC 8 > > Hi Tiemo, &g

Re: Trouble playing videos with MS DirectShow LC 8

2017-03-08 Thread Klaus major-k via use-livecode
understand it! ;-) > Thanks a lot for fiddling around! > Tiemo > > > -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag > von Klaus major-k via use-livecode > Gesendet: Dienstag, 7. März 2017 19:14 > An: How to use LiveCode &l

Re: Trouble playing videos with MS DirectShow LC 8

2017-03-07 Thread Klaus major-k via use-livecode
Additional info: All my MP4s are created with Handbrake with the open source x264 (H.264) codec and run even fine out of the box on my big LG flatscreen (driven by WebOS)! > Am 07.03.2017 um 19:24 schrieb Klaus major-k via use-livecode > : > > Hi Tiemo, > > just

Re: Trouble playing videos with MS DirectShow LC 8

2017-03-07 Thread Klaus major-k via use-livecode
Hi Tiemo, just made a little test on my "stock" Win10 installation (Parallels on my Mac). WindowsMediaPlayer plays any MP4 fine, but nothing appears in the player of Livecode!? So this is definitively a LC issue! Then I downloaded and installed the latest LAVFilter codec package:

Re: Trouble playing videos with MS DirectShow LC 8

2017-03-07 Thread Klaus major-k via use-livecode
Hi Tiemo, just made a little test on my "stock" Win10 installation (Parallels on my Mac). WindowsMediaPlayer plays any MP4 fine, but nothing appears in the player of Livecode!? So this is definitively a LC issue! Then I downloaded and installed the latest LAVFilter codec package:

Re: Trouble playing videos with MS DirectShow LC 8

2017-03-07 Thread Bleiler, Timothy via use-livecode
I’m certainly no expert on video encoding but since you used the Intel QSV H.264 encoder I’m wondering if the Livecode implementation of DirectShow does not support that hardware based encoder. You might have better luck and broader compatibilty using something like the default encoder in

Re: Trouble playing videos with MS DirectShow LC 8

2017-03-07 Thread Bleiler, Timothy via use-livecode
Make sure your file references to the movie are relative and not absolute. I’ve made that mistake once or twice. Tim Bleiler, Ph.D. Instructional Designer, HSIT University at Buffalo > On Mar 7, 2017, at 7:07 AM, Tiemo Hollmann TB via use-livecode > wrote: >

Re: Trouble setting the font of the text of a field

2016-08-12 Thread Bob Sneidar
Right. The text of a field does not have the textfont property. Think of it as plain text. Bob S On Aug 11, 2016, at 13:45 , Dr. Hawkins > wrote: It did, it did! I had been trying "char 1 to -1 of the text of tgTg", which I suppose gets past the

Re: Trouble setting the font of the text of a field

2016-08-11 Thread Dr. Hawkins
On Thu, Aug 11, 2016 at 12:53 PM, Jeanne A. E. DeVoto < revolut...@jaedworks.com> wrote: > set the textFont of char 1 to -1 of tgTg to empty > > That should work. > It did, it did! I had been trying "char 1 to -1 of the text of tgTg", which I suppose gets past the same way as "the text of" .

Re: Trouble setting the font of the text of a field

2016-08-11 Thread Jeanne A. E. DeVoto
At 11:28 AM -0700 8/11/2016, Dr. Hawkins wrote: This code has been around a while; it's part of the maintenance routines. But now it's glitching. [...] set the textFont of the text of tgTg to empty "the text of tgTg" would be parsed as the text content of the field. Try using this

Re: Trouble setting the font of the text of a field

2016-08-11 Thread Peter Bogdanoff
I've had better results with: set char 1 to -1 of the text of ... > On Aug 11, 2016, at 11:28 AM, Dr. Hawkins wrote: > > This code has been around a while; it's part of the maintenance routines. > But now it's glitching. > > tgTg holds the long id of a field > > Inside a

Re: Trouble with LiveCode Server on Ubuntu

2016-02-20 Thread Sannyasin Brahmanathaswami
  On February 19, 2016 at 5:46:15 PM, Mike Bonner (bonnm...@gmail.com(mailto:bonnm...@gmail.com)) wrote: > On Fri, Feb 19, 2016 at 8:44 > PM(http://airmail.calendar/2016-02-19%2020:44:00%20HST), Mike Bonner wrote: > > try apt-get install libxext6 Mike... Awesome.. that worked! Yay 

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Mike Bonner
or just possibly libext Don't have a system I can test on right now, but one of those two should work. On Fri, Feb 19, 2016 at 8:44 PM, Mike Bonner wrote: > try apt-get install libxext6 > > On Fri, Feb 19, 2016 at 8:42 PM, Sannyasin Brahmanathaswami < > bra...@hindu.org>

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Mike Bonner
try apt-get install libxext6 On Fri, Feb 19, 2016 at 8:42 PM, Sannyasin Brahmanathaswami < bra...@hindu.org> wrote: > > Ok I tried regressing to 6.7.5 > > but things got worse: > > root@hinduismtoday:/home/htoday/cgi-bin# ./echo.lc > -bash: ./echo.lc:

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Sannyasin Brahmanathaswami
  Ok I tried regressing to 6.7.5 but things got worse: root@hinduismtoday:/home/htoday/cgi-bin# ./echo.lc -bash: ./echo.lc: /home/htoday/cgi-bin/livecode-community-server: bad interpreter: No such file or directory root@hinduismtoday:/home/htoday/cgi-bin# ldd livecode-community-server not a

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Sannyasin Brahmanathaswami
  OK, successfully upgraded the Hinduism Today server to Linux 4.4.0-x86_64-linode63 on x86_64 so now we have Ubuntu OS parity now between the two instances on the one where LC works, where I think I have an old version of LC server 6.7.5 we get: /home/himalayan/cgi-bin# ldd

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Sannyasin Brahmanathaswami
Ahh... I had already tried the latest 7.2.1 64 LiveCode but I just discovered that the server/instance where it *does* work we have Kernel and CPU where as on Hinduism Today site we have the 4.1.5- version of linux so let me see if I can get the OS upgraded without bringing down the server

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Richard Gaskin
Sannyasin Brahmanathaswami wrote: My sys stats say: Operating systemUbuntu Linux 14.04.1 Webmin version 1.780 Virtualmin version 4.16.gpl Time on system Fri Feb 19 14:57:14 2016 Kernel and CPU Linux 4.1.5-x86_64-linode61 on x86_64 but I

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Sannyasin Brahmanathaswami
My sys stats say: Operating systemUbuntu Linux 14.04.1 Webmin version 1.780 Virtualmin version 4.16.gpl Time on system Fri Feb 19 14:57:14 2016 Kernel and CPU Linux 4.1.5-x86_64-linode61 on x86_64 but I can certainly give the 32-bit

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Richard Gaskin
I saw the "(2)No such file or directory" error on one of my VPSes yesterday. Mystified me, since I know the file is there. Looking into it further it turns out that error can happen with executables when the executable is 64-bit on a 32-bit system. I had installed the 64-bit LC Server

Re: Trouble writing file to server

2015-05-09 Thread Mark Schonewille
Hi Bill, 0777 is for all users who have access to the computer including guests. This includes e.g. people who log in over FTP or SSH. However, without logging in first, you can't have access to a computer. Some server accept the put command over http, but many don't. Servers that accept

Re: Trouble with Android

2013-04-17 Thread Thomas McGrath III
Turns out there is a bug with the Simulator for 2.2 with Livecode. So using 2.3.3 the sample app works in that simulator. Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Apr 16, 2013, at 9:38 PM, Thomas McGrath III mcgra...@mac.com wrote: Just downloaded the Android

Re: Trouble with Android

2013-04-16 Thread Thomas McGrath III
Just downloaded the Android SDK linked from the lesson at http://lessons.runrev.com/s/lessons/m/4069/l/27389-how-do-i-become-an-android-developer-on-a-mac and built a simple test stack with one button. Test in Android and nothing but a black screen. This is a new stack with one card and no

Re: Trouble with Android

2013-04-16 Thread Thomas McGrath III
Ben, Where did you get the Orientation Stack from? I'd like to test it as well. Thanks Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Mar 16, 2013, at 1:13 AM, J. Landman Gay jac...@hyperactivesw.com wrote: On 3/15/13 3:08 PM, Ben Rubinstein wrote: Hmm... attempting

Re: trouble playing video in iOS

2013-04-08 Thread Gerry Orkin
The ios player control is buggy and always has been. I've lodged a few bug reports but nothing has changed - so maybe try mergAV instead? See mergext.com.  Gerry On Tue, Apr 9, 2013 at 3:13 AM, Apps Foundry appsfoundr...@gmail.com wrote: I am trying to build a museum kiosk app for a client.

Re: Trouble with Android

2013-03-18 Thread Ben Rubinstein
On 15/03/2013 20:41, Michael Hatch wrote: I have found that in android setting the acceleratedrendering of a stack in preopenstack will sometimes cause black screens and other unwanted effects, so I now set it via opencard of the first card. Setting the compositor to software or disabling

Re: Trouble with Android

2013-03-15 Thread Michael Hatch
I have found that in android setting the acceleratedrendering of a stack in preopenstack will sometimes cause black screens and other unwanted effects, so I now set it via opencard of the first card. Setting the compositor to software or disabling acceleratedrendering might be a good starting

Re: Trouble with Android

2013-03-15 Thread J. Landman Gay
On 3/15/13 3:08 PM, Ben Rubinstein wrote: Hmm... attempting to do some very simple trial stacks on Android, after not having done any for a long time - having fought my way through a few strangeness with regards to expired debug certificates and the like, I now find that all my stacks - built

Re: Trouble developing external

2013-02-13 Thread Shawn Blc
If he'd pass the code onto you, I think in an afternoon you could have his issues solved. Just my guesstimation though ;) On Wed, Feb 13, 2013 at 4:01 PM, Thomas McGrath III mcgra...@mac.comwrote: Dear all, I have a project that I need to get an external created for and have run into a

Re: Trouble developing external

2013-02-13 Thread Monte Goulding
Lol... nothing has changed in the externals sdk for a looong time. On 14/02/2013, at 9:01 AM, Thomas McGrath III wrote: Dear all, I have a project that I need to get an external created for and have run into a snag. The guy that is writing it for me is following the tutorial online

Re: Trouble developing external

2013-02-13 Thread François Chaplais
Yes, all the links to the external resources in the user's manual are dead links :-( François Le 13 févr. 2013 à 23:18, Monte Goulding a écrit : Lol... nothing has changed in the externals sdk for a looong time. ___ use-livecode mailing list

Re: Trouble developing external

2013-02-13 Thread Mark Wieder
Monte- Wednesday, February 13, 2013, 2:18:14 PM, you wrote: Lol... nothing has changed in the externals sdk for a looong time. Sad but true. -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Trouble in Paradise... with script editor

2013-01-06 Thread Kay C Lan
On Sun, Jan 6, 2013 at 9:02 AM, David C. davidoco...@gmail.com wrote: I sure would like to find the cause just to save my sanity. :) Like other's, scratching at straws. To me it first sounded like you must have been opening LC by double clicking a stack, this then opens the App associated with

Re: Trouble in Paradise... with script editor

2013-01-05 Thread Thierry Douez
2013/1/5 David C. davidoco...@gmail.com Hey folks, I think I stepped into a pile of errrm.. big trouble. Any ideas of how I might fix this puppy? Regards, David C. Hi David, Happy New Year and hopefully some good news for you :) Probably you run on this problem; please check:

Re: Trouble in Paradise... with script editor

2013-01-05 Thread David C.
On Sat, Jan 5, 2013 at 10:58 AM, Thierry Douez th.do...@gmail.com wrote: Thierry Thanks Thierry, That article sounds like a pretty good description of the problem... although I *have not* installed the DAZ3D software (didn't even know what it is previously). In fact, with just a very few

Re: Trouble in Paradise... with script editor

2013-01-05 Thread Thierry Douez
2013/1/5 David C. davidoco...@gmail.com On Sat, Jan 5, 2013 at 10:58 AM, Thierry Douez th.do...@gmail.com wrote: Thierry Thanks Thierry, That article sounds like a pretty good description of the problem... although I *have not* installed the DAZ3D software Sorry it doesn't work for you.

Re: Trouble in Paradise... with script editor

2013-01-05 Thread David C.
So, if you have delete your preferences stack first and nothing better, may be worth a try if you don't have any answer? Thanks again... I did a search in the system for references to DAZ3D and found nothing at all other than the document you referred me to. Would you mind telling me the exact

Re: Trouble in Paradise... with script editor

2013-01-05 Thread David C.
This is a shout out of general (mild so far) desperation... Since Heather and crew are likely off for the weekend, can anyone point me to a download link for a Rev/Livecode version around 4.0 for Mac or thereabout? I have the original email from my purchase for 4.0, but it points to a dead link

Re: Trouble in Paradise... with script editor

2013-01-05 Thread Richmond
On 01/05/2013 08:11 PM, David C. wrote: This is a shout out of general (mild so far) desperation... Since Heather and crew are likely off for the weekend, can anyone point me to a download link for a Rev/Livecode version around 4.0 for Mac or thereabout? I have the original email from my

Re: Trouble in Paradise... with script editor

2013-01-05 Thread David C.
http://lists.runrev.com/pipermail/use-livecode/2009-October/129801.html I've received a couple of replies which are *very much appreciated*, but unfortunately they are for the Enterprise versions... which I do not have a license for. I even tried the MetaCard fix as described in the article

Re: Trouble in Paradise... with script editor

2013-01-05 Thread Mark Wieder
David- Saturday, January 5, 2013, 8:37:21 AM, you wrote: Any ideas of how I might fix this puppy? (in the straw-graping category) any chance the script editor is there but off-screen? Using the message box, do you see it in the list of open stacks? Can you set its loc to the screenloc? --

Re: Trouble in Paradise... with script editor

2013-01-05 Thread Richmond
http://developer.runrev.com/components/revolution/studio/4.0.0-gm-1/RevStd400Full.dmg ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Trouble in Paradise... with script editor

2013-01-05 Thread David C.
(in the straw-graping category) any chance the script editor is there but off-screen? Using the message box, do you see it in the list of open stacks? Can you set its loc to the screenloc? Hello Mark, Yeah, I had already thought of that, but no good news I'm afraid. Here are the 1. Create new

Re: Trouble in Paradise... with script editor

2013-01-05 Thread David C.
On Sat, Jan 5, 2013 at 2:13 PM, Richmond richmondmathew...@gmail.com wrote: http://developer.runrev.com/components/revolution/studio/4.0.0-gm-1/RevStd400Full.dmg Thanks Richmond! Got it, installed it but for some reason the application won't accept my license for 4.0 Email and license code

Re: Trouble in Paradise... with script editor

2013-01-05 Thread Richmond
On 01/05/2013 10:35 PM, David C. wrote: On Sat, Jan 5, 2013 at 2:13 PM, Richmond richmondmathew...@gmail.com wrote: http://developer.runrev.com/components/revolution/studio/4.0.0-gm-1/RevStd400Full.dmg Thanks Richmond! Got it, installed it but for some reason the application won't accept my

Re: Trouble in Paradise... with script editor

2013-01-05 Thread David C.
Thanks Richmond! Got it, installed it but for some reason the application won't accept my license for 4.0 'tis very queer; works with mine. If you really want to hear something weird, queer, crazy, odd, wild, your description goes here, check this out... I added a new user account to the

Re: Trouble in Paradise... with script editor

2013-01-05 Thread Mark Wieder
David- More grasping at straws here - does tossing your preferences file help any? -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Trouble in Paradise... with script editor

2013-01-05 Thread J. Landman Gay
On 1/5/13 3:02 PM, David C. wrote: I added a new user account to the system, reinstalled LC 4.5.3 for All Users and it works fine in the new account. Still does not work in the original user account where it has been running/available for over a year. Sounds like you need to delete the RR

Re: Trouble in Paradise... with script editor

2013-01-05 Thread David C.
Sounds like you need to delete the RR prefs. Go here and delete the entire folder: /Users/yourname/Library/Preferences/RunRev Depending on the version, the folder may be named RunRev or Runtime Revolution. Delete whichever you have. If you cannot see the Library folder, hold down the

Re: Trouble in Paradise... with script editor

2013-01-05 Thread David C.
On Sat, Jan 5, 2013 at 5:49 PM, Mike Bonner bonnm...@gmail.com wrote: Is it possible you have a plugin that is causing issues? (in the my livecode folder in your documents folder most likely) Perhaps an external loading from there also? Wouldn't hurt to temporarily move everything out of

Re: Trouble in Paradise... with script editor

2013-01-05 Thread Mark Wieder
David- Saturday, January 5, 2013, 5:02:15 PM, you wrote: I sure would like to find the cause just to save my sanity. :) ...sanity is so overrated these days... -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list

Re: Trouble in Paradise... with script editor

2013-01-05 Thread David C.
I sure would like to find the cause just to save my sanity. :) ...sanity is so overrated these days... Mark, I no longer need any sanity since I now reside in a room with rubber padded walls decorated with pretty flowers... Mine is now up for sale CHEAP. - - - Mike, Yepper, I had already

Re: Trouble with export image

2012-09-25 Thread Graham Samuel
Since writing the query below, I realise that sometimes 'export' doesn't export: it produces an (undocumented) result can't open file which seems inappropriate. I had somehow messed up the file path and hadn't noticed. There was a different problem with the framing of the image - hard to track

Re: Trouble with 'there is a'

2012-01-27 Thread Graham Samuel
Thanks to those who replied to point out a gross stupidity on my part - the example I gave wasn't a legal LiveCode statement. I was too tired to notice. Sorry for the waste of bandwidth. I found the response of the message box mysterious but at least I'll recognise it next time. My real script

Re: Trouble with 'there is a'

2012-01-27 Thread Ken Ray
My real script did have two problem but they were quite different, and might be of interest. I'm glad you brought these up - for others reading this there are some best practices to learn about these things: 1. I had constructed a Windows-style path with \ characters to fit in with a

Re: Trouble with 'there is a'

2012-01-27 Thread Bob Sneidar
I remember a long time ago in a Revolution conference far, far away, someone gave a class on good coding habits. One of the habits he mentioned was to enclose in parenthesis where you can, partly for this reason, and partly because it makes the code easier to read. I go halfway. If I have any

Re: Trouble with 'there is a'

2012-01-27 Thread Bob Sneidar
What he said. ;-) On Jan 27, 2012, at 7:42 AM, Ken Ray wrote: My real script did have two problem but they were quite different, and might be of interest. I'm glad you brought these up - for others reading this there are some best practices to learn about these things: 1. I had

Re: Trouble with 'there is a'

2012-01-27 Thread Pete
Hi Ken, You're saving my life on these Mac/Windows issues, thank you! One question on this. What do the ask/answer file/folder dialogs return on Windows? Does LC convert the \ chars to / before putting it into the it variable, or just pass whatever the os returns? Thanks, Pete Right. If you

Re: Trouble with 'there is a'

2012-01-27 Thread Klaus on-rev
Hi Pete, Am 27.01.2012 um 18:35 schrieb Pete: Hi Ken, You're saving my life on these Mac/Windows issues, thank you! One question on this. What do the ask/answer file/folder dialogs return on Windows? Does LC convert the \ chars to / before putting it into the it variable, Yes! or just

Re: Trouble with 'there is a'

2012-01-27 Thread Pete
Thanks Ken. I am handing off the paths to an external application so I'll need to convert the slashes. Pete On Fri, Jan 27, 2012 at 10:31 AM, Ken Ray k...@sonsothunder.com wrote: So the only times we need to deal with path delimiters is when (a) working with the WIndows registry (see

Re: Trouble with 'there is a'

2012-01-26 Thread Devin Asay
Graham, The problem is you're embedding a partial 'if' structure in your statement. Leave out the 'if': put (there is a folder (the defaultFolder)) HTH Devin On Jan 26, 2012, at 3:13 PM, Graham Samuel wrote: I'm using LS 5.0.2. on Windows XP (OK, running under Parallels on a Mac).

Re: Trouble with 'there is a'

2012-01-26 Thread Mark Schonewille
Hi Graham, 161 means error in source expression. Probably, it is saying that if there is a folder (the defaultFolder) can't be parsed into something that makes sense, which is correct because it is only the first part of an if-then-else control structure. If you remove the if then LiveCode can

Re: Trouble with button icon images

2011-12-27 Thread Pete
Hi Jacque, I tried this out. The standalone has a substack named revCopiedIcons. I added code to list the controls in that stack and it contained the standard icons for the answer command (information, error, warning, etc) plus the one icon I referenced in the Image library. So it appears the

Re: Trouble with button icon images

2011-12-27 Thread J. Landman Gay
On 12/27/11 5:03 PM, Pete wrote: Hi Jacque, I tried this out. The standalone has a substack named revCopiedIcons. I added code to list the controls in that stack and it contained the standard icons for the answer command (information, error, warning, etc) plus the one icon I referenced in the

Re: Trouble with button icon images

2011-12-26 Thread Pete
HI Jacque, Just one more follow up to this. When the standalone is built, does it include all the images in the library or just the ones that are referenced in the application? The library I created has around 700 icons in it and I only use perhaps a dozen or so in any one application. Thank,

Re: Trouble with button icon images

2011-12-26 Thread J. Landman Gay
On 12/26/11 11:35 AM, Pete wrote: HI Jacque, Just one more follow up to this. When the standalone is built, does it include all the images in the library or just the ones that are referenced in the application? The library I created has around 700 icons in it and I only use perhaps a dozen or

Re: Trouble with button icon images

2011-12-24 Thread Mark Schonewille
Hi Pete, What happens if you change the id of the image? -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network with Clipboard Link http://clipboardlink.economy-x-talk.com Op 23 dec. 2011 om 20:30 heeft Pete

Re: Trouble with button icon images

2011-12-24 Thread J. Landman Gay
On 12/24/11 10:45 AM, Pete wrote: Hi Mark, Changing the ID fixes the problem, thanks. What might be the cause of this? ID conflicts. Each stack can have its own ID numbering, so another control somewhere may have had the same ID. If the image with the conflicting ID is large or has

Re: Trouble with button icon images

2011-12-24 Thread Pete
Thanks Jacque. When I use the library, I use the Place Reference button to put a button on whatever card I'm working on, preconfigured to refer to the image as its icon. Are you saying that those images won't show up when I build a standalone? Thanks, Pete On Sat, Dec 24, 2011 at 9:22 AM, J.

Re: Trouble with button icon images

2011-12-24 Thread J. Landman Gay
On 12/24/11 11:56 AM, Pete wrote: Thanks Jacque. When I use the library, I use the Place Reference button to put a button on whatever card I'm working on, preconfigured to refer to the image as its icon. Are you saying that those images won't show up when I build a standalone? No, they'll

Re: Trouble with button icon images

2011-12-24 Thread Pete
Great, thanks. On Sat, Dec 24, 2011 at 10:02 AM, J. Landman Gay jac...@hyperactivesw.comwrote: On 12/24/11 11:56 AM, Pete wrote: Thanks Jacque. When I use the library, I use the Place Reference button to put a button on whatever card I'm working on, preconfigured to refer to the image as

Re: Trouble-shooting non-resizable stack/card size creep?

2011-05-04 Thread Mark Schonewille
Keith, Try setting the margins of the group to 0. You might want to turn off the lockLoc of the group and set the lockLoc of the image to true. Set the loc of the image, not the group. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage:

Re: Trouble-shooting non-resizable stack/card size creep?

2011-05-04 Thread Keith Clarke
Thanks Mark - changing the lockLoc from the group to the image did the trick. Best, Keith.. On 4 May 2011, at 15:07, Mark Schonewille wrote: Keith, Try setting the margins of the group to 0. You might want to turn off the lockLoc of the group and set the lockLoc of the image to true. Set