Re: wtf diesel?

2015-11-17 Thread Klaus major-k
Hi Mark, > Am 17.11.2015 um 00:59 schrieb Mark Wieder : > > Emails have been arriving out of order and many hours late. > I just received several that were sent on Saturday morning. same here, just send an URGENT mail to support! > -- > Mark Wieder > ahsoftw...@gmail.com Best Klaus -- Klaus

SQLite, keep connection open or close every time?

2015-11-24 Thread Klaus major-k
Hi friends, see subject, any PROs or CONs to keep a db connection to a local SQLite database (deskton and mobile) open during a session or better close and reopen every time you access the db? Any opinions and hints appreciated! Thanks in advance! Best Klaus -- Klaus Major http://www.major-k.

Re: SQLite, keep connection open or close every time?

2015-11-24 Thread Klaus major-k
de a quick test, LC 7.1.1 RC3, OS X 10.11.1, MacMini with a SSD: … repeat 100 opend_db close_db end repeat ... Took 383 millisecs, I can live with that :-) > Bob S > > >> On Nov 24, 2015, at 07:25 , Klaus major-k wrote: >> >> Hi friends, >> >> see subjec

Re: ASK dialog box

2015-11-24 Thread Klaus major-k
Hi Randy, > Am 24.11.2015 um 18:44 schrieb Randy Hengst : > > Hi All, > > I’ve include an ASK command in a new app. > > It was my understanding (though I don’t see this in the dictionary) that > “Cancel” is placed in the “it” variable when the user selects “Cancel." > However, the “it” variab

Re: SQLite, keep connection open or close every time?

2015-11-24 Thread Klaus major-k
Hi all, thanks for your suggestions so far! > Am 24.11.2015 um 18:54 schrieb Peter Haworth : > > Hi Klaus, > You seem to have received several responses that don't address your > parameters of a local SQLite database on desktop or mobile so I'll limit my > reply to a desktop application using SQ

Re: mobileComposeHTMLMail

2015-11-28 Thread Klaus major-k
Hi Randy, > Am 28.11.2015 um 15:27 schrieb Randy Hengst : > > Hi All, > > I’m messing with mobileComposeHTMLMail iOS for the first time. I’ve read the > dictionary entry and reviewed mail archives and have been able to get > everything working except including an attachment. > ... > --- cre

Re: sorting words ?

2015-12-07 Thread Klaus major-k
Hi all, > Am 07.12.2015 um 17:47 schrieb dunb...@aol.com: > > Hi. The dictionary explicitly says "lines" or "items". I don't think it will > sort words at all. Even if you: > sort it descending numeric > It will not throw an error, but it also will not sort. yep, so why not use ITEMS? … get "4

Re: Getting Finder results into LiveCode

2016-01-11 Thread Klaus major-k
Hi Francis, > Am 11.01.2016 um 12:51 schrieb Francis Nugent Dixon : > > Hi from Beautiful (but wet) Brittany, > > A tiny problem. > > I use “cmd F” to find documents on my computer > (never got round to using Spotlight). > Is there a way to get the results of such a “Find” > inside a Rev stack

Re: Getting Finder results into LiveCode

2016-01-12 Thread Klaus major-k
Hi Peter, > Am 12.01.2016 um 16:50 schrieb Peter M. Brigham : > > mdls doesn't like spaces in the file path. What do I do to escape spaces here? Just QUOTE it: … put shell( "mdls" && QUOTE & tFilepath & QUOTE) into tFileInfo … > -- Peter > > Peter M. Brigham > pmb...@gmail.com > http://home.c

mobilepick more than one option at a time without more than one pickwheel?

2016-01-12 Thread Klaus major-k
Hi all, is there a way to let the user pick more than one option in ONE mobilepick xyz? I do not want to show two or more pickwheels! If yes, how can this be done? Or do I need to „roll my own“ with a listfield or a group or something? Like provideing a list of weekday names and the user can sel

Re: mobilepick more than one option at a time without more than one pickwheel?

2016-01-12 Thread Klaus major-k
Hi sims, > Am 12.01.2016 um 19:06 schrieb Jim sims : > > ... > > Hope that helps. > > > sims I think we really should keep THIS private, take a looks at the mail address 8-) Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de ___

Re: mobilepick more than one option at a time without more than one pickwheel?

2016-01-13 Thread Klaus major-k
> Am 12.01.2016 um 18:49 schrieb Klaus major-k : > > Hi all, > > is there a way to let the user pick more than one option in ONE mobilepick > xyz? > I do not want to show two or more pickwheels! If yes, how can this be done? > Or do I need to „roll my own“ with a

Re: mobilepick more than one option at a time without more than one pickwheel?

2016-01-13 Thread Klaus major-k
HI Dixie, > Am 13.01.2016 um 11:21 schrieb John Dixon : > >>> Am 12.01.2016 um 18:49 schrieb Klaus major-k : >>> >>> Hi all, >>> >>> is there a way to let the user pick more than one option in ONE mobilepick >>> xyz? >>> I

Re: mobilepick more than one option at a time without more than one pickwheel?

2016-01-14 Thread Klaus major-k
ections. wonderful, but no option for me ;-) > On Wed, Jan 13, 2016 at 8:38 AM, Klaus major-k wrote: > >> HI Dixie, >> >>> Am 13.01.2016 um 11:21 schrieb John Dixon : >>> >>>>> Am 12.01.2016 um 18:49 schrieb Klaus major-k : >>>>>

Re: Running Processes in the background

2016-01-18 Thread Klaus major-k
Am 18.01.2016 um 20:01 schrieb Ralph DiMola : > > Enclose tTest in quotes in the send otherwise it is looking for the variable > tTest. > > send "tTest" to me in 1 minute > > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > -Original Message- >

Re: Image Scaling Problem

2016-01-19 Thread Klaus major-k
Hi Richard, > Am 19.01.2016 um 13:16 schrieb Hillen Richard : > > Hello List, > > I just imported a 500x500px image as control into a stack, resized it using > its handles to about 100 x 100 px, saved the stack and closed livecode. > After restarting livecode and reopening the stack the size o

Re: Image Scaling Problem

2016-01-19 Thread Klaus major-k
Hi Richmond, > Am 19.01.2016 um 19:33 schrieb Richmond : > On 19/01/16 20:24, Mark Wieder wrote: >> On 01/19/2016 10:07 AM, Richmond wrote: >>> On 19/01/16 17:27, Matt Maier wrote: I was just researching around this idea. http://lessons.livecode.com/m/4071/l/7084-how-to-create-a-thumbnai

LC 8, new pushbuttons

2016-01-31 Thread Klaus major-k
Hi all, LC 8 looks just great, but maybe I am missing something? I want to use one of the new pushbuttons, but with text AND (svg) icon, is that possible? Or with another widget? I do not want a regular button with a (bitmap) icon. Thanks in advance! Best Klaus -- Klaus Major http://www.majo

Re: LC 8, new pushbuttons

2016-02-01 Thread Klaus major-k
Hi Bernd, > Am 01.02.2016 um 00:36 schrieb BNig : > > Hi Klaus, > > I don't see a way for the push button, maybe they will add this later, if I fill out an enhancement request!? > but maybe you could use a navigation > bar with just one item. > It fires on mouseDown though and you have to fake

Re: LC 8, new pushbuttons

2016-02-01 Thread Klaus major-k
Hi all, > Am 01.02.2016 um 11:20 schrieb Klaus major-k : > Hi Bernd, >> Am 01.02.2016 um 00:36 schrieb BNig : >> Hi Klaus, >> I don't see a way for the push button, > maybe they will add this later, if I fill out an enhancement request!? and feature request

LC 8, "Selector" widget question/discussion

2016-02-02 Thread Klaus major-k
Hi all, we have this new „Selector“ widget in LC 8. Do you think it would make sense (or comply to any HIG) if this would be „wrap“-able“? I mean that we could have two or more lines of continuous numbers like 1 2 3 4 5 6 7 8 9 10 11 … in ONE widget, know what I mean? I would like to have it :-

Re: LC 8, "Selector" widget question/discussion

2016-02-02 Thread Klaus major-k
Hi Peter, > Am 02.02.2016 um 15:35 schrieb Peter TB Brett : > > On 02/02/2016 13:19, Klaus major-k wrote: > > Hi all, > > > > we have this new „Selector“ widget in LC 8. > > > > Hi Klaus, > > We currently do not plan to ship the "Selector&quo

Re: Moving the mouse pointer by script

2016-02-03 Thread Klaus major-k
Hi Roland, > Am 03.02.2016 um 15:55 schrieb Roland Huettmann : > > Looking up lots of sites and messages, I could not find a way moving > (dragging) the mouse pointer using a script. > > Or am I just blind? > > This is for an animation sequence... instead of the user dragging an > object, the o

impossible datagrid trouble

2016-02-04 Thread Klaus major-k
Hi all, I have a datagrid of type form and its template group contains a group namded „meu“ which consists of: graphic „one“ graphic „two“ graphic „three“ field „one“ field „two“ field „three“ Now in my behaviour script I can do: … put „one,two,three" into tGCs repeat for each item i in tGCs #

Re: impossible datagrid trouble

2016-02-04 Thread Klaus major-k
Hi Ali, > Am 04.02.2016 um 14:09 schrieb Neil Roger : > > Hi Klaus, > > Tried to re-create this but your scripts seem to be working fine in the > sample stack I created Not surprised… 8-) > Do you have a sample stack that I can test with? yes, I can strip down my stack a bit, create some ins

Re: impossible datagrid trouble

2016-02-04 Thread Klaus major-k
Sorry, I meant "Hello Neil", of course! > Am 04.02.2016 um 15:17 schrieb Klaus major-k : > > Hi Ali, > >> Am 04.02.2016 um 14:09 schrieb Neil Roger : >> >> Hi Klaus, >> >> Tried to re-create this but your scripts seem to be working fine in

Re: Accelerator Key for Card Inspector

2016-02-07 Thread Klaus major-k
Hi Swami, > On 7.02.2016 04:52, Sannyasin Brahmanathaswami wrote: >> I’m getting a repetitive shoulder/ wrist cramp from going to the Object menu >> over and over again for Card Inspector….(7.1.1) >> is there a way to lock in the inspect to cards? so that as you move from >> card to card the ins

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread Klaus major-k
Hi all, > Am 11.02.2016 um 08:28 schrieb Peter TB Brett : > > On 2016-02-10 23:39, William Prothero wrote: >> Folks: >> I notice there is no way to set the textfont color of text in a field, >> in the project browser in LC8Dp14. Is this intentional? I can set it >> in the toolbar menu, but it see

Re: Set textfont color in IDE? LC8DP14

2016-02-11 Thread Klaus major-k
Hi Hermann, > Am 11.02.2016 um 14:31 schrieb [-hh] : > > Hi Klaus, > > wrong number? Report 16843 is not about "textColor/ForeColor" but abut > setting the textfont. oh, sorry, yes, my fault! :-/ So obviously not reported yet. > Hermann Best Klaus -- Klaus Major http://www.major-k.de kl...

Re: Release 6.7.10 RC 1 / 7.1.3 RC 1

2016-03-03 Thread Klaus major-k
Hi Mark, > Am 03.03.2016 um 18:55 schrieb panagiotis merakos > : > > Hi Mark, > > I am not sure I follow. I do the following steps: > > 1. Download the .dmg > 2. Once the download finishes, click on the .dmg > 3. The dmg folder opens, and I can see the LC icon and the Applications > folder ico

Re: "the target" also valid for disabled buttons?

2016-03-19 Thread Klaus major-k
Hi Paul, > Am 17.03.2016 um 18:39 schrieb Paul Dupuis : > > On 3/17/2016 1:26 PM, Klaus major-k wrote: >> I do not think that the group script should be executed if I click on e.g. >> the disabled button „Next“! >> Or should it? that is the big question :-) > &

"the target" also valid for disabled buttons?

2016-03-19 Thread Klaus major-k
Hi all, sorry for the strange subject, but I have a strange problem and wonder if this is a bug or feature. I have 3 buttons in a group with this script: on mouseUp switch the short name of the target case "Next" send "handle_mouseup next" to grp "navibuttons1" in 0 #go

Re: "the target" also valid for disabled buttons?

2016-03-19 Thread Klaus major-k
led and NOT group „navibuttons1“! Sorry, if I was not clear. I do not think that the group script should be executed if I click on e.g. the disabled button „Next“! Or should it? that is the big question :-) > On 3/17/2016 12:48 PM, Klaus major-k wrote: >> Hi all, >> >> sorr

Re: Stripping

2016-04-02 Thread Klaus major-k
Hi Richmond, > Am 02.04.2016 um 19:20 schrieb RM : > > There's been a bit of a "Hoo Haa" on the Forum about stripping out carriage > returns: > http://forums.livecode.com/viewtopic.php?f=7&t=26929&p=140516#p140516 > I'm not sure why. reading the thread may help! 8-) > Richmond. Best Klaus -

Re: Stripping

2016-04-02 Thread Klaus major-k
Hi Richmond, > Am 02.04.2016 um 19:30 schrieb RM : > > On 2.04.2016 20:27, Klaus major-k wrote: >> Hi Richmond, >> >>> Am 02.04.2016 um 19:20 schrieb RM : >>> >>> There's been a bit of a "Hoo Haa" on the Forum about stri

Re: Stripping

2016-04-02 Thread Klaus major-k
Hi Richmond, > ... reading the thread may help! 8-) >>> I read the thread. The method in my stack can just as easily be used with >>> a string that is going into a datagrid. >> yep, but that really has nothing to do with the problem discussed in the >> thread. > > I answered the chap'

Re: Stripping

2016-04-02 Thread Klaus major-k
Hi Jaqueline, > Am 02.04.2016 um 20:00 schrieb J. Landman Gay : > > On 4/2/2016 12:44 PM, Klaus major-k wrote: >> yep, but the CRs had been in his database records and not (yet) in Livecode! >> So he did not understand the real problem at that point. > And he still doe

specialfolderpaths on Windows >=8

2016-04-14 Thread Klaus major-k
Hi firends, on Wndows XP and 7, I usually to store user preferences in -> specialFolderPath(35) ### For all users! resp. -> specialfolderpath(26) ## for the current user only! Is this still valid for Windows 8, 9 and 10? Thanks a lot in advance! Best Klaus -- Klaus Major http://www.major-k

Re: specialfolderpaths on Windows >=8

2016-04-15 Thread Klaus major-k
(35) for an editable option > file and others and that works fine from Win XP to 10 thank you very much, that’s what i wanted to hear/read! > Tiemo > > > -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag > von Klau

preopencard message in LC 8

2016-04-18 Thread Klaus major-k
Hi friends, when doubleclicking a substack in the project browser in LC 8 RC1 a „preopencard“ message (maybe more) is NOT fired but is when I use the message box or button with: open stack „nameofsubstackhere“ Bug or feature? 8-) Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de

Re: preopencard message in LC 8

2016-04-18 Thread Klaus major-k
Hi all, > Am 18.04.2016 um 16:25 schrieb Klaus major-k : > > Hi friends, > > when doubleclicking a substack in the project browser in LC 8 RC1 > a „preopencard“ message (maybe more) is NOT fired but is when > I use the message box or button with: open stack „nameofsubs

Re: Multiple Threads

2016-04-21 Thread Klaus major-k
Hi Dave, > Am 21.04.2016 um 11:26 schrieb Dave Kilroy : > > Bob, if you could send your email again, this time somehow escaping the email > or domain names that nabble turns into 'hiddenmail' links, then I would have > a better idea of what you're asking for :) this is what Bob wrote: > > but

Re: Windows Media

2016-04-27 Thread Klaus major-k
Hi Kevin, > Am 27.04.2016 um 12:11 schrieb Kevin Miller : > > I intended to provide an update on this a little while back but forget, > apologies. The new player for Windows, which uses DirectShow within the > existing player object instead of QuickTIme will be in 8.1, with a DP > build either ne

Re: Script for Shortcut to Open Property Inspector

2016-05-12 Thread Klaus major-k
Hi Roger, > Am 12.05.2016 um 18:41 schrieb Roger Guay : > > I have a custom plugin palette of shortcut buttons. For example, one is to > open the Stack Property Inspector which has this script: > send "revBuildPropertyPalette" to stack “revTemplatePalette" > This worked fine until LC 8. In LC

Re: Basic technique needed...

2016-05-12 Thread Klaus major-k
> Am 12.05.2016 um 19:01 schrieb Mark Waddingham : > > Hi Paul, >> How do you change the card in a visible stack without making it the top >> stack? > > Try 'the currentCard of stack ...' - this is something we added a long time > ago, but I think it might never have been documented… AHA!

Re: Basic technique needed...

2016-05-12 Thread Klaus major-k
Hi Paul, > Am 12.05.2016 um 19:56 schrieb Paul Dupuis : > > On 5/12/2016 1:06 PM, Klaus major-k wrote: >> But this is not listed in the LC 8 dictionary! >> It is listed under „current card“ (TWO words!) :-/ > > 'current card' is different from 'curr

Re: tree view widget

2016-05-18 Thread Klaus major-k
Hi all, > Am 17.05.2016 um 21:32 schrieb J. Landman Gay : > > The array is malformed. The script should be: > > on mouseUp > put "Dog,Cat,Horse" into temp > repeat with i = 1 to the number of items of temp >put item i of temp into tHobby["John"]["Animal"][i] > end repeat > put "Dog,Torto

Re: tree view widget

2016-05-18 Thread Klaus major-k
& "C", 1, "cancelDone" ... Where we will have the english buttons „Cancel“ and „Done“ even on localized systems. :-/ I already bug-reported that. Things like this will make our apps look amateurish, as if we forgot the last bit of translation! > On Wed, May 18, 2016 at

Bullet • Mac/Win

2016-05-18 Thread Klaus major-k
Hi friends, I do not have a Win PC at hand, so my question: Since version 7.x we have unicode, does that mean that if I enter a bullet point (see subject) on my Mac into an LC field, i will also get a bullet point when opening that stack on Windows? Know what I mean? Thanks a lot in advance!

Re: Bullet • Mac/Win

2016-05-18 Thread Klaus major-k
Hi Richmond, > Am 18.05.2016 um 17:45 schrieb RM : > > Dear Klaus, > > As Macintosh and Windows versions of Livecode, and the 2 operating systems, > are Unicode compliant > as long as you use the Unicode compliant bullet-point symbol [Hex 2022, > Decimal 8226] there should > be no reason why i

Re: Bullet • Mac/Win

2016-05-18 Thread Klaus major-k
Hi Bob, > Am 18.05.2016 um 17:58 schrieb Bob Sneidar : > > Hi Klaus. > > What I did is create a bullet point graphic (could use an SVG path??) unfortunatley we cannot use SVGs like a“regular“ image object (yet)! > then set the imageSource of the first character which I insert (like a space) >

Re: Bullet • Mac/Win

2016-05-18 Thread Klaus major-k
Hi Devin, > Am 18.05.2016 um 18:00 schrieb Devin Asay : >> ... >> Please pardon my ignorance, but how can I create a tab delimited text list >> (for a datagrid) that contains this bullet? >> ... >> put whatever & TAB & XXX & anothervar & CR after tDGText >> ## Where XXX should be the bullet… > >

Re: Bullet • Mac/Win

2016-05-18 Thread Klaus major-k
Hi Mike, > Am 18.05.2016 um 18:06 schrieb Mike Bonner : > > You can set it up in your script as a constant to avoid some typing. > > Do the numtocodepoint in the text box then paste the thing into your > constant declaration. thanks, will keep this in mind for future uses :-) Best Klaus --

Re: Bullet • Mac/Win

2016-05-19 Thread Klaus major-k
Hi all, on my Mac I have this wonderfull little system palette in the menubar showing me „Emojis and Symbols“ and give me somethong like this for e.g. „Soccer ball“: Unicode U+26BD UTF8 E2 9A BD How can I use this information with numtocodepoint() or codepointtonum(), if at all? Tried several c

Re: Bullet • Mac/Win

2016-05-19 Thread Klaus major-k
all. >> numtocodepoint seems to want only a base 10, so convert from hex first. >> >> On Thu, May 19, 2016 at 7:33 AM, Klaus major-k wrote: >> >>> Hi all, >>> >>> on my Mac I have this wonderfull little system palette in the menubar >&g

Re: Stupid Q number 1000

2016-05-20 Thread Klaus major-k
Hi Richmond, > Am 20.05.2016 um 17:17 schrieb RM : > > I wonder why this script doesn't work in LC 8.0.1: > > on mouseUp > ask file "Choose where you wish to save your stack" > if the result = "cancel" > then exit mouseUp > else > save stack "New Stack" > end if > end mouseUp for t

Re: Possible display/answer dialog bug

2016-05-20 Thread Klaus major-k
Hi Bob, > Am 20.05.2016 um 17:58 schrieb Bob Sneidar : > > Sorry for the verbosity of this post. > > Okay here is a possible menu display bug that only will affect OS X. I have a > main stack and a number of substacks I call "Modules." Each has it's own menu > which contains a button called "

Re: MetaCard compatibility patterns

2016-05-24 Thread Klaus major-k
Hi Monte, > Am 24.05.2016 um 22:31 schrieb Monte Goulding : > > Hi All > > As a result of some contributions Mark Wieder is making to fix some issues > with reset paint I have identified some issues with setting patterns to a > patternNumber (rather than image id). These are documented as patt

Re: MetaCard compatibility patterns

2016-05-24 Thread Klaus major-k
ents like icons and patterns etc. had not been modified since MC 2.x.! > Sent from my iPhone > >> On 25 May 2016, at 7:03 AM, Klaus major-k wrote: >> >> I could send you the „mctools.mc“ stack, which contains everything from the >> MC IDE! >> Just drop a line.

Re: Adding widgets to non-standalone stacks

2016-05-25 Thread Klaus major-k
Hi Swami, > Am 25.05.2016 um 23:02 schrieb Sannyasin Brahmanathaswami : > > Scenario: > > build stack 1 as splash screen/launcher > inclusions: check all widgets in use by other stacks that > the launcher will open (see below) > Stack 1 has only 1 button > go stack url > "htt

selecting browse tool does not "stop editing group" anymore in LC 8?

2016-05-26 Thread Klaus major-k
Hi friends, in versions < 8, switching to browse tool automatically „stopped editing group“ when you were, well, in „edit group“ mode at that point. I just noticed that this does not happen in version >= 8 anymore, the window title still reads: „stack xyz (background „name group being edited“)

Re: selecting browse tool does not "stop editing group" anymore in LC 8?

2016-05-26 Thread Klaus major-k
Hi Richard, > Am 26.05.2016 um 15:21 schrieb Richard Gaskin : > > Klaus major-k wrote: > > > in versions < 8, switching to browse tool automatically „stopped > > editing group“ when you were, well, in „edit group“ mode at that > > point. > > > >

Re: selecting browse tool does not "stop editing group" anymore in LC 8?

2016-05-26 Thread Klaus major-k
Hi all, > Am 26.05.2016 um 17:07 schrieb Bob Sneidar : > > Oooh you are right. Well that cannot be the intended behavior. There is no > use case where this would be beneficial. > > Bob S > > > On May 26, 2016, at 05:05 , Klaus major-k > mailto:kl...@major

Re: Use of the "Send" command

2016-06-01 Thread Klaus major-k
Hi Paul, > Am 01.06.2016 um 21:00 schrieb Paul Dupuis : > > I want to send a message with parameters after a interval to an object. > > The is just 'send "myMessage" to tObject in 200 milliseconds' - works fine. > > When I want to invoke a message with multiple parameter, I generally use > "dis

Re: Use of the "Send" command

2016-06-01 Thread Klaus major-k
Hi Phil, > Am 01.06.2016 um 21:28 schrieb Phil Davis : > > GMTA > :-) as a non native englsih speaker, this took me a while… Thank you, Phil! :-) Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de ___ use-livecode mailing list use-li

Re: Use of the "Send" command

2016-06-01 Thread Klaus major-k
om/#q=FWIW> - > Phil > > On 6/1/16 1:20 PM, Klaus major-k wrote: >> Hi Phil, >>> Am 01.06.2016 um 21:28 schrieb Phil Davis : >>> GMTA >>> :-) >> as a non native englsih speaker, this took me a while… >> T

image about 5% of original size in printout on Windows

2016-06-02 Thread Klaus major-k
Hi friends, strange experience on Windows! when printing out a card with an image on it (company logo in PNG format) the image on the printout is only ca. 5% of the original size of the image on the card!? Also tried to use a button with that image as icon, same tiny result!? :-/ Rest of card l

Re: image about 5% of original size in printout on Windows

2016-06-02 Thread Klaus major-k
Hi all, found the answer, see below! > Am 02.06.2016 um 16:18 schrieb Klaus major-k : > > Hi friends, > > strange experience on Windows! > > when printing out a card with an image on it (company logo in PNG format) > the image on the printout is only ca. 5% of the or

Re: image about 5% of original size in printout on Windows

2016-06-02 Thread Klaus major-k
Hi Paul, > Am 02.06.2016 um 18:24 schrieb Paul Dupuis : > > On 6/2/2016 11:20 AM, Klaus major-k wrote: >> Bug or not? Or bug in Foxit printer driver? > > Known bug. I reported it to Foxit Software some time ago. It has not > been fixed in recent updates. aha, thanks for

Re: files and data base on Android

2016-06-02 Thread Klaus major-k
Hi Alain, > Am 02.06.2016 um 23:39 schrieb Alain Vezina : > > Thanks Ralph, > > but I don’t know how I can copy a database from engine to documents : > revCopyFile is not available for Android. > Any suggestion? … ## Create pathnames: put specialfolderpath("resources“) & "/your_db_file.db" int

Re: Get and Set the Scroll of a Datagrid

2016-06-07 Thread Klaus major-k
Hi Ray, > Am 08.06.2016 um 00:09 schrieb Ray Horsley : > > Does anybody know how to get and set the scroll of a datagrid? None of the > dgProp handlers works, nor does plain old "get the vScroll of group MyGrid", > which always returns 0 for some reason. > > Thanks a bunch for any help! you

strange experience in Windows standalone with windowshape

2016-06-14 Thread Klaus major-k
Hi all, i have a stack with a "splash" screen which has an windowshape set. I has a script like this: on opencard wait 5 secs go next cd end opencard In a standalone on a Mac, everything works as exspected, on Windows I see NOTHING for 5 secs and then second card of this stack appear and the

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Klaus major-k
Hi Paul, > Am 14.06.2016 um 16:48 schrieb Paul Dupuis : > > On 6/14/2016 9:56 AM, Klaus major-k wrote: >> Hi all, >> >> i have a stack with a "splash" screen which has an windowshape set. >> >> I has a script like this: >> on opencard >

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Klaus major-k
> Or: > > send "goNextCard" to me in 5 seconds > > command goNextCard > go next cd > end goNextCard thanks, just tested, same result, no stack with windwoshape. > Regards, > > Scott Rossi > Creative Director > Tactile Media, UX/UI Design > &g

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Klaus major-k
r: >> >> send "goNextCard" to me in 5 seconds >> >> command goNextCard >> go next cd >> end goNextCard >> >> >> Regards, >> >> Scott Rossi >> Creative Director >> Tactile Media, UX/UI Design >> >&g

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Klaus major-k
Hi Dra, > Am 14.06.2016 um 22:13 schrieb Dar Scott : > > Now that is goofy. Why would that work and Scott's not? well, that's a rhetorical question, right? ;-) I added an appropriate comment to the bug report! > Did you remember the "in 5 seconds" for his? >From the card script: ... sen

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Klaus major-k
Hi Mike, > Am 15.06.2016 um 00:00 schrieb Mike Bonner : > > Silly question but.. Is the image id that you're setting your windowshape > to an imported image or a referenced image? While it doesn't explain the > 2nd window having a windowshape and the first not (unless both do have > windowshapes

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Klaus major-k
Hi Scott, > Am 15.06.2016 um 02:00 schrieb Scott Rossi : > On 6/14/16, 1:20 PM, "use-livecode on behalf of Klaus major-k" > > wrote: > >> Hi Dar, >>> Am 14.06.2016 um 22:13 schrieb Dar Scott : >>> Now that is goofy. Why would that work and S

Re: Alternatives to Option Menu, Pulldown Menu and Combo Box for iOS

2016-06-16 Thread Klaus major-k
Hi Glen, > Am 16.06.2016 um 15:34 schrieb Glen Bojsza : > > Hello, > > I wanted to see what everyone is using on iOS in stead of the standard > Option Menu, Pulldown Menu and Combo Box which all show the old Motif style. > > Is there something that can be done via SVG or is there any widgets th

Re: Apply an SVG Widget as a single object in a stack to multiple buttons as icon?

2016-06-19 Thread Klaus major-k
Hi all, > Am 19.06.2016 um 07:03 schrieb Richard Gaskin : > > Sannyasin Brahmanathaswami wrote: > > > With images we can import a raster "object" and then set the icon > > of a button to that image. > > > > Wouldn't it be nice to be able to do the same with a SVG file? > > We can't? No we can'

Re: htmlText not supporting target in ?

2016-06-20 Thread Klaus major-k
Dag Ton, > Am 20.06.2016 um 15:22 schrieb tkuyp...@telenet.be > : > > Is this a bug or am I missing something? > > I pasted the following URL into a field: > > click href="http://www.malamix.be/ClientData/88/234/35691/1313/1/Flyer%20Malamix%20Food%20Nederlands.pdf > >

Re: htmlText not supporting target in ?

2016-06-20 Thread Klaus major-k
After reading this a second time, it looks I have misunderstood the actual problem, sorry... > Am 20.06.2016 um 15:41 schrieb Klaus major-k : > > Dag Ton, > >> Am 20.06.2016 um 15:22 schrieb tkuyp...@telenet.be >> : >> >> Is this a bug or am I missing some

resume-/suspendstack and palette windows

2016-06-21 Thread Klaus major-k
Hi friends, is it correct that palette windows do NOT receive a resumestack or suspendstack message? I just experienced this for the first time in 17 years and am a bit surprised :-) LC 8.01 on Mac. Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de __

Re: resume-/suspendstack and palette windows

2016-06-21 Thread Klaus major-k
Hi all, > Am 21.06.2016 um 12:52 schrieb Klaus major-k : > > Hi friends, > > is it correct that palette windows do NOT receive a resumestack or > suspendstack message? > I just experienced this for the first time in 17 years and am a bit surprised > :-) > &g

Re: Get url "file:///..."

2016-06-21 Thread Klaus major-k
Hi Jim, not sure I understand the problem, but this should give you the TEXT/source of that file: ... put url "file:/Users/jimhurley/Library/Mail Downloads/elec_web/precincts/241.htm" into tSource ... > Am 21.06.2016 um 15:11 schrieb Jim Hurley : > > Thank you so much. So useful! > > Unde

Re: Get url "file:///..."

2016-06-21 Thread Klaus major-k
Hi Jim, > Am 21.06.2016 um 18:02 schrieb Jim Hurley : > > Hi Klaus, > > Yes, that works well. Thank you. > But it gives me the html source code. yes, I thought that is what you were after! Not? > I can live with that, but lots of parsing to get the text > You seem to suggest I can get the "tex

Re: Access mounted volumes on Windows from LC?

2016-06-22 Thread Klaus major-k
Hi Ben, > Am 22.06.2016 um 13:02 schrieb Ben Rubinstein : > > I need to deploy an app to a remote Windows machine which is not under my > control. > The app needs to inspect a folder on a mounted drive. Traditionally this was > just mounted as a letter, e.g. "Z:\" or similar; my app worked fin

setptop handler and recursion limit?

2016-06-24 Thread Klaus major-k
Hi all, I have a handler in the stack script like this: setprop whatever tValue set the whatever of the target to tValue answer "The property whatever has been modified for" && the target end x_value And on a card I have a button: ... set the whatever of this cd to 22 ... Now in LC 8.01 I

Re: setptop handler and recursion limit?

2016-06-24 Thread Klaus major-k
Hi Mark, > Am 24.06.2016 um 13:19 schrieb Mark Waddingham : > > On 2016-06-24 13:12, Klaus major-k wrote: >> I have a handler in the stack script like this: >> setprop whatever tValue >> set the whatever of the target to tValue >> answer "The property

Re: Copying a button drops iconGravity

2016-06-26 Thread Klaus major-k
Hi all > Am 26.06.2016 um 04:23 schrieb Sannyasin Brahmanathaswami : > > LC 8.1 > > create button > set icon to ID of imported image > from msg box >" set the icongravity of btn "Vedas" to center" > selection and option-copy-drag the button > result: newly created button has icon

Re: Stopping a script

2016-06-29 Thread Klaus major-k
Hi Richmond, > Am 29.06.2016 um 18:13 schrieb Richmond : > > Maybe I'm just being a bit simplistic, BUT what is wrong with > having a button containing this script: > > on mouseUp > send "end mouseUp' to button "XYZ" > end mouseUp > > this generates an error message: > > (Handler: can't find

Re: Stopping a script

2016-06-29 Thread Klaus major-k
ot;get it": > > on mouseEnter > exit to top > end mouseEnter > > http://forums.livecode.com/viewtopic.php?f=7&t=27546 > Richmond. > > On 29.06.2016 19:23, Klaus major-k wrote: >> Hi Richmond, >> >>> Am 29.06.2016 um 18:13 schrieb Richmo

Mac app compiled on Windows does not want to start

2016-07-01 Thread Klaus major-k
Hi friends, a client of mine has compiled a Mac standalone on Windows and now the app will not run: "The application XXX cannot be run" or what the exact english message reads!? I remember faintly there is some problem with erm. "executable bit"? But forgot the details... Or does the app have t

Re: Mac app compiled on Windows does not want to start

2016-07-01 Thread Klaus major-k
Hi Mike, > Am 01.07.2016 um 15:54 schrieb Mike Bonner : > > Yeah, sounds like it lost the correct permissions during the transfer to > the mac. obviously, any way to prevent this? > you can either chmod 755 thanks, that was it, it is running fine now :-) > I think you have to go into the a

Re: Mac app compiled on Windows does not want to start

2016-07-01 Thread Klaus major-k
Hi hh, > Am 01.07.2016 um 15:57 schrieb [-hh] : > > If it's a newer MacOS (system integrity protection) > he/she could try to rightClick the icon and then > select "open" and choose again "open" in the > "unknown-dev-dialog". nope, it was no Gatekeeper security issue, see my response to Mike hin

OT, https <> http | WAS Application Transport Security deadline for iOS apps

2016-07-12 Thread Klaus major-k
Hi friends, I have my website at ON-REV: and inspired by the ATS discussion I was curious and just entered this into the address line of my browser: I really did not exspect anything but an error like "Not configured" or whatever, but got a

Re: OT: https <> http | WAS Application Transport Security deadline for iOS apps

2016-07-12 Thread Klaus major-k
Hi Rolf, > Am 12.07.2016 um 13:36 schrieb Rolf Kocherhans : > > If I do the same I land on artisansofscotland.com :-( > My original page: www.kangaroo.on-rev.com > > If I go here: https://www.kangaroo.on-rev.com > I land here: https://artisansofscotland.com thanks for checking, good to know

Re: OT: https <> http | WAS Application Transport Security deadline for iOS apps

2016-07-12 Thread Klaus major-k
Hi Peter, > Am 12.07.2016 um 13:47 schrieb Peter TB Brett : > On 12/07/2016 12:46, Klaus major-k wrote: >> Hi Rolf, >> >>> Am 12.07.2016 um 13:36 schrieb Rolf Kocherhans : >>> >>> If I do the same I land on artisansofscotland.com :-( >>> M

Re: OT: https <> http | WAS Application Transport Security deadline for iOS apps

2016-07-12 Thread Klaus major-k
Hi all, OK, mail sent to support, wainting for a response now, I will keep you informed! > Am 12.07.2016 um 13:50 schrieb Klaus major-k : > > Hi Peter, > >> Am 12.07.2016 um 13:47 schrieb Peter TB Brett : >> > On 12/07/2016 12:46, Klaus major-k wrote: >>>

Re: OT, https <> http | WAS Application Transport Security deadline for iOS apps

2016-07-12 Thread Klaus major-k
Hi Mark, > Am 12.07.2016 um 19:39 schrieb Mark Wieder : > > Klaus major-k writes: > >> I'm completely puzzled, what the hell is going on here? >> Any insights highly welcome! > > That's the problem with shared servers. > Try this in a

  1   2   3   4   5   6   7   8   9   10   >