Re: Dynamic screen during application execution ?

2010-05-24 Thread Fabrice Muller
Hi David,

Thanks very much for your response. For sure I'm interested to see what you 
have done.

My stack is available here : 
http://revonline2.runrev.com/stack/469/Mobile-Template-for-IPhone-IPad-Android

My goal is to give a template to developers for the basic part of an 
application on mobile devices,
more I could implement in the template, less the developers have to think about 
basic architecture and
could focus on their business part.

In the actual version, I have one sub-stack per device and I concentrate all 
code in the main stack,
like that for sub-stack you just call command and function from main stack. 
This solution seems
correct, but at the end you have to design your screen for each kind of device, 
with the risk of mistake.

It's why I was thinking about 1 sub-stack only, and just design the screen on 
the fly when the program
is executed, I though with this solution, you have less chance to do a mistake, 
and for the specific
part I will just use Switch, Case. The only bad thing is that you don't have 
a real screen available
for developing, you have to put objects on the right place during execution and 
so...

It's also why I search someone who has already experimented this kind of 
feature, I received absolutely
no feedback from others about my template, and I'm not sure if it could help 
someone or not ...

Thanks,
Cheers, Fabrice


On May 21, 2010, at 12:54 PM, David Bovill wrote:

 Hi Fabrice, quick answer yes Revolution is plenty fast enough to do this
 sort of dynamic screen resizing based on the device. Here are a few tips:
 
   - Dynamic scaling or toggle to different presets? With the latter you can
   write script to simply take snapshots of their geometry and save them as a
   custom prop
   - Is it really any faster than creating distinct static interfaces? How
   generic are the components?
   - You may find that it is better to organise the project as stacks with
   views that can be resized using behaviors attached to groups. The main
   project stack would have your screen and the components would then be
   sub-stacks. Rev is fast enough to copy the components from one stack to
   another and redraw them for development.
   - When finished you can if needed remove the templates in the library
   substacks and keep the behaviors.
 
 Be happy to show you how it works with a screen cast, and interested to see
 what components you want as I've a few in my library that might serve as a
 starting point?
 
 On 21 May 2010 10:48, Fabrice Muller fabricemul...@me.com wrote:
 
 Hello,
 
 I'm thinking about a possibility of generating the screen during the
 execution of a program, depending
 the device where the application is running. Just few explanations :
 
 My stack has a card01 which contain every objects like buttons, fields and
 so with business code inside,
 a second card which is free of objects will be customized during the
 execution with the right screen size
 and a copy of every objects from card01 is done in this card with right
 placement on screen.
 
 With this solution, no more need to prepare an output screen for each kind
 of device like Iphone, android and
 so, it will be just generated during the execution and in the same time it
 will be possible to have 1 application
 for many different devices.
 
 I hope I'm clear  My question !!! has someone already tried to
 implement this kind of solution ?
 Is it viable, is it quick enough and so ?
 
 Thanks very much for your feedback,
 Cheers, Fabriceo subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


***
F.LA.M.A - Fabrice Muller
Phone : +41 (21) 652.18.10 - Fax : +41 (21) 652.18.24
fabrice.mul...@pobox.com - fabricemul...@me.com
fmuller.fl...@gmail.com
http://fmuller.posterous.com/ 
***

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Dynamic screen during application execution ?

2010-05-21 Thread Fabrice Muller
Hello,

I'm thinking about a possibility of generating the screen during the execution 
of a program, depending
the device where the application is running. Just few explanations :

My stack has a card01 which contain every objects like buttons, fields and so 
with business code inside,
a second card which is free of objects will be customized during the execution 
with the right screen size
and a copy of every objects from card01 is done in this card with right 
placement on screen.

With this solution, no more need to prepare an output screen for each kind of 
device like Iphone, android and
so, it will be just generated during the execution and in the same time it will 
be possible to have 1 application
for many different devices.

I hope I'm clear  My question !!! has someone already tried to implement 
this kind of solution ?
Is it viable, is it quick enough and so ?

Thanks very much for your feedback,
Cheers, Fabrice


***
F.LA.M.A
Fabrice Muller
Phone : +41 (21) 652.18.10 - Fax : +41 (21) 652.18.24
fmuller.fl...@gmail.com
fabrice.mul...@pobox.com - fabricemul...@me.com
http://fmuller.posterous.com/ 
***




___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Mobile Template for Iphone/Ipad/Android Version Alpha 004a : new 18 May

2010-05-18 Thread Fabrice Muller
Revision Alpha 004a from 18 May:
-Multi-Language
-Manage visible/hide for fields
-Some modifications based on Iphone look
-Optimization existing code
-Centralized function in MainStack, goal to use same function from different 
stack, write once your code
and use it for Iphone stack, Ipad stack, Android stack and so...

Revision Alpha 003 from 28 April:
-Splash screen react diferently if you are on IPad/Iphone or in dev
-Save/Read configuration file on your IPhone/IPad

This version is a template which could help you to prepare the structure of a 
mobile application,
for using it on mobile you need RevMobile.

In parallel I'm starting the Mobile Template Generator which will generate this 
kind of template.

Be free to email me some issues, ideas, new features to : fabrice.mul...@me.com
I will post more informations on : http://fmuller.posterous.com/

Thanks, Fabrice

***
F.LA.M.A
Fabrice Muller
Phone : +41 (21) 652.18.10 - Fax : +41 (21) 652.18.24
fmuller.fl...@gmail.com
fabrice.mul...@pobox.com - fabricemul...@me.com
***




___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Stop to think IPad and start to think WeTab for RevMobile

2010-05-11 Thread Fabrice Muller
Following the announce of Apple we have now a great alternative with the 
announce of Kevin :

http://wetab.mobi/en/product-details

WeTab Meta-Store integrates multiple Stores, Support for native, Java, Linux, 
Adobe AIRĀ® and Android Apps

A new challenge is coming and we have a great opportunity to be part of it !

Cheers, Fabrice

***
F.LA.M.A
Fabrice Muller
Phone : +41 (21) 652.18.10 - Fax : +41 (21) 652.18.24
fabrice.mul...@pobox.com - fabricemul...@me.com
***

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Template Iphone/Ipad Version Alpha 003 : new 28 April

2010-04-28 Thread Fabrice Muller
Be free to upload and test from RevOnline

Revision Alpha 003 from 28 April:
-Splash screen react diferently if you are on IPad/Iphone or in dev
-Save/Read configuration file on your IPhone/IPad

This version is a template which could help you to prepare the structure of a 
mobile application,
for using it on mobile you need RevMobile.

At the end the goal will be to have a generator of template for the different 
mobile device.

Feedback are welcome, if you want to receive update directly,
feel free to send me an email.

Fabrice Muller
fabricemul...@me.com

***
F.LA.M.A
Fabrice Muller
Phone : +41 (21) 652.18.10 - Fax : +41 (21) 652.18.24
fabrice.mul...@pobox.com - fabricemul...@me.com
***

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Property Profiles and revSetStackFileProfile - Issue

2010-04-22 Thread Fabrice Muller
Hello All,

Has someone already tried to used Property Profiles for multi-language 
management and revSetStackFileProfile for changing the profile ?

Are this property and function working well in all case ?
I tried to used for multi language part of my application, but many times 
properties disappear or doesn't work.
The revSetStackFileProfile doesn't seem to work and change how application is 
working.

Thanks for your feedback, Fabrice

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution