FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FiveWeb development
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWeb development
Posted: Sun May 13, 2012 02:40 PM

Mario,

Que resolucion de pantalla usas ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 140
Joined: Thu Feb 02, 2006 12:09 PM
Re: FiveWeb development
Posted: Mon May 14, 2012 04:25 PM

Antonio;

1024x768

Mario Antonio González Osal

Venezuela

m a g 0 7 1 @ g m a i l. c o m
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWeb development
Posted: Mon May 14, 2012 04:31 PM

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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWeb development
Posted: Tue May 15, 2012 10:46 AM

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

viewtopic.php?f=17t=24090start=0

Interactive and super easy tutorials. Highly recommended :-)

&&

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWeb development
Posted: Tue May 15, 2012 05:43 PM
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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWeb development
Posted: Sun Jun 17, 2012 03:47 PM
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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 77
Joined: Sun Aug 26, 2007 11:53 PM
Re: FiveWeb development
Posted: Mon Jun 18, 2012 02:37 AM

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

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWeb development
Posted: Tue Jun 19, 2012 01:16 PM
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 :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: FiveWeb development
Posted: Tue Jun 19, 2012 04:27 PM

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

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWeb development
Posted: Tue Jun 19, 2012 07:09 PM
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/11080366/retrieve-data-from-the-server-without-going-to-a-new-web-page
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWeb development
Posted: Thu Jun 21, 2012 02:23 PM
Placing controls on a form from FiveGen:

http://www.fivetechsoft.com/fivegen (beta tester login required)

FiveGen documentation: http://wiki.fivetechsoft.com/doku.php?id=fivegen_english



regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: FiveWeb development
Posted: Thu Jun 21, 2012 07:11 PM

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

Posts: 13
Joined: Mon Apr 23, 2012 07:43 AM
Re: FiveWeb development
Posted: Fri Jun 22, 2012 03:31 AM

Hi Antonio,

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

Thanks. :)

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWeb development
Posted: Fri Jun 22, 2012 08:56 AM

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
Posts: 883
Joined: Thu Dec 24, 2009 12:46 AM
Re: FiveWeb development
Posted: Fri Jun 22, 2012 03:02 PM
Hi Antonio,

I see that you continue to use:

Code (fw): Select all Collapse
<!--[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 (fw): Select all Collapse
   this.dlg.style.width  = nWidth;
   this.dlg.style.height = nHeight;


Anywhere you use coordinates, You should use:

Code (fw): Select all Collapse
   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
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala

FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10

FiveWin, One line of code and it's done...