I don't really know a lot about how the DOM works, so I'll just ask:
Does this mean if we are manually deleting items and recreating them that
the DOM is ever growing (similar to a memory leak)?  Since Gnoga doesn't
provide customizable dialogs yet for Singleton, I have been hacking this by
deleting and recreating views attached to another "container" view.  Is the
inflating the DOM with abandoned entries?

On Sat, Jun 27, 2015 at 10:27 PM, Rabbi David Botton <da...@botton.com>
wrote:

> Correct, just freeing an object on the Gnoga side will not remove it from
> the DOM, that is intended. You need to call Remove first as you noticed.
>
> David Botton
>
>
>
>
> On Fri, Jun 26, 2015 at 9:33 PM Wayne Bullaughey <wlb...@verizon.net>
> wrote:
>
>> I have a form that contains a table. When I free the objects that
>> contain a row the elements of the row do not get removed from the DOM.
>>
>> I added a trace to the library code that sends scripts to the browser
>> and I see scripts like: "delete gnoga['row_xyz'];" being sent. In the
>> console of a debugger I can see that gnoga['row_xyz'] will return null
>> after the delete but the row is not removed from the DOM.
>>
>> If I execute $('#row_xyz').remove() in the debugger console the row is
>> removed from the DOM. Do I need to explicitly send the JavaScript remove
>> or is there something I'm missing that does it automatically?
>>
>> Thanks for any suggestions
>> Wayne
>>
>>
>> ------------------------------------------------------------------------------
>> Monitor 25 network devices or servers for free with OpManager!
>> OpManager is web-based network management software that monitors
>> network devices and physical & virtual servers, alerts via email & sms
>> for fault. Monitor 25 devices for free with no restriction. Download now
>> http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
>> _______________________________________________
>> Gnoga-list mailing list
>> Gnoga-list@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>>
>
>
> ------------------------------------------------------------------------------
> Monitor 25 network devices or servers for free with OpManager!
> OpManager is web-based network management software that monitors
> network devices and physical & virtual servers, alerts via email & sms
> for fault. Monitor 25 devices for free with no restriction. Download now
> http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
> _______________________________________________
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
>
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to