http://gambaswiki.org/bugtracker/edit?object=BUG.793&from=L21haW4-
Zainudin AHMAD reported a new bug.
Summary
---
IDE Crash, FForm.Reload.167
Type : Bug
Priority : Low
Gambas version : 3.8.90 (TRUNK)
Product : Development Environment
Description
---
http://gambaswiki.org/bugtracker/edit?object=BUG.793&from=L21haW4-
Zainudin AHMAD added an attachment:
pic-2.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge
http://gambaswiki.org/bugtracker/edit?object=BUG.793&from=L21haW4-
Zainudin AHMAD added an attachment:
pic-1.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge
http://gambaswiki.org/bugtracker/edit?object=BUG.793&from=L21haW4-
Zainudin AHMAD added an attachment:
test-FFormReload-0.0.1.tar.gz
--
___
Gambas-user mailing list
Gambas-us
http://gambaswiki.org/bugtracker/edit?object=BUG.793&from=L21haW4-
Zainudin AHMAD added an attachment:
pic-3.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge
I don't quite understand the problem. You forgot to attach the picture.
Jussi
On Tue, Oct 6, 2015 at 7:37 AM, adamn...@gmail.com
wrote:
> I think this is way out there in the cosmos somewhere, but I'll ask anyway.
>
> I am wading through the FProperty code of the IDE trying to understand how
>
I'm playing with the WebView control, using it as an HTML editor. Works great
so far.
But I'm missing one thing: if there are anchor tabs (
) in the document, usually the editors replace them with a little icon, so you
can see that there is an anchor tab at this place. BlueGriffon for example
You need to manipulate the DOM when the WebView is in editing mode to
append an img-tag where it finds anchor-tags. Probably the easiest way
to do this is to use Jquery to append/replace anchor-tags. You can call
the Jquery functions in Gambas with WebView's .Eval() method. The
.Eval() practical
Am 05.10.2015 um 19:44 schrieb Benoît Minisini:
> The very last commit may fixes some problems that could look like yours,
> so please check gambas daily tomorrow or in two days, and tell me if you
> still have the problem.
The problem is gone. Thank you!!
Alles Gute
Christof Thalhofer
--
Le 06/10/2015 22:02, Christof Thalhofer a écrit :
> Am 05.10.2015 um 19:44 schrieb Benoît Minisini:
>
>> The very last commit may fixes some problems that could look like yours,
>> so please check gambas daily tomorrow or in two days, and tell me if you
>> still have the problem.
>
> The problem is
http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4-
gbWilly GAMBOS reported a new bug.
Summary
---
Printing 1.0.0 example splits text on multipage print
Type : Bug
Priority : Medium
Gambas version : 3.8.90 (TRUNK)
Product : Development Environme
http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4-
gbWilly GAMBOS added an attachment:
print.pdf
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge
http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4-
gbWilly GAMBOS added an attachment:
page2-3.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourcefor
http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4-
gbWilly GAMBOS added an attachment:
page1-2.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourcefor
http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4-
gbWilly GAMBOS added an attachment:
page3-4.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourcefor
http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4-
Benoît MINISINI changed the state of the bug to: Invalid.
--
___
Gambas-user mailing list
Gambas-user@lists
http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4-
Comment #1 by Benoît MINISINI:
It's not a bug, it's the way the example works.
And I don't see why the Development Environment is in cause...
--
__
http://gambaswiki.org/bugtracker/edit?object=BUG.795&from=L21haW4-
gbWilly GAMBOS reported a new bug.
Summary
---
Add 'Examples' to Product category
Type : Request
Priority : Low
Gambas version : Unknown
Product : Bugtracker
Description
---
When rep
http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4-
Comment #2 by gbWilly GAMBOS:
I think it is at least confusing.
You would expect from this example to learn about how to properly print text
from within Gambas.
The text (when printing multiple pages) is splitted horizontally, s
http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4-
Comment #3 by gbWilly GAMBOS:
Correction:
bas -> bad
--
___
Gambas-user mailing list
Gambas-user@lists.sour
http://gambaswiki.org/bugtracker/edit?object=BUG.793&from=L21haW4-
Benoît MINISINI changed the state of the bug to: Fixed.
--
___
Gambas-user mailing list
Gambas-user@lists.s
http://gambaswiki.org/bugtracker/edit?object=BUG.793&from=L21haW4-
Comment #1 by Benoît MINISINI:
Fixed in revision #7392.
Now files are automatically reloaded as soon as you change the components, and
error messages are displayed if
reloading fails.
-
http://gambaswiki.org/bugtracker/edit?object=BUG.790&from=L21haW4-
Benoît MINISINI changed the state of the bug to: Accepted.
--
___
Gambas-user mailing list
Gambas-user@list
Hi,
I have made the release of Gambas 3.8.2 official.
As bugs continue to arrive and be fixed, a Gambas 3.8.3 version will follow.
Enjoy it anyway!
--
Benoît Minisini
--
___
Le 06/10/2015 06:37, adamn...@gmail.com a écrit :
> I think this is way out there in the cosmos somewhere, but I'll ask
> anyway.
>
> I am wading through the FProperty code of the IDE trying to
> understand how the values for properties are set (bad term) in the
> grid. When I get down to CControl
On Wed, 07 Oct 2015, Beno??t Minisini wrote:
> If you want to have custom dialogs associated with custom components,
> I'm afraid it's not possible at the moment.
>
> What is needed is:
> - A way to have a gambas library side by side with a component, that
> would include the custom dialogs.
> -
Hi list,
in revision #7393 I fixed a problem in gb.compress.zlib where the String()
method of the Uncompress class could not cope with gzip data which is fre-
quently returned from web servers in my application. (Note that the File()
method worked fine before.)
What I did was: if the usual decomp
http://gambaswiki.org/bugtracker/edit?object=BUG.796&from=L21haW4-
Zainudin AHMAD added an attachment:
pic-1.png
--
Full-scale, agent-less Infrastructure Monitoring from a single dashboard
Integrate with 40+ ManageEngi
http://gambaswiki.org/bugtracker/edit?object=BUG.796&from=L21haW4-
Zainudin AHMAD reported a new bug.
Summary
---
Property Editor, "Help feature" can use offline documentation
Type : Request
Priority : Low
Gambas version : 3.8.90 (TRUNK)
Product : Development
29 matches
Mail list logo