2010-03-09 06:22:36 +01:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "$(LANG)" lang = "$(LANG)" dir = "$(LANGDIR)" >
< head >
< meta http-equiv = "content-type" content = "text/html; charset=utf-8" >
< base target = "contents" >
< link rel = "stylesheet" href = "$(STYLE)" >
< / head >
2011-12-30 18:03:20 +01:00
< script type = "text/javascript" defer >
if (navigator.appVersion.match(/Chrome/) != null)
document.childNodes[1].style.overflow = 'hidden';
< / script >
2010-03-09 06:22:36 +01:00
< body class = "left" >
2011-04-04 02:40:32 +02:00
< div id = "top-menu" >
2011-11-06 21:12:51 +01:00
< div style = "margin-bottom:4px;" >
2011-12-30 18:03:20 +01:00
< div align = "left" >
2011-11-06 21:12:51 +01:00
< a class = "image" href = "../en/main.html" target = "_top" > < img src = "flag/en.png" border = "0" style = "" alt = "{English}" title = "{English}" valign = "top" > < / img > < / a >
< a class = "image" href = "../fr/main.html" target = "_top" > < img src = "flag/fr.png" border = "0" style = "" alt = "{French}" title = "{French}" > < / img > < / a >
< a class = "image" href = "../es/main.html" target = "_top" > < img src = "flag/es.png" border = "0" style = "" alt = "{Spanish}" title = "{Spanish}" > < / img > < / a >
< a class = "image" href = "../ca/main.html" target = "_top" > < img src = "flag/ca.png" border = "0" style = "" alt = "{Catalonia}" title = "{Catalonia}" > < / img > < / a >
< a class = "image" href = "../de/main.html" target = "_top" > < img src = "flag/de.png" border = "0" style = "" alt = "{German}" title = "{German}" > < / img > < / a >
< / div >
2011-12-30 18:03:20 +01:00
< div align = "left" >
2011-11-06 21:12:51 +01:00
< a class = "image" href = "../cs/main.html" target = "_top" > < img src = "flag/cs.png" border = "0" style = "" alt = "{Czech Republic}" title = "{Czech Republic}" > < / img > < / a >
< a class = "image" href = "../tr/main.html" target = "_top" > < img src = "flag/tr.png" border = "0" style = "" alt = "{Turkish}" title = "{Turkish}" > < / img > < / a >
< a class = "image" href = "../ar/main-rtl.html" target = "_top" > < img src = "flag/ar.png" border = "0" style = "" alt = "{Arabic}" title = "{Arabic}" > < / img > < / a >
< a class = "image" href = "../ko/main.html" target = "_top" > < img src = "flag/ko.png" border = "0" style = "" alt = "{Korean}" title = "{Korean}" > < / img > < / a >
< a class = "image" href = "../zh/main.html" target = "_top" > < img src = "flag/zh.png" border = "0" style = "" alt = "{Chinese}" title = "{Chinese}" > < / img > < / a >
< / div >
2011-04-04 02:40:32 +02:00
< / div >
2010-03-09 06:22:36 +01:00
2011-11-06 21:12:51 +01:00
< div > < font size = "-1" >
< a href = "home.html" > < b > {Home}< / b > < / a > < br >
2014-03-22 13:25:48 +01:00
< a href = "$(WIKI:/doc/intro)" > < b > {Introduction}< / b > < / a > < br >
< a href = "$(WIKI:/doc/whatisgambas)" > < b > {What is Gambas?}< / b > < / a > < br >
< a href = "$(WIKI:/doc/faq)" > < b > {F. A. Q.}< / b > < / a > < br >
< a href = "$(WIKI:/doc/report)" > < b > {Reporting a problem}< / b > < / a > < br >
2011-04-04 02:40:32 +02:00
2010-03-09 06:22:36 +01:00
< font color = "white" > < b > {Resources}< / b > < / font > < br >
2010-12-07 02:20:40 +01:00
< a href = "http://code.google.com/p/gambas/issues/list" target = "_blank" > {Bug tracker}< / a > < br >
2014-03-22 13:25:48 +01:00
< a href = "$(WIKI:/install)" > {Compilation & Installation}< / a > < br >
< a href = "$(WIKI:/doc/distro)" > {Distributions & O.S.}< / a > < br >
< a href = "$(WIKI:/doc/forum)" > {Mailing lists/Forums}< / a > < br >
< a href = "$(WIKI:/doc/release)" > {Release Notes}< / a > < br >
< a href = "$(WIKI:/doc/screenshot)" > {Screenshots}< / a > < br >
< a href = "$(WIKI:/app)" > {Some Applications}< / a > < br >
2010-03-09 06:22:36 +01:00
<!-- <a href="http://www.frappr.com/gambas">User Map</a> <br> -->
< font color = "white" > < b > {Documentation}< / b > < / font > < br >
2014-03-22 13:25:48 +01:00
< a href = "$(WIKI:/doc/book)" > {Books}< / a > < br >
< a href = "$(WIKI:/doc/license)" > {License}< / a > < br >
< a href = "http://gambaswiki.org/wiki?l=$(LANG)" target = "_blank" > {Wiki Encyclopaedia}< / a > < br >
2010-03-09 06:22:36 +01:00
< font color = "white" > < b > {Developer}< / b > < / font > < br >
< a href = "architecture.html" > {Architecture}< / a > < br >
[DEVELOPMENT ENVIRONMENT]
* NEW: '&' shortcuts are automatically removed from the translatable
captions of the following controls: Menu, Button, CheckBox, RadioButton,
ToolButton, ToggleButton, DataCheckBox. The leading "..." are removed
too. Now, for example, "&About..." and "About" lead to the same
translated string. Consequently the number of translatable strings of the
IDE project is 7% lower.
* NEW: All translations were updated according to the previous change.
* NEW: Gambas fonts have been updated.
* BUG: The property help WebView now uses the same default font size (80%)
than the help window.
* NEW: A menu entry in the "Tools" menu allows to update all forms, so that
the previous features can be tested easily. Save your projects before!
* NEW: Translation imports now automatically extracts translations from
strings having "&" shortcuts inside and leading dots ("...").
[WIKI CGI SCRIPT]
* BUG: Handle the new "XML" component requirement.
[GB.FORM]
* NEW: TabPanel[] got a new RichText property, that allows to define the
title of a tab as rich text.
[GB.FORM.MDI]
* NEW: If a window embedded in a Workspace has a public RichText property,
it will be used instead of the normal Text property as window title. This
is some sort of dirty hack, so don't use it at the moment.
[GB.GTK]
* NEW: When a popup menu is shown, underscore shortcuts are automatically
assigned. This feature is a based on a new hidden property of the Menu
class named "_Text". So don't use this new property for your own needs!
[GB.GUI.AREA]
* NEW: The Shortcut class is a new class that allows to remove '&'
shortcuts from the translatable caption of the following controls: Menu,
Button, CheckBox, RadioButton, ToolButton, ToggleButton, DataCheckBox.
[GB.QT4]
* NEW: When a popup menu is shown, underscore shortcuts are automatically
assigned. This feature is a based on a new hidden property of the Menu
class named "_Text". So don't use this new property for your own needs!
git-svn-id: svn://localhost/gambas/trunk@5964 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-11-18 01:10:40 +01:00
< a href = "http://sourceforge.net/p/gambas/code" target = "_blank" > {Browse Source Code}< / a > < br >
2010-03-09 06:22:36 +01:00
< a href = "halloffame.html" > {Hall Of Fame}< / a > < br >
<!-- <a href="http://www.binara.com/gambas - wiki/bin/view/Gambas/HowToTranslateGambas">Translation How To</a> <br> -->
2011-11-06 21:12:51 +01:00
< / font > < / div >
2011-04-04 02:40:32 +02:00
< / div >
< div id = "bottom-menu" >
< div align = "center" >
< a class = "image" href = "http://www3.clustrmaps.com/user/d7b3ed83" target = "_blank" > < img src = "http://www3.clustrmaps.com/stats/maps-no_clusters/gambas.sourceforge.net-thumb.jpg" border = "0" > < / a >
2012-09-05 20:36:59 +02:00
< a class = "image" href = "http://www.april.org/en/" target = "_blank" > < img src = "nopatents.png" border = "0" alt = "{No software patents in Europe!}" title = "{No software patents in Europe!}" style = "margin-top:6px;" > < / a >
2011-04-04 02:40:32 +02:00
2011-04-10 23:27:34 +02:00
<!-- <div style="height:6px;"></div>
2011-04-04 02:40:32 +02:00
< img src = "http://www.mypagerank.net/services/pagerankbutton/pagerankbutton.php?aut=ce471354aefc3a870d94ec9854231a105640443aa060e94f390c6cc1d2" border = "0" alt = "Powered by MyPagerank.Net" >
2011-04-10 23:27:34 +02:00
-->
2014-03-22 13:25:48 +01:00
< a class = "image" href = "$(WIKI:/doc/formula)" >
2012-09-05 20:36:59 +02:00
< img id = "formula" src = "formula.png" alt = "{The greatest formula of the world!}" title = "{The greatest formula of the world!}" style = "margin-top:6px;" >
2011-04-09 10:16:28 +02:00
< / a >
2012-09-05 20:36:59 +02:00
< a class = "image" href = "http://sourceforge.net/" target = "_blank" > < img src = "sourceforge.png" border = "0" alt = "SourceForge.net" style = "margin-top:6px;" > < / a >
2010-12-05 21:17:24 +01:00
< / div >
2011-04-04 02:40:32 +02:00
2010-03-09 06:22:36 +01:00
< / div >
< a class = "image" href = "http://sourceforge.net/" target = "_blank" style = "position:absolute;left:200px;" > < img src = "http://sourceforge.net/sflogo.php?group_id=5417&type=1" alt = "SourceForge.net" > < / a >
2010-12-05 21:17:24 +01:00
2010-03-09 06:22:36 +01:00
< script type = "text/javascript" >
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
< / script >
< script type = "text/javascript" >
var pageTracker = _gat._getTracker("UA-3906095-1");
pageTracker._initData();
pageTracker._trackPageview();
< / script >
< / body >
< / html >