Search found 6 matches

by momo
Tue Aug 06, 2013 8:05 pm
Forum: Internet
Topic: Upload and HTML to a Server
Replies: 1
Views: 3350

Upload and HTML to a Server

Hi

I want to aske if it's possible to make an application that uploads a HTML file to a server, so that i can be accecet by other people.
The reason behinde it is that i made a HTML generator and want user to be able to ulload it to my Server so i can "publish" it for them

regards
Kai
by momo
Mon Jul 22, 2013 12:16 pm
Forum: Talking LiveCode
Topic: Creating a new card and clone a group into it
Replies: 5
Views: 5462

Re: Creating a new card and clone a group into it

Hi Klaus

I still dont know the problem but when i deleted the button + code and made a new one with the same propeties it worked
I quess somehow it got looped and was calling itself over and over again.

regards
Momo
by momo
Mon Jul 22, 2013 11:25 am
Forum: Talking LiveCode
Topic: Creating a new card and clone a group into it
Replies: 5
Views: 5462

Re: Creating a new card and clone a group into it

Hi
I tried the code you posted but ran into a problem
When i use: create card it creates 600+ new cards and only stops because the recursion limit is reached.

code on the button:
on mouseUp
create card
end mouseUp

regards
momo
by momo
Sun Jul 21, 2013 5:16 pm
Forum: Talking LiveCode
Topic: Creating a new card and clone a group into it
Replies: 5
Views: 5462

Creating a new card and clone a group into it

Hi

I want to make a button that creates a new card and clones/copies all element in a certain group onto the card.
I tried something like:

create card
clone group groupname

but it created like 400+ new cards.
any suggestions how it might work?
by momo
Thu Jul 11, 2013 1:09 pm
Forum: Talking LiveCode
Topic: Adding Gui through code
Replies: 4
Views: 4330

Re: Adding Gui through code

thanks for your help

momo
by momo
Mon Jul 08, 2013 3:12 pm
Forum: Talking LiveCode
Topic: Adding Gui through code
Replies: 4
Views: 4330

Adding Gui through code

Hi, I'm want to know if it's possible to add GUI elements with script code.

The problem that i have is:
I have a quetionnnair with a number of quetions.
And because I dont want to make a new GUI each time a number of questions changes, i want to do it dynamicly.
is that possible in Livecode?