I am looking to write an app like the one in the link below. Theres is nice but i need to make it for my company intranet and use custom things we use. I like the drop down windows for lack of better term. I see this in a lot of mac programs but will need to make it happen for PC. If you look at the demo in the link. The tasks are in small boxes and when they click the task the box(window) expands to show not only the header, but all the specific info and can be edited. Also when it expands the other tasks slide down to make room and when they collapse the box all of the other slide up.
Is this something easy to do? I did some searches on there before asking but did not find anything? Any suggestions would help
Thanks
http://culturedcode.com/things/screencast.html
Drop Down Windows / boxes within Windows
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Drop Down Windows / boxes within Windows
no1g8tor,
Looking at the screen cast, I have no clue what you mean with drop down windows. Perhaps, a single screenshot would be clearer in this case.
Best regards,
Mark
Looking at the screen cast, I have no clue what you mean with drop down windows. Perhaps, a single screenshot would be clearer in this case.
Best regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Drop Down Windows / boxes within Windows
Mark,
Sorry that I wasnt clear. Let me see if this helps. My terminology might be off.
If you goto this link http://www.culturedcode.com/things/ and look at the tasks that the example shows.
Each task is in a small rectangular square but when you get to task "Tune Up Car" its is 3 or 4 times the size and all the detal of that tast in the larger "Expanded" rectangle and if you "close" the task it "colapses" to the size of the other tasks and the tasks below move up to keep in line? I hope that explanattion works.
Basically I want a list of "tasks" in small rectangles "windows" that expand and collapse like the example.
Thanks so much for the help
Mike
Sorry that I wasnt clear. Let me see if this helps. My terminology might be off.
If you goto this link http://www.culturedcode.com/things/ and look at the tasks that the example shows.
Each task is in a small rectangular square but when you get to task "Tune Up Car" its is 3 or 4 times the size and all the detal of that tast in the larger "Expanded" rectangle and if you "close" the task it "colapses" to the size of the other tasks and the tasks below move up to keep in line? I hope that explanattion works.
Basically I want a list of "tasks" in small rectangles "windows" that expand and collapse like the example.
Thanks so much for the help
Mike
Re: Drop Down Windows / boxes within Windows
Hi Mike,
I understand it. In Revolution, you can do this with groups. Each group contains a number of images, which form the box you are talking of. You will want to nest your groups inside another group with a vertical scrollbar. You need one template group, which is copied to the main group to create a new task. Scripts will have to adjust the positions of all elements of the box, to make it resize. The same script needs to adjust the positions of all other boxes at the same time. It is all about appearance, there is nothing native in there, although it looks very neat.
Best,
Mark
I understand it. In Revolution, you can do this with groups. Each group contains a number of images, which form the box you are talking of. You will want to nest your groups inside another group with a vertical scrollbar. You need one template group, which is copied to the main group to create a new task. Scripts will have to adjust the positions of all elements of the box, to make it resize. The same script needs to adjust the positions of all other boxes at the same time. It is all about appearance, there is nothing native in there, although it looks very neat.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Drop Down Windows / boxes within Windows
Thanks Mark,
Did not think of groups in groups. Makes sense. I will give it a try and see what happens. If it works I will let everyone know.
Take care
Michael
Did not think of groups in groups. Makes sense. I will give it a try and see what happens. If it works I will let everyone know.
Take care
Michael