I want to add an object to a group (which is in another group). I am
trying to do this from the message box. What is the syntax of this?
Isn't it something like:
In the example below, group 1 is in group 2.
set the group of image "Imagexxx" to group "group1" of group2 "group 2"
I thought I d
coded files, but it's possible that the uuencoded files could actually be
> BASE64.) If this fails, you could shell an external command. For example,
> in Mac OS X there are built in commands uuencode and uudecode.
>
> Good luck,
> John
>
> On Nov 25, 2011, at 10:41 A
I have files (jpg/gif) that are uuencoded. Is there a simple way in
LiveCode to convert these to jpg or gif files?
Thanks for any help,
Warren
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe a
I have email messages with attachments (jpg/gif files) as part of the
email. The attachments show up as a bunch of weird characters. Is
there any conversion I need to do in LiveCode to convert this into a
jpg/gif file?
Thanks for any help!
Warren
___
I am trying to retrieve data from a socket.
When I try:
read from socket myDevSock for characters
put it into tData
...I get data
read from socket myDevSock until crlf
put it into tData
...I get data
read from socket myDecSock until eof
put it into tData
...no data
Wouldn't the read until
Ben Rubinstein wrote:
> On 05/10/2011 22:19, Kee Nethery wrote:
>>
>> On Oct 5, 2011, at 10:31 AM, Warren Kuhl wrote:
>>
>>> I understand that LiveCode doesn't have the capability for true
>>> multi-threading. What I require is to post to multiple fo
ested
> for thousands of parallel tasks).
>
> Furthermore, nothing prohibits querying several website one after another,
> waiting for each to finish. Unless they're more then 20 or so, that won't be
> a problem.
>
>
> On 5 Oct 2011, at 19:31, Warren Kuhl wrote:
&g
I understand that LiveCode doesn't have the capability for true
multi-threading. What I require is to post to multiple forms
(multiple websites) and capture the results of each post. I assume
this is not possible with LiveCode?
If not I was thinking of handling this with a different process. I
Ken,
I can't that you enough This was what the problem was.
Appreciate you taking the time this weekend to help me!
Warren
On Sun, Jul 3, 2011 at 3:35 PM, Ken Ray wrote:
>
>
>> This is a scrolling list field. The platform is Windows.
>>
>> Thanks for any help!
>
> The problem is that the
Ken,
This is a scrolling list field. The platform is Windows.
Thanks for any help!
Warren
On Sun, Jul 3, 2011 at 7:52 AM, Ken Ray wrote:
>
>> When the tab key is pressed, the I tab forward to the next field in
>> the text field. The scrolling field provides alternative works to
>> select. W
I have a card that contains a text field and a scrolling field. On
the card I have a handler to handle the tab key:
on tabKey
if the shiftKey is down then tabback
else tabforward
end tabKey
The above is working as expected...unless I select anything in the
scrolling field. Once I do this,
I have a trial version of my software which I have limited the
functionality. I am possibly looking into changing this into a timed
trial version (ie. 15 days).
Are there any good examples of this anywhere? Trying to figure out
how to store the date the application is installed...without making
Richard,
Thanks...I will check it out. I never saw that one...but it makes sense.
Appreciate your help!
Warren
On Thu, Jun 2, 2011 at 1:32 PM, Richard Gaskin
wrote:
> Warren Kuhl wrote:
>
>> When the user closes the application, I have a check in place within
>> the on cl
When the user closes the application, I have a check in place within
the on closecard handler to see if they saved the document. If they
didn't save the document, I give the user to option to save, don't
save or cancel. On the cancel, I just want the application to stay
open. Within the on close
> http://qery.us/ce
>
> On 15 mei 2011, at 07:26, Warren Kuhl wrote:
>
>> I have articles which I am saving. The user has the option of saving
>> the files individually or in a zip file. When I save them
>> individually, the articles seem to get saved with carriage
I have articles which I am saving. The user has the option of saving
the files individually or in a zip file. When I save them
individually, the articles seem to get saved with carriage returns so
the paragraphs are separated. When I save into a zip file, the
articles seem to be saved without ca
ack also encrypt all its variables
> in memory?"
>
> ~ Chris Innanen
> ~ Nonsanity
>
>
> On Fri, May 6, 2011 at 12:30 PM, Warren Kuhl wrote:
>
> > I have a database encryption key that is required by my RunRev
> application.
> > Currently I just hav
I am flattered!
>
> Bob
>
>
> On May 6, 2011, at 9:30 AM, Warren Kuhl wrote:
>
> > I have a database encryption key that is required by my RunRev
> application.
> > Currently I just have the key loaded in the opencard. It is loaded in a
> > variable.
> >
>
I have a database encryption key that is required by my RunRev application.
Currently I just have the key loaded in the opencard. It is loaded in a
variable.
If I password protect my stack when generating my stand alone, is this
sufficient? Or this there a more secure way to store the key?
Than
Klaus/Richard,
Thanks for pointing me in the right direction. This is exactly what I was
looking for.
Hope you had a Great Easter Weekend!
Warren
On Sun, Apr 24, 2011 at 12:19 PM, Richard Gaskin wrote:
> Warren Kuhl wrote:
>
> > Is there a way to prevent multiple occurrences
Is there a way to prevent multiple occurrences of a RunRev application to
open?
Thanks,
Warren
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://l
, 2011 at 9:32 AM, Richard Gaskin
wrote:
> Warren Kuhl wrote:
>
>> I have a application that I am rolling out shortly. The stack includes a
>> key to access an excrpyted Valentina DB. From what I read with other
>> posts
>> on the list, RunRev applications are not tha
I have a application that I am rolling out shortly. The stack includes a
key to access an excrpyted Valentina DB. From what I read with other posts
on the list, RunRev applications are not that hard to decrypt? If this is
the case, what are the best pays to protect myself from having someone
to
Colin,
Thanks for the help...much appreciated! I will implement this in my
application. Learn something new everyday with Livecode!
Warren
On Wed, Feb 23, 2011 at 10:00 AM, Colin Holgate wrote:
>
> On Feb 23, 2011, at 10:32 AM, Warren Kuhl wrote:
>
> > What would be
I am requiring my application to autosave a document every 10 minutes.
What would be the best way to implement this to have a timer running in the
background and saving my document?
Thanks for any help,
Warren
___
use-livecode mailing list
use-livecode@l
Jeff,
Thanks for the suggestions! I will use the replacetext and compare the
speed with the loop and see which is quicker.
Much appreciated!
Warren
On Wed, Jan 19, 2011 at 12:40 PM, Jeff Massung wrote:
> On Wed, Jan 19, 2011 at 11:34 AM, Warren Kuhl
> wrote:
>
> > What wo
What would be the most efficient way to check a variable and replace any of
the characters with empty if the character is not a alpha (upper or lower),
numeric (0-9) or a '-'?
The only way I can think of doing this is a repeat loop and checking the
value of each character and replacing with empty
Sarah,
I didn't realize this was your site/script. But you have no idea how much
time you saved me with this. Thanks again...much appreciated!
Warren
On Sun, Jan 16, 2011 at 5:00 PM, Sarah Reichelt wrote:
> You're welcome :-)
>
> Sarah
>
>
> On Mon, Jan 17,
minutes
to get what I require as opposed to 2 days of messing with revGeometry.
Hope everyone is having a great weekend!
Warren
On Sun, Jan 16, 2011 at 1:07 PM, Warren Kuhl wrote:
> Jan,
>
> Thanks for the explanation. I am using the revGeometry Manager. I had
> this working at s
other issue.
Warren
On Sun, Jan 16, 2011 at 7:14 AM, Jan Schenkel wrote:
> --- On Sat, 1/15/11, Warren Kuhl wrote:
> > I have some groups within a Tab
> > Menu. I am trying to make the tab menu and
> > groups scalable based on the size of the stack. When
> > I test t
I have some groups within a Tab Menu. I am trying to make the tab menu and
groups scalable based on the size of the stack. When I test this, it keeps
setting on the lock size and position on for the groups. What would cause
this when I keep unhiliting the lock size and position of the groups?
I
John,
Thanks for your help. Your solution worked perfectly!
...much appreciated
Warren
On Sun, Jan 9, 2011 at 1:54 AM, John Dixon wrote:
>
>
>
> In the script of the list field...
>
> set the hilitedLines of me to word 2 of the clickLine
>
> and I forgot to say uncheck autohilite in the
I created a scrolling list field with 6 choices. The list field is larger
then the 6 choices I have included as more can be added by the user. When I
click in the empty space below the 6 choices, it will either hilite the
first line or my last line that I selected. This happens even after I set
Mark,
I can't thank you enough! I have been banging my head against the wall for
hours trying to figure this out.
Appreciate your help!
Warren
On Sat, Jan 8, 2011 at 12:05 AM, Mark Wieder wrote:
> Warren-
>
> Friday, January 7, 2011, 9:58:05 PM, you wrote:
>
> > I tried changing it to:
>
> >
Mark,
I tried changing it to:
put "t" into ttest
revZipAddItemWithData "c:/Users/Warren/Desktop/NewSpinner/wdk.zip",
"text.txt", ttest
answer the result
...still the same error.
Warren
On Fri, Jan 7, 2011 at 11:52 PM, Mark Wieder wrote:
> Warren-
>
> Friday, Janua
I am trying to add data to a zip file. I keep getting a "ziperr, illegal
variable" on the revZipAddItemWithData command. The open and close results
are empty...and the zip file is not getting created.
revZipOpenArchive "c:/Users/Warren/Desktop/software/wdk.zip", "update"
answer the result
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
>
> How to receive a free Color Converter license http://qurl.tk/kv (read the
> conditions)
>
> On 12 dec 2010, at 21:04, Warren Kuhl wrote:
>
> > I understand that whe
I understand that when you have text wrapping on a field, it uses spaces to
wrap words. I have situations where the "word" length (data doesn't have
spaces) is longer then my field length and the text doesn't wrap. has
anyone encountered this? If so...how did you deal with this?
Thanks,
Warren
orking with the stack in RR is when I can't
maximize. Not sure if anyone else is experiencing anything like this. At
this point...I am not worried to much as it works as a standalone.
Warren
On Mon, Dec 6, 2010 at 1:15 PM, Warren Kuhl wrote:
> ThanksI will give this a shot!
>
>
ThanksI will give this a shot!
Appreciate the help,
Warren
On Mon, Dec 6, 2010 at 12:58 PM, John Dixon wrote:
>
> set the rect of stack 'whateverName' to screenRect()
>
> > Date: Mon, 6 Dec 2010 12:31:52 -0600
> > Subject: Maximize A Stack
> > From: warrenk...@gmail.com
> > To: use-livecode
When I click the maximize button on my stack...the stack is not maximizing
to my window. It seems to maximize horizintally...but only half my screen
is filled vertically. How would I maximize a stack to the size of my
screen?
Warren
___
use-livecode ma
Thanks everyone for your feedback! I used the command recommend by Walt for
the select all and this is working just great...
Select the text of fld fFieldName" seems to work.
Warren
On Mon, Dec 6, 2010 at 9:27 AM, Walt Brown wrote:
> Yes, thanks Klaus, I figured that out when I started playin
Disregard..I found it was as simple as copy and paste commands. Sometimes a
person overthinks the solution. :)
Warren
On Sun, Dec 5, 2010 at 7:16 PM, Warren Kuhl wrote:
> I am trying to determine how to select all text of a field and copy to
> clipboard when a button is pressed...
>
I am trying to determine how to select all text of a field and copy to
clipboard when a button is pressed...
Similar to:
Control-A
Control-C
Control-V
Thanks for any help!
Warren
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit t
a location in memory, and altering mText can alter
> in unexpected ways what is in memory. Things get really ugly after that.
>
> Best to not change the conditions of a repeat loop, except in the scenario
> described by Colin.
>
> Bob
>
>
> On Dec 3, 2010, at 11:15 AM, War
Colin,
Thanksthat would work. I didn't even think to do it this way.
Have a great weekend!
Warren
On Fri, Dec 3, 2010 at 1:09 PM, Colin Holgate wrote:
>
> On Dec 3, 2010, at 1:59 PM, Warren Kuhl wrote:
>
> > But the repeat still stops at 50. Is there anyway to incr
Here is a scenario I am trying to figure out...
put 50 into tCount
repeat with x = 1 to tCount
if x = 50 then
put 100 into tCount
end if
end repeat
With the above I would think that once the loop reaches 50..then the value
of tCount increases to 100 and the repeat would continue another 50 time
Yes...this is what was happening. I will definitely report back once I
determine what character is causing this issue. Thanks for pointing me in
the right direction!
Warren
On Thu, Dec 2, 2010 at 1:20 PM, wrote:
> Really? The missing data shows up after scrolling around for a bit?
>
> Definit
Thanks...I will check to see how the data is loaded. Just wanted to make
sure there were no issues with the scrolling fields. I will check to see if
the quote is being loaded as a special character.
The problem I am having is the text file is being cut of in the scrolling
field. I scroll all th
I have a text file which I am loading into a scrolling field. At first I
thought the text file was somehow being truncated as it looked like only
half the text file was being loaded into the scrolling field. Through
debug, I noticed that the file is being loaded completely, but the scrolling
fiel
Mike/Andre,
You have been most helpful. I used the scripts you entered Mike and have
adjusted the colors to my specs. It is working great. Thank you both!
Warren
On Fri, Nov 26, 2010 at 1:43 PM, Mike Bonner wrote:
> The following should do as Andre has suggested, you can mess with the
> opa
ver
> effect. Sorry but I don't know the syntax to set the overlay by script or I
> would have posted here
>
> andre
>
> On Fri, Nov 26, 2010 at 4:52 PM, Warren Kuhl wrote:
>
> > Mike/Andre,
> >
> > Thanks for your help. It seems like I am limited to wha
t; > On Fri, Nov 26, 2010 at 4:24 PM, Mike Bonner
> wrote:
> > >
> > > > In the inspector, colors and patterns, the fill color changes the
> > > unclicked
> > > > color, and the hilited text changes the clicked color.
> > > >
> >
Is it possible to change the colors of a push button? It looks like the
default is grey and blue when hovering over.
Thanks,
Warren
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage yo
54 matches
Mail list logo