Hello,
are there plans to get rid of the IFrame for showing another application within a specific Application. Rather then using an IFrame can’t you just import the code of a child application?
Hello,
are there plans to get rid of the IFrame for showing another application within a specific Application. Rather then using an IFrame can’t you just import the code of a child application?
I dont think SC will change Iframes and Tables for a while, i would be great but they need to make a lot of changes.
Can’t really tell if optional Code Import instead of Iframe would be a major task with SC. Maybe a core developer could make a statement.
Another question would be responsive design with SC, but I guess with tables like those produced by SC, responsive design can’t really work. Or?
If Scriptcase really want to be the TOP of RAD, they need to move to Mobile/responsible apps killing iframes and tables,otherwise they are only making minor updates.
I can tell you that YES you can make a “MANUAL” responsive apps using this SC but it requires a lot of code. Here are some options:
OPTION 1:
Inject a CSS that overwrite the current SC rules with your new responsive rules. You need to use a lot of !IMPORTANT on CSS to overwrite rules.
@media screen and (min-width: 700px) and (max-width: 1000px) {}
OPTION 2 Just for mobile:
Build all your SC project and apps using a CUSTOM WIDTH like 400-600 Pixes,
so you can run this apps on a mobile. (This is not responsive like option 1 this is just for mobile)
===================================================
BUT If Scriptcase really want to be the TOP of RAD, they need to move to Mobile/responsible apps killing iframes and tables,otherwise they are only making minor updates.
like :d …