how to resize icons when resizing objects?

2012-03-14 Thread Tiemo Hollmann TB
Hello, I have a stack, which the user may resize and all objects are resized and positioned dynamically. This works fine. Up to now, I kept the size of the buttons with assigned icons locked, because I didn't find an approach, how to resize the assigned icons dynamically? Or don't you do that at a

does "type" works in a standalone?

2012-03-14 Thread André Bisseret
Bonjour, On card 1 of a stack I have a field whose script is the following : on focusIn put empty into me select before me type "Bonjour" select empty end focusIn on openStack, I send "focusin" to this field. This is working as expected in the IDE But does not work in the stan

Re: [ANN] iOS document interaction external added to mergExt

2012-03-14 Thread Thomas McGrath III
Monte, This is a great external. Thanks so much for this. This is the best purchase I've made in a long time. Keep up the great work…. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Mar 14, 2012, at 12:54 AM, Monte Goulding wrote: > Hi LiveCoders > > mergExt (http://m

Re: does "type" works in a standalone?

2012-03-14 Thread Mark Schonewille
Hi André, LiveCode is very busy on startup and seems to have difficulties handing over control to the user. This will solve it: on openStack send "focusIn" to fld "Your Field" in 200 millisecs end openStack This might even work with 0 millisecs. Perhaps it is better to change your approach s

OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread Joe Lewis Wilkins
Hi all, Whenever I open FireFox, the Bing search engine shows up. Clicking on Google doesn't change this. Anyone else had this happen to them? TIA, Joe Wilkins ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to sub

Re: Sqlite and performances in LiveCode

2012-03-14 Thread Trevor DeVore
On Tue, Mar 13, 2012 at 5:46 PM, Pete wrote: > OK, found the problem. I had a set dgProps["sort by column"] statement > after setting the dgNUmberOfRecords. Moved that to a place where > dgNumberOfRecords is zero and only one cycle of GetDataForLine happens now. > Great. Just remember that any

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread Colin Holgate
In the left part of the search field is a drop down menu, that I guess currently says Bing for you. You can change that back to Google. On Mar 14, 2012, at 9:56 AM, Joe Lewis Wilkins wrote: > Whenever I open FireFox, the Bing search engine shows up. Clicking on Google > doesn't change this. An

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread Joe Lewis Wilkins
Thanks Colin, but I can't find it. Too small and/or blurred I guess. Doesn't happen when I switch over to Safari. Joe Wilkins On Mar 14, 2012, at 7:40 AM, Colin Holgate wrote: > In the left part of the search field is a drop down menu, that I guess > currently says Bing for you. You can change

Re: Cyberduck versus Flow

2012-03-14 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, Thanks to all (to numerous to mention) for your input. I am happy that many use and like CyberDuck, surprised that nobody appears to use Flow, when it seems to have rave reviews (maybe the developers wrote the reviews :>). Looks like I will stick with CyberDuck. I nev

OT Bing

2012-03-14 Thread Joe Lewis Wilkins
Hi Colin, Sorry, I did finally locate the pop-up, but it only offers Bing as an option. Part of this may have to do with my having increased the size of the Cursor with viewing Zoomed in quite a bit. But it's pretty obvious there is something rotten in FireFox. (smile) Thanks, Joe Wilkins _

Re: [ANN] iOS document interaction external added to mergExt

2012-03-14 Thread Andre Garzia
Thomas, I agree with you!!! Monte, thanks for the wonderful tools! On Wed, Mar 14, 2012 at 10:01 AM, Thomas McGrath III wrote: > Monte, > > This is a great external. Thanks so much for this. This is the best > purchase I've made in a long time. > > Keep up the great work…. > > -- Tom McGrath III

Re: OT Bing

2012-03-14 Thread Mike Bonner
Something might have installed bing toolbar/extension stuff that could be misbehaving. Might check tols menu, addons and then go through the extensions and plugins to see if there is any bing specific stuff in there. Disable as needed. If your menu bar is not showing you can right click a blank ar

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread Colin Holgate
Can you see the little down arrow next to the Google logo?: On Mar 14, 2012, at 10:52 AM, Joe Lewis Wilkins wrote: > >Thanks Colin, but I can't find it. Too small and/or blurred I guess. Doesn't > >happen when I switch over to Safari. ___ use-livec

Re: does "type" works in a standalone?

2012-03-14 Thread André Bisseret
Thank you much Mark for your reply. I tried your solutions but they don't seem to work. Even when changing the approach according to your advice I get the same result : any solution works well in the IDE, but typing does not occur (visibly) in the standalone; "Bonjour" keeps appearing all at once

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread Joe Lewis Wilkins
Thanks Fellas, Even after removing Bing and restarting and Quitting/starting, Bing still showed up as the active search engine. I don't trust them at all now. VERY insidious! Guess I'll just use Safari now. Seems as if it's a little better than it was a couple of months ago. Joe Wilkins On Ma

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread Warren Samples
On 03/14/2012 11:11 AM, Joe Lewis Wilkins wrote: Thanks Fellas, Even after removing Bing and restarting and Quitting/starting, Bing still showed up as the active search engine. I don't trust them at all now. VERY insidious! Guess I'll just use Safari now. Seems as if it's a little better than

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread Joe Lewis Wilkins
Warren: continued frustration. Result was "website cannot be found". (sigh!) Thanks anyway! Just not my day. My vision is poorer than usual today. Joe Wilkins On Mar 14, 2012, at 9:30 AM, Warren Samples wrote: > On 03/14/2012 11:11 AM, Joe Lewis Wilkins wrote: >> Thanks Fellas, >> >> Even after

OT: i am giving away my license of tmTools 2012 Suite out of the Omega bundle for free

2012-03-14 Thread Matthias Rebbe
Hi, today i have purchased the Omega bundle. But there are some products in it, which i have already purchased in the past. I thought it would be a shame, if this licenses would not be used by someone else. So i contacted the vendor of each product and asked if it is okay if i give away that "

Re: does "type" works in a standalone?

2012-03-14 Thread BNig
Hi André, your code works in a standalone if it was created with Livecode version up to 4.6.4. Starting with version 5.0 you see the behavior you describe: no typing and after a delay (controlled by the typingRate) appears the whole text at once. This looks like a bug to me. Kind regards Bernd

OT: Giving away for free 1 license of Scripter's Scrapbook and 1 license of Chartmaker

2012-03-14 Thread Matthias Rebbe
Hi, just got a positive answer from Hugh of FlexibleLearning. He also agreed. So if anyone is interested in a license of Scripter´s Scrapbook or ChartMaker, then please send me a private e-mail (not over the list) and tell me which tool you want to get. The first one who sends the e-mail will g

Re: OT: i am giving away my license of tmTools 2012 Suite out of the Omega bundle for free

2012-03-14 Thread Matthias Rebbe
Hi, just want to let you all know that the free license of tmTools are already out ;) Regards, Matthias Am 14.03.2012 um 17:51 schrieb Matthias Rebbe: > Hi, > > today i have purchased the Omega bundle. But there are some products in it, > which i have already purchased in the past. > I thou

Re: does "type" works in a standalone?

2012-03-14 Thread Mark Schonewille
Hi. Try: set the acceleratedRendering of this stack to false -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Download the Installer Maker Plugin 1.7 for LiveCode h

Re: help pls

2012-03-14 Thread Pete
Hi Marek, I have to admit I'm not fully understanding the requirement you described on the forum but if you need to have a calculated value column based on other columns, you can have the database do that by defining a triggers that will happen every time an INSERT or UPDATE is done to the table in

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread Warren Samples
On 03/14/2012 11:42 AM, Joe Lewis Wilkins wrote: continued frustration. Result was "website cannot be found". (sigh!) Thanks anyway! Just not my day. My vision is poorer than usual today. Joe Wilkins That seems odd. You can edit the prefs files directly in a text editor. It's not difficult or

Re: OT: Giving away for free 1 license of Scripter's Scrapbook and 1 license of Chartmaker

2012-03-14 Thread Matthias Rebbe
Hi, Scripter´s Scrapbook is already given away. Matthias Am 14.03.2012 um 18:00 schrieb Matthias Rebbe: > Hi, > > just got a positive answer from Hugh of FlexibleLearning. He also agreed. > > So if anyone is interested in a license of Scripter´s Scrapbook or > ChartMaker, then please send me

Re: Filter probelm

2012-03-14 Thread Pete
Duh!! Thank you Terry. Pete On Tue, Mar 13, 2012 at 9:35 PM, Terry Judd wrote: > > On 14/03/2012, at 02:52 PM, Pete wrote: > > Unless I'm doing something wrong, "filter tvar without tab" doesn't work, > that is the lines with a tab remain in tvar after the filter command. > > Suer would be nice t

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread J. Landman Gay
On 3/14/12 11:42 AM, Joe Lewis Wilkins wrote: Warren: continued frustration. Result was "website cannot be found". Try this: In Finder, go here: /Users//Library/Application Support/Firefox/Profiles/number>.default/searchplugins/ Look for Bing in there and delete it or move it out of the fold

Re: help pls

2012-03-14 Thread Marek Reichenbach
Hi Pete. Thank you very much for the reply I dont have to put data (no INSERT)... i meant something like thig put "SELECT isv_laik,atv_laik,atstum,(select kaina from tarifai use index (tarifas) where (kg_nuo<'"& sGalutine1 &"' and '"& sGalutine1 &"'<=kg_iki) and (km_nuohttp://forums.runrev.com/vie

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread Warren Samples
On 03/14/2012 12:25 PM, Warren Samples wrote: On 03/14/2012 11:42 AM, Joe Lewis Wilkins wrote: continued frustration. Result was "website cannot be found". (sigh!) Thanks anyway! Just not my day. My vision is poorer than usual today. Joe Wilkins That seems odd. You can edit the prefs files di

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread Joe Lewis Wilkins
Hi Jaqi, I was alright up until the searchplugins/ - but only got this and found no Bing in it Thanks for the effort, Joe Lewis Wilkins Architect On Mar 14, 2012, at 10:45 AM, J. Landman Gay wrote: > On 3/14/12 11:42 AM, Joe Lewis Wilkins wrote: >> Warren: continued frustration. Result was "

Re: Sqlite and performances in LiveCode

2012-03-14 Thread Bob Sneidar
AMEN Trevor! Bob On Mar 14, 2012, at 7:05 AM, Trevor DeVore wrote: > There really is room for a data grid-like control that is really just a > view and does nothing more than display data that is fed to it from a data > source. > > Regards, > > -- > Trevor DeVore __

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread Richmond
Always remember, when in doubt, don't pause for thought, or accept responsibility for one's own actions, just blame Microsoft as an instinctive, knee-jerk reaction. However, despite my urge to do that, everything with Mozilla seems very straightforward indeed: http://support.mozilla.org/en-U

Re: Filter probelm

2012-03-14 Thread Bob Sneidar
filter tvar without "*" & tab & "*" Bob On Mar 13, 2012, at 8:52 PM, Pete wrote: > Unless I'm doing something wrong, "filter tvar without tab" doesn't work, > that is the lines with a tab remain in tvar after the filter command. > > Suer would be nice to have that work when dynamically buildin

Re: Filter probelm

2012-03-14 Thread Bob Sneidar
Doesn't "*" mean 0 to any number of characters? You would only want to distinguish if you only wanted lines that began with or ended with tab. Bob On Mar 13, 2012, at 9:35 PM, Terry Judd wrote: > > On 14/03/2012, at 02:52 PM, Pete wrote: > > Unless I'm doing something wrong, "filter tvar wi

[OT] Search Engines in Mozilla

2012-03-14 Thread Richmond
I just added 'Duck Duck Go' to my list of search engines in Mozilla Firefox: https://duckduckgo.com/ aren't I a clever chap! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your su

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread Joe Lewis Wilkins
Thanks everyone. I'll need luck. (smile) I don't usually dig into any of these files. Joe Wilkins On Mar 14, 2012, at 11:00 AM, Warren Samples wrote: > On 03/14/2012 12:25 PM, Warren Samples wrote: >> On 03/14/2012 11:42 AM, Joe Lewis Wilkins wrote: >>> continued frustration. Result was "websit

Re: does "type" works in a standalone?

2012-03-14 Thread BNig
Hi Mark, I tried your suggestion of setting "the acceleratedRendering of this stack to false" in Livecode 5.0.2 and still no luck. The Mac standalone I am building does not "type". Did you get this to "type" in a standalone built with Livecode >= 5.0? Kind regards Bernd Mark Schonewille-3 wro

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread Joe Lewis Wilkins
I give up. Too much to read and too small. Zooming just makes it worse. I suspect I will be totally blind or everything will be screwed up before too very long. (sigh!) Someone needs to do an app that uses a white cane to navigate the net. Eyes and fingers just don't cut it any more. Everything

Re: [OT] Search Engines in Mozilla

2012-03-14 Thread J. Landman Gay
On 3/14/12 1:19 PM, Richmond wrote: I just added 'Duck Duck Go' to my list of search engines in Mozilla Firefox: https://duckduckgo.com/ I've been using Duck Duck Go for a while now, ever since I became resentful that Google tracks everything I do. It's slower than Google and has less featur

Re: does "type" works in a standalone?

2012-03-14 Thread J. Landman Gay
On 3/14/12 1:21 PM, BNig wrote: Hi Mark, I tried your suggestion of setting "the acceleratedRendering of this stack to false" in Livecode 5.0.2 and still no luck. The Mac standalone I am building does not "type". I suppose it could be faked instead: repeat for each char c in "Bonjour" put c

Re: [OT] Search Engines in Mozilla

2012-03-14 Thread Richmond
On 03/14/2012 08:33 PM, J. Landman Gay wrote: On 3/14/12 1:19 PM, Richmond wrote: I just added 'Duck Duck Go' to my list of search engines in Mozilla Firefox: https://duckduckgo.com/ I've been using Duck Duck Go for a while now, ever since I became resentful that Google tracks everything I d

Re: [OT] Search Engines in Mozilla

2012-03-14 Thread Mark Schonewille
And if you want to search this mailing list directly from that little Firefox search box, then you can use this plugin: http://qery.us/13d (only available after donating). -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com

Re: does "type" works in a standalone?

2012-03-14 Thread André Bisseret
Bernd, Thanks a lot for this information; rather reassuring ;-) You are right: I tried with a standalone created with 4.6 and my script works like a charm with this version. I agree seems it's a bug in 5.0 I will send a simplified stack to runrev. Best regards Le 14 mars 2012 à 17:56, BNig a

Detection of Keyboard Closing

2012-03-14 Thread Michael Doub
Is there a way to detect that the user has closed the keyboard on Android? Maybe someone can point out an appropriate technique to solve my problem. I have a card with one editable field on it. When I go to that card currently the focus immediately go to that field and the keyboard pops up.

Re: does "type" works in a standalone?

2012-03-14 Thread André Bisseret
Bonjour Jacque, Thank you much for this nice idea. Not sure at all I would have come up with it ;-)) Yes it works well! even with version 5.02 ;-o)) Best regards André Le 14 mars 2012 à 19:35, J. Landman Gay a écrit : > On 3/14/12 1:21 PM, BNig wrote: >> Hi Mark, >> >> I tried your suggest

Re: [ANN] iOS document interaction external added to mergExt

2012-03-14 Thread Monte Goulding
Thanks guys for your support. Don't forget to vote for what you want next on mergExt.com! -- Monte Goulding On 15/03/2012, at 2:24 AM, Andre Garzia wrote: > Thomas, I agree with you!!! > > Monte, thanks for the wonderful tools! > > On Wed, Mar 14, 2012 at 10:01 AM, Thomas McGrath III wrote:

Re: Detection of Keyboard Closing

2012-03-14 Thread J. Landman Gay
On 3/14/12 2:09 PM, Michael Doub wrote: Is there a way to detect that the user has closed the keyboard on Android? Maybe someone can point out an appropriate technique to solve my problem. I have a card with one editable field on it. When I go to that card currently the focus immediately go to

iOS: capitalization in ask dialog

2012-03-14 Thread Chris Sheffield
Can someone tell me if it's possible to change the capitalization settings for an iOS ask dialog? I have an app that prompts the user for their name. I'd like to set the capitalization for words on if possible. I know this can be done when using the UIText native controls, but I'd rather not hav

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread François Chaplais
Do you have the latest version of firefox? I have, it says version 11. On this version (mine), on the left of the search toolbar, there should be the icon for your current search engine (it should look like a with b on an orange background if you have Bing) Click on this very icon and you shou

Re: Detection of Keyboard Closing

2012-03-14 Thread Peter M. Brigham, MD
The other way, which I have used for some time, is to group the field (either in a group by itself, or including all the fields you don't want to automatically get focused) then set the group's traversalOn to false. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread Joe Lewis Wilkins
François, I do have version 11. But something is definitely screwed up with the pop-up option button you guys have suggested might fix things. For one thing, I have trouble even finding the toolbar. Way too small; When I finally did get something to pop-up, it had the word "Search" repeated abo

Re: OT - BING HAS TAKEN OVER MY SEARCH ENGINE

2012-03-14 Thread Colin Holgate
Speaking of that version, it has a very neat 3D view of the page, if you're doing Inspect Element. You can rotate the view so that it's easy to see the layering of the page elements. On Mar 14, 2012, at 5:32 PM, François Chaplais wrote: > Do you have the latest version of firefox? I have, it s

bluetooth and LC

2012-03-14 Thread Vokey, John
All, I am completely naive on this, but as I am getting a new portable EEG device for my lab that communicates by bluetooth, I thought I would ask whether any of the many genius coders on this list know how to read the raw data from a bluetooth device from LiveCard? The machine comes with sof

Re: post command on Android not working (?)

2012-03-14 Thread Nicolas Cueto
Hello, After a careful explanation from Michael McCreary at LC, I finally got post in Android working. The problem was not the post command but rather how I was encoding my post paramaters. It's all in bug report# 10080. Mea culpa. -- Nicolas Cueto __

Re: bluetooth and LC

2012-03-14 Thread Dar Scott
There is a chance you can communicate with the device as though the Bluetooth link is a serial port. The manufacturer might be able to help. If the device simply dumped data and did not need a dialog, you might be able to discover how the messages look, but if if a dialog is needed, that would

Re: Sqlite and performances in LiveCode

2012-03-14 Thread Pete
Hi Trevor, Sorry to keep coming up with new quirks but I have another strange situation regarding GetDataForLine. Under some circumstances, the data that I supply from GetDataForLine ends up in the datagrid starting at the 13th line instead of line 1 and the first 12 lines have data in them from t