http://gambaswiki.org/bugtracker/edit?object=BUG.1045&from=L21haW4-
Fabien BODARD changed the state of the bug to: Accepted.
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-
http://gambaswiki.org/bugtracker/edit?object=BUG.1045&from=L21haW4-
Comment #1 by Fabien BODARD:
Fixed in revision #8008
Fabien BODARD changed the state of the bug to: Fixed.
--
Developer Access Program for Intel Xeon
http://gambaswiki.org/bugtracker/edit?object=BUG.1045&from=L21haW4-
Zainudin AHMAD added an attachment:
Bug-StockIcon-IncosistenceLockIcon-0.0.1.tar.gz
--
Developer Access Program for Intel Xeon Phi Processors
Access t
http://gambaswiki.org/bugtracker/edit?object=BUG.1045&from=L21haW4-
Zainudin AHMAD added an attachment:
pic-1.png
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based devel
http://gambaswiki.org/bugtracker/edit?object=BUG.1045&from=L21haW4-
Zainudin AHMAD reported a new bug.
Summary
---
[gb.form.stock] inconsistent icon (size : 22x22, lock icon)
Type : Bug
Priority : Low
Gambas version : 3.9.90 (TRUNK)
Product : GUI components
You are right, but I do not know (I do not understand) if we have to go to
the end of the text or just to the end of the incorrect word.
Mine was just a simple example :-)
Regards
Gianluigi
2016-12-07 22:53 GMT+01:00 :
> I was just curious about the use of CTRL-RIGHT instead of CTRL-END. The
> l
I was just curious about the use of CTRL-RIGHT instead of CTRL-END. The latter
normally takes the cursor to the end of the text, while the former just skips a
word at a time. One of the examples in this thread splitted the text at spaces
and then skipped one word at a time in a FOR loop instead
Just for information, if you add "Me.SetFocus" as well:
...
Dec Application.Busy
Me.SetFocus
hwebView.SetFocus
Desktop.SendKeys("{[Control_L][Right]}")
...
SendKeys works.
Regards
Gianluigi
2016-12-07 17:42 GMT+01:00 Jorge Carrión :
> Anohter try. This time containing on
Am 07.12.2016 14:31, schrieb Fabien Bodard:
> This is the example on how to use the gambas Expression class.
Thank you very much, this looks very interesting!
Regards
Rolf
>
> 2016-12-07 14:30 GMT+01:00 Fabien Bodard :
>> 2016-12-07 13:30 GMT+01:00 Rolf-Werner Eilert :
>>> Fabien, I have followe
2016-12-07 12:22 GMT+01:00 Jorge Carrión :
> I'm afraid that my Javascript abilities are too limited.
> I Just tried to manage with webview.eval(documment.execcommand ... ) but
> without success...
>
> Thanks for the answer...
>
> The project has been rejected for mailing list 1,5mb (too big may be
Hi Martin,
2016-12-07 13:00 GMT+01:00 Martin Cristia :
>> Well, to say the truth ... I was hoping better.
> for a control? XD
>> First, I will not reinvent the wheel
> we all are reinventing many wheels here, and having fun in the meantime
True, but this is a huge work to maintain then ... And in
This is the example on how to use the gambas Expression class.
2016-12-07 14:30 GMT+01:00 Fabien Bodard :
> 2016-12-07 13:30 GMT+01:00 Rolf-Werner Eilert :
>> Fabien, I have followed your discussion and have a question:
>>
>> > believe me. This time, I will base the solver on the Gambas expressio
2016-12-07 13:30 GMT+01:00 Rolf-Werner Eilert :
> Fabien, I have followed your discussion and have a question:
>
> > believe me. This time, I will base the solver on the Gambas expression
>> class. This will have several advantages. First, I will not reinvent
>
> Where is this class, and how would
Fabien, I have followed your discussion and have a question:
> believe me. This time, I will base the solver on the Gambas expression
> class. This will have several advantages. First, I will not reinvent
Where is this class, and how would I use it?
> spreadsheets. My first job is to create a d
> Well, to say the truth ... I was hoping better.
for a control? XD
> First, I will not reinvent the wheel
we all are reinventing many wheels here, and having fun in the meantime
> for many functions already present in gambas (like
> mathematical functions), but this system also allows to add funct
I'm afraid that my Javascript abilities are too limited.
I Just tried to manage with webview.eval(documment.execcommand ... ) but
without success...
Thanks for the answer...
The project has been rejected for mailing list 1,5mb (too big may be)?
Best Regards
2016-12-07 11:12 GMT+01:00 Benoît M
2016-12-06 17:30 GMT+01:00 Martin Cristia :
> Fabien, here it goes.
Thank you.
> It should be improved in every way, but works.
Well, to say the truth ... I was hoping better. I have already
produced something much more advanced in the past. Not perfect either
believe me. This time, I will base
Le 07/12/2016 à 11:08, Jorge Carrión a écrit :
> Gianluigi
>
> I've tried, but doesn't work. The webview doesn't seem respond to
> setfocus() after the spelling... so, the desktop.sendkeys doesn't work on
> it.
> I'm doing a control compound of a exported class, and a form with a webview
> and a to
Gianluigi
I've tried, but doesn't work. The webview doesn't seem respond to
setfocus() after the spelling... so, the desktop.sendkeys doesn't work on
it.
I'm doing a control compound of a exported class, and a form with a webview
and a toolbar inside. When I push te spelling button the work is don
Something like this, about your example on the Spanish forum:
'-
Public Sub Button1_Click()
Dim ar As String[]
Dim i As Integer
ar = Split(WebView1.Text, " ", Null, True)
WebView1.html = Replace(WebView1.html, ar[ar.max], "" & ar[ar.max] & "")
WebView1.SetFoc
20 matches
Mail list logo