Re: MySQL joined select

2012-03-19 Thread Marek
Thanks a lot! That helped me a lot man. Marek Reichenbach On 2012 Kov. 19, at 19:29, Ken Ray wrote: > > On Mar 19, 2012, at 3:44 AM, Marek Reichenbach wrote: >> when i get for example: 1234567 -> i should get result +++, 123-56- I >> would get +++-++- . > >

Re: [ANN] homemade slider

2014-12-08 Thread Marek Niesiobedzki
Thanks a lot Bernd. Perfect! Marek ___ 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: Sorting issue in a datagrid

2014-03-31 Thread Marek Niesiobedzki
What is the kind of data and kind of sort for this column? Marek ___ 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

Re: Script Editor and Unicode

2013-06-29 Thread Marek Niesiobedzki
Richmond, unicode in script is what I'm waiting also, but you can set substack with "library" of fields containing Unicode text and then use "put unicode" in your scripts to populate the text into your destination fields. You don't

Not needed commercial copy of AE?

2013-07-31 Thread Marek Niesiobedzki
If anyone has a second copy of Animation Engine to give away, I'll be very thankful if you could offer it to me. Marek ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: With Apple script no longer supported, how do I....

2013-08-07 Thread Marek Niesiobedzki
If FM and your stack is on the same computer you can exchange data by ODBC. Marek ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: spitting nails at the IDE

2013-08-29 Thread Marek Niesiobedzki
As I see 99% of this "bugs" depends from developer. I don't have such problems. Marek ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pr

Re: 652 release

2014-01-29 Thread Marek Niesiobedzki
Hi Ben, I can download this release, but it's not visible on my account (commercial), so i can't activate it. Marek ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your su

Re: Images in Data Grids

2012-10-29 Thread Marek Niesiobedzki
Maybe the solution is to put button into cell template Marek ___ 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

Re: how interact if the user makes changes in a text field

2012-11-24 Thread Marek Niesiobedzki
textChanged message should be your friend. Marek ___ 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

Re: Further Unicode ...

2012-12-30 Thread Marek Niesiobedzki
fCOOKED" into COOKED set unicodeText of fld "fT" to COOKED end mouseUp For me any of above is working with ACII single letters as well with Unicode strings. Marek ___ use-livecode mailing list use-livecode@lists.runrev.com Ple

Re: clickability in a DataGrid

2013-01-23 Thread Marek Niesiobedzki
For me mouseUp handler is working correct. Marek ___ 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

Re: MacToISO

2013-02-07 Thread Marek Niesiobedzki
For a lot of languages UTF-8 is more important than anything else in LC. Now I have not very big problems with it, but working with UTF-8 is time consuming and for sure generating slower code then one made for just ASCII. Marek ___ use-livecode

Re: Another Hardrive went down!

2013-02-09 Thread Marek Niesiobedzki
It's true about write limits in SSD, but don't wzory about the data. After go to the limit of writes you are still bale to read your data. Marek ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: text file import & charsets - whats wrong

2013-02-14 Thread Marek Niesiobedzki
Check uniEncode and uniDecode functions in Dictionary. They will convert file encoding from/to internal UTF-16 used in LC. Marek ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Think about rising pledges at kickstarter

2013-02-19 Thread Marek Niesiobedzki
lared money are still yours. I believe in promises if RunRev will get this prize that we get even more powerful tools. Best regards, Marek ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Kickstarter contribution

2013-02-26 Thread Marek Niesiobedzki
o to 1,200 also. Marek ___ 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

Only 11.000 missing

2013-02-26 Thread Marek Niesiobedzki
Like in subject. It's over 339,000 now and 36 hours left Marek ___ 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/ma

Re: StackOverflow

2013-03-08 Thread Marek Niesiobedzki
e StackOverflow. So if there is not any more reasons than just fashion, I don't want to vote or use it. Why to change what is well working if new solution is not better? Marek ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit t

Re: unicodeEnabled fld: jumping cursor

2013-03-28 Thread Marek Niesiobedzki
I didn't observe any problems like you described with Unicode text in fields. Could you show your script for this field? What LC version you use? Marek ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subs

Re: Omegabundle for LiveCode 2012 Ending Monday; Survey Bags You Additonal DB Icon Set

2012-05-06 Thread Marek Niesiobedzki
Hi Lynn, I sent the survey few days ago and didn't receive additional icon set yet. Could you check it? Marek ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscri

Re: Getting the Last Modified Date of a file

2012-07-01 Thread Marek Niesiobedzki
How could I find stdlib? Marek ___ 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: Beta Testers Needed

2012-07-02 Thread Marek Niesiobedzki
I can check it on Mac with LC 5.5.1 Marek ___ 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: Simple script doesn't work

2012-08-05 Thread Marek Niesiobedzki
But why it doesn't work without send? Could you explain it? Marek ___ 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/ma

Re: [ANN] lcStackBrowser Beta testers needed

2012-08-06 Thread Marek Niesiobedzki
I can test it on Mac OS X (10.7 and 10.8), LC 5.5.1 Marek ___ 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

Re: Unicode in datagrid headers

2012-09-02 Thread Marek Niesiobedzki
You can do it easy with Data Grid Helper. It's very helpful tool working with DataGrids with a lot of futures. Marek ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: help pls

2012-03-14 Thread Marek Reichenbach
1 &"'<=kg_iki) and (km_nuohttp://forums.runrev.com/viewtopic.php?f=12&t=11360&p=53370#p53370 On 14 March 2012 19:25, Pete wrote: > Hi Marek, > I have to admit I'm not fully understanding the requirement you described > on the forum but if you need to have

Re: MySQL joined select

2012-03-17 Thread Marek Reichenbach
; 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 here > http://qery.us/za > > On 17 mrt 201

Re: MySQL joined select

2012-03-17 Thread Marek Reichenbach
Sorry Mark, one more question. Is there a way for example to do: SELECT A,B,C,D FROM table1 WHERE A>B... BUT in the result SHOW only A column result. HIDE B column ? Please. On 17 March 2012 14:08, Marek Reichenbach wrote: > I'll try. > > Thanks Mark. > > > On

Re: MySQL joined select

2012-03-19 Thread Marek Reichenbach
Hi Mark. Sorry for bothering you again. Wanna ask you smth. In LiveCode If I have a result in MySQL like: SELECT days from travel; I get: 1234567 123456- 123456- 123 12345-7 (days from monday till sunday) Question. How can I make my result in form like: when i get for example: 1234567

Re: MySQL joined select

2012-03-20 Thread Marek Reichenbach
Mark's solution would be a lot better than > trying to do it with an SQL SELECT, but I'm also not sure of what Marek is > trying to achieve - seems strange to want to replace all the numbers with > plus signs. Maybe he wants a floating plus sign at the start of the > numbe

Re: MySQL joined select

2012-03-20 Thread Marek Reichenbach
ables, SQL will figure out which table an > unqualified column name belongs to. > > Pete > > On Tue, Mar 20, 2012 at 8:46 AM, Ken Ray wrote: > > > > > On Mar 20, 2012, at 4:20 AM, Marek Reichenbach wrote: > > > > > Thanks for the replies. > > >