Search found 33 matches
- Mon May 24, 2010 11:44 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: avoid losing data
- Replies: 3
- Views: 3898
Re: avoid losing data
Mark I appreciate your kind answer, thanks so much, now is working property and i can understand how runrev is working little by little... best regards... Greg
- Thu May 20, 2010 12:55 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: COUNTING TIMER
- Replies: 3
- Views: 4788
Re: COUNTING TIMER
Dumbark sorry for the late reply, thanks for comment, now the timer is working..
best regad
Greg
best regad
Greg
- Thu May 20, 2010 12:53 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: avoid losing data
- Replies: 3
- Views: 3898
avoid losing data
Hello, i have a code like this in one card:
on Temporizador
add 1 to tsec3
if tsec3 < 60 then
if tsec3 <= 9 then
put "0" & tsec3 into field "3sec"
else
put ":" && tsec3 into field "3sec"
end if
else
if tsec3 =60 then
put "00" into field "3sec"
end if
put "0" into tsec3
add 1 to tmin3 ...
on Temporizador
add 1 to tsec3
if tsec3 < 60 then
if tsec3 <= 9 then
put "0" & tsec3 into field "3sec"
else
put ":" && tsec3 into field "3sec"
end if
else
if tsec3 =60 then
put "00" into field "3sec"
end if
put "0" into tsec3
add 1 to tmin3 ...
- Fri Apr 23, 2010 4:39 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: COUNTING TIMER
- Replies: 3
- Views: 4788
Re: COUNTING TIMER
i am apologize i could find some hits using the search option in the forums, but i found the answer very similar that i was looking for under the subject "multiple timer"... thanks now the timer is timing...
Greg Garcia
Greg Garcia
- Fri Apr 23, 2010 1:38 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: COUNTING TIMER
- Replies: 3
- Views: 4788
COUNTING TIMER
Greeting to all, i am trying to put a simple timer in some applications not lucky so far... i will appreciate some help about this:
have you seen the timer when you hit "Start" the timer start to count seconds and and then minutes and then hours, so you hit the "Stop" button and the timer stop or ...
have you seen the timer when you hit "Start" the timer start to count seconds and and then minutes and then hours, so you hit the "Stop" button and the timer stop or ...
- Sat Jan 09, 2010 3:31 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: about the upgrade
- Replies: 2
- Views: 3281
Re: about the upgrade
Thansk Mark i am sorry for the late reply. I will try it because now is not too clear at all, altough i put where you said i still have a doubt how handle all the plug in that used to have in 4.0.0 version, since i just got the software almost 6 weeks ago still not use some of the plug in yet, since ...
- Wed Dec 30, 2009 8:15 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: about the upgrade
- Replies: 2
- Views: 3281
about the upgrade
Hello folks i am working with Rev enterprise 4.5.0 that updated last week but looked at the file in my directory now have the folders for both version 4.5 and 4.0 that i would like to know how do you handle the folder every upgrade? i mean, i got the megabundle some of the program are in the "old ...
- Tue Dec 15, 2009 3:31 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: something wrong with gRevAppIcon
- Replies: 1
- Views: 2860
something wrong with gRevAppIcon
ok fellows it look like the system want to practice my english jeje, did not save the topic. The point is that i cread an application using only 6 cards the last card i just used to hold the images. i followed the dictionary about gRevAppIcon as:
global gRevAppIcon
put "1064" into gRevAppIcon ...
global gRevAppIcon
put "1064" into gRevAppIcon ...
- Fri Dec 11, 2009 10:39 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: using what tab
- Replies: 4
- Views: 4773
Re: using what tab
bn, got the idea thanks so much. Now is working as it has to be.
i just put the scrip in the main button that goes to the first card:
set the menuHistory of button "Tab Menu" to 1
and now i am ready to create the first stand alone application, very elemental and easy but is the first step into ...
i just put the scrip in the main button that goes to the first card:
set the menuHistory of button "Tab Menu" to 1
and now i am ready to create the first stand alone application, very elemental and easy but is the first step into ...
- Fri Dec 11, 2009 2:14 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: using what tab
- Replies: 4
- Views: 4773
Re: using what tab
Hi bn, i got the idea but may be i need explain better: to create this small application i followed the video called "windows object" in the resource center. So i created the "tab panel" objet, changed the name of the "tab" and put it a name called "Tab Menu", as i said it works fine if i moved just ...
- Thu Dec 10, 2009 10:25 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: using what tab
- Replies: 4
- Views: 4773
using what tab
Hello, i am using the tab panel objet with the folowing code:
on menuPick whatTab
visual effect dissolve
go to card whatTab
end menuPick
so i created a stack containing 5 cards, the fisrt one is the start windows the next 4 are who used the tab panel, the problem here is that the "focus" ( i ...
on menuPick whatTab
visual effect dissolve
go to card whatTab
end menuPick
so i created a stack containing 5 cards, the fisrt one is the start windows the next 4 are who used the tab panel, the problem here is that the "focus" ( i ...
- Wed Dec 09, 2009 11:50 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: changing answer style
- Replies: 8
- Views: 8187
Re: changing answer style
Thanks Mark i will do it.
- Wed Dec 09, 2009 7:51 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: changing answer style
- Replies: 8
- Views: 8187
Re: changing answer style
wow now i am available to change size, color, font, etc using structure as html.
thanks Sturgis
thanks Sturgis
- Wed Dec 09, 2009 4:54 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: changing answer style
- Replies: 8
- Views: 8187
Re: changing answer style
Sturgis you are the man, now is working i just put like this
answer "Hola" && "<b>" && field "fNombre2" && "</b>" && "el resultado es...." && tResult titled "Y la respuesta es........"
i now i will play around with other text style, i am not a contributor now in this forum but give another couple ...
answer "Hola" && "<b>" && field "fNombre2" && "</b>" && "el resultado es...." && tResult titled "Y la respuesta es........"
i now i will play around with other text style, i am not a contributor now in this forum but give another couple ...
- Wed Dec 09, 2009 3:29 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: changing answer style
- Replies: 8
- Views: 8187
Re: changing answer style
Sturgis, thanks i am tried but it works fine with text not for field inside de answer, i put like this answer "hello" && "<b> field "fname" </b>" and i got an error i tried several form and just instead put the user name it put like a text field fname in bold. Where is my mistake?
thanks again
greg
thanks again
greg