Displaying 3 results from an estimated 3 matches for "saveposit".
Did you mean:
savepost
2007 Mar 04
0
Event listeners
...1
@map.center_zoom_init([@latitude, @longitude],16)
@map.event_init(@map,:click,"function(){alert(''HOYOYO'');}") #
this runs well... testing..
@map.event_init(@marker1, :dragend, "function () { point =
marker1.getPoint(); map.setCenter(point); map.savePosition();
GLog.write(''New position of insert = ''+ point.lat() + '',''+
point.lng()); });")
# this one doesn''t fire up..... as it does in rjs
end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/...
2007 Mar 04
0
Event listeners.. solved
...aybe not so good writing..
@map.declare_init(@marker1, ''marker1'')
@map.overlay_init(@marker1)
@map.record_init "GEvent.addListener(marker1, ''dragend'',
function () {
point = marker1.getPoint();
map.setCenter(point);
map.savePosition();
GLog.write(''New position of insert = ''+ point.lat() + '',''+
point.lng()); });"
it runs... could not find the solution without init_record... but
at least I found one solution..
Yves
2021 Sep 03
1
MATE 1.20 test build for CentOS 7 available
On 09/03/2021 02:36 AM, Szabo Akos via CentOS wrote:
> On Thu, 2021-09-02 at 16:07 -0400, H wrote:
>> On 08/28/2021 07:51 PM, H wrote:
>>> On August 28, 2021 7:27:13 PM EDT, isdtor <isdtor at gmail.com> wrote:
>>>> H writes:
>>>>>> Thanks for your quick response! I'll try building from the
>>>>>> sourceswhile I'm stuck