FiveWeb development

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FiveWeb development

Post by Antonio Linares »

Mario,

Que resolucion de pantalla usas ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
mag071
Posts: 139
Joined: Thu Feb 02, 2006 12:09 pm
Location: Venezuela
Contact:

Re: FiveWeb development

Post by mag071 »

Antonio;

1024x768
Mario Antonio González Osal
Venezuela
m a g 0 7 1 @ g m a i l. c o m
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FiveWeb development

Post by Antonio Linares »

Mario,

Nosotros estamos usando 1280 x 800, pero haremos que se ajuste a las dimensiones de la pantalla.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FiveWeb development

Post by Antonio Linares »

Easy learning HTML, CSS, JavaScript, PHP and MySQL:

http://forums.fivetechsupport.com/viewt ... 90&start=0

Interactive and super easy tutorials. Highly recommended :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FiveWeb development

Post by Antonio Linares »

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" :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FiveWeb development

Post by Antonio Linares »

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

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
Jonathan Hodder
Posts: 77
Joined: Sun Aug 26, 2007 11:53 pm

Re: FiveWeb development

Post by Jonathan Hodder »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FiveWeb development

Post by Antonio Linares »

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:

Image

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!

Image

3. We launch our app from FiveGen, Menu, "Go"

4. In our app, we go to our menuitem and launch the action:

Image

Our form is shown, dynamically built from the server dictionary :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: FiveWeb development

Post by Rick Lipkin »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FiveWeb development

Post by Antonio Linares »

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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FiveWeb development

Post by Antonio Linares »

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

Image

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: FiveWeb development

Post by Rick Lipkin »

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
DevBr
Posts: 13
Joined: Mon Apr 23, 2012 7:43 am

Re: FiveWeb development

Post by DevBr »

Hi Antonio,

Is it Open-Source project ?
Do you have a SVN ?
Maybe I can contrib too if you allow.

Thanks. :)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FiveWeb development

Post by Antonio Linares »

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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Bayron
Posts: 815
Joined: Thu Dec 24, 2009 12:46 am
Location: Philadelphia, PA

Re: FiveWeb development

Post by Bayron »

Hi Antonio,

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 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:

Code: Select all

   this.dlg.style.width  = nWidth;
   this.dlg.style.height = nHeight;
 
Anywhere you use coordinates, You should use:

Code: Select all

   this.dlg.style.width  = nWidth + "px";
   this.dlg.style.height = nHeight + "px";
 
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
=====>

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...
Post Reply