|
This application illustrates how to interact with a GMail acount from a Clarion Application. The application initially asks you for your Gmail address and login. Once these have been entered correctly you do not need to enter them again except to change one of those parameters - which you can do from the toolbar above. HNDGMAILEXPLORER.APP applies primarily a CHT template called HandyComInternetExplorerControl. The template has been configured with specific web form settings that allow it to insert information directly into the web page variables having to do with login. The application communicates with the Gmail login page's DOM (Document Object Model) using methods provided in CHT class, HNDInternetExplorer. Any questions, feel free to ask: news.cwhandy.com Cheers, Gus M. Creces The Clarion Handy Tools Page www.cwhandy.ca (CHT Website) news.cwhandy.ca (CHT Forum) |
| PROCEDURE (1): JumpStartSplashCHTBlue (Procedure Template: Splash) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HTellMe | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0002) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0003) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (3) Class Instances Found In JumpStartSplashCHTBlue | |||||
| PROCEDURE (2): Main (Procedure Template: Window) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | ZIP | HNDComZipClass | HND | 372 | HNDZIPPR.INC |
| (0002) | CONFIG | HNDConfig | HNDINET | 64 | HNDCONFG.INC |
| (0003) | IE | HNDInternetExplorer | HND | 272 | HNDSHDVW.INC |
| (0004) | Handles2 | HNDSizes | HND | 23 | HNDSIZES.INC |
| (0005) | SMTP | HNDSmtp | HNDINET | 218 | HNDSMTP.INC |
| (0006) | HWin | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0007) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0008) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (8) Class Instances Found In Main | |||||
Classes By Procedure In HNDGMAILEXPLORER.APP