On 2/22/11 9:16 PM, RevList wrote:
I have a simple, single stack solution that I want to add another stack as
a Splash Screen.
Problem is, my solution is currently the main stack and I want the app to
open showing the Splash screen then disappear and load the main stack.
I can create my Splash Sc
You should be able to store your datagrid in a custom property of the
main stack and install it in a
on preopenstack
-- or other handler.
I am not well-versed in splash screens, etc so others will have to
refine my answer, but this should give you a solid idea to pursue.
Pretty much
Thomas McGrath III on February-22-11 at 7:22 PM -0800
wrote:
>Open both stacks. Select the Inspector on the main (non splash screen)
>stack.
>
>Select the mainStack button (3rd one down) and select the splash screen
>stack.
>
>Your done.
>
>Now write the code in splash screen to open the non-spla
Even easier!
Terry...
On 23/02/11 2:22 PM, "Thomas McGrath III" wrote:
> Open both stacks. Select the Inspector on the main (non splash screen) stack.
>
> Select the mainStack button (3rd one down) and select the splash screen stack.
>
> Your done.
>
> Now write the code in splash screen to
Open both stacks. Select the Inspector on the main (non splash screen) stack.
Select the mainStack button (3rd one down) and select the splash screen stack.
Your done.
Now write the code in splash screen to open the non-splash screen
-- Tom McGrath III
http://lazyriver.on-rev.com
3mcgr...@comc
You can clone your existing main stack (see the clone command in the
dictionary) and then make the clone a substack of your new (main stack)
splash stack.
HTH,
Terry...
On 23/02/11 2:16 PM, "RevList" wrote:
> I have a simple, single stack solution that I want to add another stack as
> a Splas
I have a simple, single stack solution that I want to add another stack as
a Splash Screen.
Problem is, my solution is currently the main stack and I want the app to
open showing the Splash screen then disappear and load the main stack.
I can create my Splash Screen stack as a sub stack of my main
Tom-
Tuesday, February 22, 2011, 11:47:18 AM, you wrote:
> Any one ever have a corrupted group?
Sounds like a bunch of lobbyists.
--
-Mark Wieder
mwie...@ahsoftware.net
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this
Ahah! Good to know!
Bob
On Feb 22, 2011, at 4:37 PM, J. Landman Gay wrote:
> On 2/22/11 4:33 PM, Bob Sneidar wrote:
>
>> I discovered though, that if I have something selected, and then
>> programmatically set the dgText of the datagrid, effectively
>> deselecting anything, the datagrid does N
Ya I can easily do that, but I was commenting on the way it worked. I set the
dgText of a datagrid a lot, so I would have to remember to do so each time. I
was thinking it ought to be automatic.
Bob
On Feb 22, 2011, at 2:51 PM, Terry Judd wrote:
> Bob - How about sending "selectionChanged" t
On 2/22/11 4:33 PM, Bob Sneidar wrote:
I discovered though, that if I have something selected, and then
programmatically set the dgText of the datagrid, effectively
deselecting anything, the datagrid does NOT get the selectionChanged
message, even though the selection DID change.
It isn't just
Hi Terry,
Will give it another try, it must be something like that. Thanks!
Met vriendelijke groeten,
Ton Kuypers
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscripti
Yes, that's what you need to do. I set the dghilitedline of datagrids by
script frequently and that doesn't trigger a selectionChanged event so I have
to send one in the script.
Pete Haworth
On Feb 22, 2011, at 2:51 PM, Terry Judd wrote:
> Bob - How about sending "selectionChanged" to the dat
Bob - How about sending "selectionChanged" to the datagrid immediately after
updating the dgText?
Terry...
On 23/02/11 9:33 AM, "Bob Sneidar" wrote:
> Not complaining just a curiosity. I have a selectionChanged handler in my data
> grid because I want to trap for it and act based one what the
Ton - I'd still suspect a problem with the variable or the variable name.
Invisible characters have a habit of creeping into the script editor if your
fingers are as clumsy as mine. Try deleting the relevant bits of code and
retyping them.
I make mySQL connections all the time using variables (as
Not complaining just a curiosity. I have a selectionChanged handler in my data
grid because I want to trap for it and act based one what the user selected.
I discovered though, that if I have something selected, and then
programmatically set the dgText of the datagrid, effectively deselecting
Well, Tried all of my other groups and they work fine so I created a copy of a
group that I knew worked and edit group - select all cut - paste from previous
group. Now it works as expected. Must have been a corrupted group.
Any one ever have a corrupted group? If that's what was wrong with it.
Any ideas why the first one below will work and the second one doesn't???
-- In a button to create a Navigation Bar at the top of the card. I have a
background that works and then two groups one for each of two buttons - the
back button group duplicates and is positioned at the top left 6 pixels
Someone told me about Stackrunner which is simply a Livecode standalone which
launches stacks for you. Pretty simple when you think about it, because a stack
can launch another stack in the IDE, and all a standalone is is a Livecode
Runtime Engine glued to your stacks and other resources.
Bob
Hello:
¿Exists a Revolution Player or StackRunner that run a revolution stack in
WINDOWS 7?
Can I run a revolution stack in a computer with WINDOWS 7?
Un saludo.
Joseba Aguayo Fernández
(jagu...@telur.es)
___
use-livecode mailing list
use-livecode@lis
I put the variables into the message-box and copied them to my code from
there... So sorry, the variables are correct, got no idea why this doesn't work.
But because there is nu user-interaction required to set these parameters, I
just entered them in the code :-)
Met vriendelijke groeten,
Ton
Sorry for the bandwidth consumption, but I sent a couple messages to
this list yesterday that I haven't seen come through so I'm just trying
to determine if there's a problem here or just a momentary glitch
--
Richard Gaskin
Fourth World
LiveCode training and consulting: http://www.fourt
Step through your code and make sure your variables are what you expect. They
probably are not.
Bob
On Feb 22, 2011, at 6:42 AM, tkuyp...@telenet.be wrote:
> Hi Mark,
>
> No, that's ok, I do have remote access.
> Did some more testing and the plot thickens...
>
> When I use put "revOpenDatab
Hi Mark,
No, that's ok, I do have remote access.
Did some more testing and the plot thickens...
When I use put "revOpenDatabase("mysql", "myFakeURL.com", "DatabaseName",
"UserName", "Password") into dbResult" it works fine.
But when I use variables (put
revOpenDatabase("mysql",dbAddr,dbName,dbU
Hi Zryip,
> On Tue, Feb 22, 2011 at 2:56 PM, Klaus on-rev wrote:
>> Hi freinds,
>>
>> some time ago someone posted a very long script to get the current language
>> on Mac OS and Win. Monsieur Medard?
>> Does someone remember that one?
>> Any help appreciated!
>
> Hi Klaus,
> Maybe you looking
On Tue, Feb 22, 2011 at 2:56 PM, Klaus on-rev wrote:
> Hi freinds,
>
> some time ago someone posted a very long script to get the current language
> on Mac OS and Win. Monsieur Medard?
>
> Does someone remember that one?
> Any help appreciated!
Hi Klaus,
Maybe you looking for this thread?
http
Hi freinds,
some time ago someone posted a very long script to get the current language
on Mac OS and Win. Monsieur Medard?
Does someone remember that one?
Any help appreciated!
Best
Klaus
--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com
__
Hi Ton,
Before you do anything else, call your ISP and ask if a direct connection is
allowed. Very many ISP's only allow connections from applications running on
the same server (such as Apache and Perl).
If your ISP does allow direct remote connections, make sure that you have set
up a userna
A very strange thing is happening when connecting to a mySQL database.
going to my localhost on my Mac, no problems logging in, but when I try to
connect to my remote mySQL server, I keep on getting the error "Access denied
for user 'intelli-pubs'@'94-224-36-65.access.telenet.be' (using password:
I've had an Archos 101 16Gb for about 2 months now. Fantastic bit of kit for
around £300. Very happy with it. Archos are very pro-active with firmware
updates to remove bugs and add facilities.
Details here
http://www.archos.com/products/ta/archos_101it/index.html?country=gb&lang=en
http://www.
We fixed it.
cheers
Heather
On 22 Feb 2011, at 02:27, J. Landman Gay wrote:
On 2/21/11 9:09 AM, Richard Gaskin wrote:
Nonsanity wrote:
The problem was probably due to a change on the server side that
made the
old URL
forums.runrev.com/phpBB2/...
Change to:
forums.runrev.com/...
So if
On 02/22/2011 10:25 AM, FlexibleLearning wrote:
You haven't got IrfanView (www.irfanview.com)? Basically does everything
except pixel editing, including ico save. And it's completely free.
Wow... We should have you stuffed as an endangered species!
:)
With a name like "Senior" you should wat
You haven't got IrfanView (www.irfanview.com)? Basically does everything
except pixel editing, including ico save. And it's completely free.
Wow... We should have you stuffed as an endangered species!
:)
Hugh Senior
FLCo
On Sat, 19 Feb 2011, Richmond wrote:
> I shall point out again that GIMP
33 matches
Mail list logo