FiveWeb development
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveWeb development
Mario,
Que resolucion de pantalla usas ?
Que resolucion de pantalla usas ?
Re: FiveWeb development
Antonio;
1024x768
1024x768
Mario Antonio González Osal
Venezuela
m a g 0 7 1 @ g m a i l. c o m
Venezuela
m a g 0 7 1 @ g m a i l. c o m
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveWeb development
Mario,
Nosotros estamos usando 1280 x 800, pero haremos que se ajuste a las dimensiones de la pantalla.
Nosotros estamos usando 1280 x 800, pero haremos que se ajuste a las dimensiones de la pantalla.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveWeb development
Easy learning HTML, CSS, JavaScript, PHP and MySQL:
http://forums.fivetechsupport.com/viewt ... 90&start=0
Interactive and super easy tutorials. Highly recommended
http://forums.fivetechsupport.com/viewt ... 90&start=0
Interactive and super easy tutorials. Highly recommended
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveWeb development
Already implemented the "Go" option for FiveGen:
http://www.fivetechsoft.com/fivegen (beta-tester access require, require access by email to alinares@fivetechsoft.com)
Check how the main pulldown menu is automatically created from the FiveGen data dictionary, when you select "Go"
http://www.fivetechsoft.com/fivegen (beta-tester access require, require access by email to alinares@fivetechsoft.com)
Check how the main pulldown menu is automatically created from the FiveGen data dictionary, when you select "Go"
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveWeb development
Implemented the close button on all forms:
http://www.fivetechsoft.com/fiveweb
http://www.fivetechsoft.com/fivegen (beta-testers required login access)
http://www.fivetechsoft.com/fivedbu
http://www.fivetechsoft.com/fiveweb
http://www.fivetechsoft.com/fivegen (beta-testers required login access)
http://www.fivetechsoft.com/fivedbu
-
- Posts: 77
- Joined: Sun Aug 26, 2007 11:53 pm
Re: FiveWeb development
Hi
Tip for resizing page to fit browser.
The newer versions of explorer have a resize options bottom right corner 100% 80% 150% etc.
Maybe someone knows more about Chrome and can suggest how to do the same with Chrome
I'm learning more Java at the moment.
Keep up the good work Antonio.
Come on guys FiveWeb is the future.
Jonathan
Tip for resizing page to fit browser.
The newer versions of explorer have a resize options bottom right corner 100% 80% 150% etc.
Maybe someone knows more about Chrome and can suggest how to do the same with Chrome
I'm learning more Java at the moment.
Keep up the good work Antonio.
Come on guys FiveWeb is the future.
Jonathan
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveWeb development
FiveGen: Dynamic forms from the server dictionary are already working !!!
Learn how easy to use them:
1. In FiveGen, from the Menu "Interface", "Forms", create a new form:
2. From the Menu "Interface", "Menu", we assign this action to a menuitem:
Form( cFormName ) // Will access the server to load a dictionary form without changing the current webpage!
3. We launch our app from FiveGen, Menu, "Go"
4. In our app, we go to our menuitem and launch the action:
Our form is shown, dynamically built from the server dictionary
Learn how easy to use them:
1. In FiveGen, from the Menu "Interface", "Forms", create a new form:
2. From the Menu "Interface", "Menu", we assign this action to a menuitem:
Form( cFormName ) // Will access the server to load a dictionary form without changing the current webpage!
3. We launch our app from FiveGen, Menu, "Go"
4. In our app, we go to our menuitem and launch the action:
Our form is shown, dynamically built from the server dictionary
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Re: FiveWeb development
Antonio
Thank you for all your hard work .. a couple of quick questions ??
1) HTML 5 seems to be where android and smart phones appear to be trending .. I know nothing about HTML 5 .. are you ( thinking about or ) developing along those lines ?
2) Ajax and XML .. I realize when you start talking interactive XML .. that is quite a different territory than Html ?? what are your thoughts ?
Thanks
Rick Lipkin
Thank you for all your hard work .. a couple of quick questions ??
1) HTML 5 seems to be where android and smart phones appear to be trending .. I know nothing about HTML 5 .. are you ( thinking about or ) developing along those lines ?
2) Ajax and XML .. I realize when you start talking interactive XML .. that is quite a different territory than Html ?? what are your thoughts ?
Thanks
Rick Lipkin
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveWeb development
Rick,
We have not needed to use any specific HTML5 features yet. In our code there is a section for web sockets but we are not using them by now.
XML is not used. We found a very easy way to connect the client side to the server side using frames. Frames are not recommended and work really fine, thats why we keep using them meanwhile they remain supported.
Please review this thread that we opened in StackOverflow, its interesting and offers solutions for the future in case that we need to use HTML5 only:
http://stackoverflow.com/questions/1108 ... w-web-page
We have not needed to use any specific HTML5 features yet. In our code there is a section for web sockets but we are not using them by now.
XML is not used. We found a very easy way to connect the client side to the server side using frames. Frames are not recommended and work really fine, thats why we keep using them meanwhile they remain supported.
Please review this thread that we opened in StackOverflow, its interesting and offers solutions for the future in case that we need to use HTML5 only:
http://stackoverflow.com/questions/1108 ... w-web-page
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveWeb development
Placing controls on a form from FiveGen:
http://www.fivetechsoft.com/fivegen (beta tester login required)
FiveGen documentation: http://wiki.fivetechsoft.com/doku.php?i ... en_english
http://www.fivetechsoft.com/fivegen (beta tester login required)
FiveGen documentation: http://wiki.fivetechsoft.com/doku.php?i ... en_english
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Re: FiveWeb development
Antonio
AWESOME .. I was alluding to your form on form data entry when I asked about HTML5 and the Ajax question earlier ..
This example answered that question ..
Nicely Done!
Rick Lipkin
AWESOME .. I was alluding to your form on form data entry when I asked about HTML5 and the Ajax question earlier ..
This example answered that question ..
Nicely Done!
Rick Lipkin
Re: FiveWeb development
Hi Antonio,
Is it Open-Source project ?
Do you have a SVN ?
Maybe I can contrib too if you allow.
Thanks.
Is it Open-Source project ?
Do you have a SVN ?
Maybe I can contrib too if you allow.
Thanks.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveWeb development
Lailton,
No, it is not open source. The HTML + CSS + JavaScript are available (obviously), but the PHP (server side) it is not and will be commercial.
Your help is welcome, please contact me by email so we can coordinate it, thanks
BTW, I was considering to implement a forms designer, maybe using jquery ui, or maybe not, as we don't need all that functionality, and I prefer to have a very simple code and very easy to maintain.
No, it is not open source. The HTML + CSS + JavaScript are available (obviously), but the PHP (server side) it is not and will be commercial.
Your help is welcome, please contact me by email so we can coordinate it, thanks
BTW, I was considering to implement a forms designer, maybe using jquery ui, or maybe not, as we don't need all that functionality, and I prefer to have a very simple code and very easy to maintain.
Re: FiveWeb development
Hi Antonio,
I see that you continue to use:
I propossed this, but I found that is not the solution, because you are not taking advantage of new functionality in IE9 or newer...
I have found that the problem with IE9 is that you have to tell it that you want the coordinates to be in Pixels and not in Points...
Insted of:
Anywhere you use coordinates, You should use:
Just an example...
Removing this TAG, when using IE9 you are going to be able to use round corner buttons, and gradients using scripst... ammong other functionalities
I see that you continue to use:
Code: Select all
<!--[if lte IE 9]>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
<![endif]-->
I have found that the problem with IE9 is that you have to tell it that you want the coordinates to be in Pixels and not in Points...
Insted of:
Code: Select all
this.dlg.style.width = nWidth;
this.dlg.style.height = nHeight;
Code: Select all
this.dlg.style.width = nWidth + "px";
this.dlg.style.height = nHeight + "px";
Removing this TAG, when using IE9 you are going to be able to use round corner buttons, and gradients using scripst... ammong other functionalities
=====>
Bayron Landaverry
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com
FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate
FiveWin, One line of code and it's done...
Bayron Landaverry
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com
FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate
FiveWin, One line of code and it's done...