Re: [Gambas-user] Gambas Editor Shortcuts

2012-03-27 Thread Ian Roper
Try again with the web links as text. Control key shortcuts on the White Island software forum [ http://whiteislandsoftware.com/index.php?page=catalogues&type=entry&id=gambas-coding-tips_2%2Fgambas-editor-control ] Gambas Main web site Control Key shortcuts [http://gambasdoc.org/help/ide/shor

[Gambas-user] Gambas Editor Shortcuts

2012-03-27 Thread Ian Roper
I have been collecting a list of the Control keys used in the Gambas GUI. You can find them here on the White Island Software Gambas Forum. There are a few more than listed on the Gambas web site here (Last updated 30/04/2011) I still have a lot to collect for the Gambas 2 version but will upda

Re: [Gambas-user] How to call .class file from main file

2012-03-27 Thread Ian Roper
You can also use F12 to toggle between the GUI form view and the Form class code view. Cheers, Ian Roper. On Sun, 2012-03-25 at 13:25 +0100, WALKER RICHARD wrote: > In Gambas 3 the .class files are hidden until you display them. A new > project starts with just the main form showing in the IDE.

[Gambas-user] How to change position of form?

2012-03-27 Thread abbat
-- View this message in context: http://old.nabble.com/How-to-change-position-of-form--tp33544800p33544800.html Sent from the gambas-user mailing list archive at Nabble.com. -- This SF email is sponsosred by: Try Wind

Re: [Gambas-user] Delete sentance between words in a file.

2012-03-27 Thread nando
An Very Simplified Example: (Best viewed in fixed-width font) (There are many other (and better) ways to do this) A = "A Tall Lad Sold All The Desks" '12345678901234567890123456789 29 characters long R = "Tall Lad Sold All The"This sub string is to be removed (21 chars long) 'Remo

Re: [Gambas-user] Delete sentance between words in a file.

2012-03-27 Thread tobi
hi, On Mon, 26 Mar 2012, sundar j wrote: > How do i delete a sentence/line between two matching words? For example i > have a long paragraph starting with ABC-Start and ending with XYZ-End. I need > to delete all the words including ABC-Start & XYZ-End. I have gone > through the gambas document