<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user">
    <title>gmane.comp.lib.wxwidgets.wxlua.user</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2095"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2094"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2093"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2091"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2089"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2088"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2087"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2086"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2085"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2084"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2083"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2082"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2081"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2080"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2079"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2078"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2077"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2076"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2075"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2074"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2095">
    <title>LuaScript WSH = wxLua?</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2095</link>
    <description>-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/_______________________________________________
wxlua-users mailing list
wxlua-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/wxlua-users
</description>
    <dc:creator>Ozzy</dc:creator>
    <dc:date>2008-08-29T11:32:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2094">
    <title>TIP: How to build wxWidgets for Windows here &lt;-----</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2094</link>
    <description>
I spent hours trying to compile everything on Windows XP 32bit with
VS2005 to no avail.  
While wxLua wasn't so much the problem but wxWidgets was.
There next to no compile instructions, broken and inconsistent project files etc.

Well this will do the trick here:
http://wxpack.sourceforge.net/Main/Downloads

This an excellent Windows build package that will install a nice clean
VS2005/VS2008 build w/extras (like "wxFormBuilder") and with optional pre-built
LIB and DLL versions ready so you only have to recompile what you want to.

</description>
    <dc:creator>Sirmabus</dc:creator>
    <dc:date>2008-08-04T03:15:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2093">
    <title>Re: What happened to drag&amp;drop support?</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2093</link>
    <description>
    frame:Connect(wx.wxEVT_DROP_FILES, 
        function(event)
            local files = event:GetFiles();
            for _, fileName in ipairs(files)  do
                loadFilePattern(fileName)
            end
        end)

This may help.

Similar code as in main

        for _, argn in ipairs(arg)  do
            if argn == '--' then break end
            loadFilePattern(argn)
        end

Andre



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Andre</dc:creator>
    <dc:date>2008-08-02T17:04:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2091">
    <title>Re: MingW build help</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2091</link>
    <description>
wxLua should be using the same settings for MingW as wxWidgets does. I
do not use MingW itself, but if you post the linker error message we
might be able to help. At least state what wxLua lib or program gets
the linker error.

Regards,
    John

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>John Labenski</dc:creator>
    <dc:date>2008-07-30T06:57:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2089">
    <title>Re: problem with liblua at configure</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2089</link>
    <description>
On 22/lug/08, at 00:49, John Labenski wrote:


I'm on Leopard using macports.


The point is lua sources install liblua.a so wxLua should link against  
-llua, I think the naming is just a facility for the distros to make  
newer (5.1) and older (5.0) lua versions coexist but wxLua shouldn't  
rely on arbitrary behaviour.


Sure I did (just symlinked the library) but I felt it should somehow  
be fixed back to the source.

I see on my system pkg-config has lua support so maybe the configure  
script could switch to pkg-config.


Andrea

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Andrea D'Amore</dc:creator>
    <dc:date>2008-07-22T12:29:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2088">
    <title>Re: problem with liblua at configure</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2088</link>
    <description>On Mon, Jul 21, 2008 at 3:31 PM, Andrea D'Amore
&lt;andrea.damore-/EBbbHb69GVg9hUCZPvPmw&lt; at &gt;public.gmane.org&gt; wrote:

What system are you using? We discussed this a while back and found
that different distributions call it whatever they want. I'm not on
linux right now, but I think that you might be able to override this.

Regards,
    John

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>John Labenski</dc:creator>
    <dc:date>2008-07-21T22:49:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2087">
    <title>problem with liblua at configure</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2087</link>
    <description>Hello,
seems that configure script from wxLua-2.8.7.0-src.tar.gz check the  
system lua installation using -llua5.1 but the standard name for  
liblua is liblua.a, using -llua5.1 would give a fail even on a system  
with lua 5.1 installed properly, this should be fixed.



Andrea

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>Andrea D'Amore</dc:creator>
    <dc:date>2008-07-21T19:31:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2086">
    <title>Re: [ANN] patch for wxGlade,to generate GUI code for (wx)Lua</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2086</link>
    <description>
That's great! I'm doing a lot of traveling for work, but I'll try to
give it a shot when I get some free time. I've thought about doing
something like that for a long time, but never got around to it.

Thanks!
    John

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>John Labenski</dc:creator>
    <dc:date>2008-07-21T18:33:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2085">
    <title>[ANN] patch for wxGlade,to generate GUI code for (wx)Lua</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2085</link>
    <description>Hi,

I was looking for some GUI builder for wxLua and I found wxGlade, but it lacks
GUI code generation for Lua. And I looked into the source code of wxGlade
and found that it looks not so difficult to add this functionality.

So, here is a preview patch for wxGlade-0.6.3 and some description.

http://hammm.dw.land.to/lua/wxglade_lua.html

Features :
 - it can generate GUI code that can work on wxLua
 - most of the widgets on the palette are working
 - adding handlers will work
 - you can modify logics of generated code, while let wxGlade update the GUI
part.

Plus,
 - empty sizer slots will not harm generated GUI layout. (for python and
lua code generation)
 - fix some issues about initial size of widgets. 

Some sortcomings :
 - the generated code will always leave one wxlua process, if not manually
exit by ExitMainLoop.
   Currently I don't know why, but any suggestions are welcome.

I hope that this functionality will be merged to wxGlade source tree,
though it'll need some more effort.


It's rather eas</description>
    <dc:creator>Makoto Hamanaka</dc:creator>
    <dc:date>2008-07-19T21:45:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2084">
    <title>Re: extract binding from headers</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2084</link>
    <description>
You can use these scripts in Linux or Cygwin. They are not very well
polished, but they mostly work.

http://wxlua.sourceforge.net/download/
http://wxlua.sourceforge.net/download/get_tags
http://wxlua.sourceforge.net/download/parse_ctags.lua

The "get_tags" file is just a script to run ctags with a few settings
that are useful, adjust the path to point to your includes. Then run
"lua parse_ctags.lua" after editing the variable "ctagsFilename" and
"basePath" at the top of it.


Thanks, probably not, because the scripts above are not well tested.

Regards,
    John

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>John Labenski</dc:creator>
    <dc:date>2008-07-16T20:59:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2083">
    <title>Re: What happened to drag&amp;drop support?</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2083</link>
    <description>
I haven't used drag &amp; drop in a while, does this help? Are there
missing bits in wxLua that need to be added?

http://www.lpthe.jussieu.fr/~zeitlin/wxWindows/docs/wxwin_wxdndoverview.html#wxdndoverview

Regards,
    John

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>John Labenski</dc:creator>
    <dc:date>2008-07-16T16:59:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2082">
    <title>extract binding from headers</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2082</link>
    <description>Hi John,

I am reaching the point that i want to make more and more bindings.
And so i wonder how you made the *.i files. Do you have a script to 
extract them more or less are is it all handwork?

Nice docs by the way!
I hope i did not miss the answer to my question while reading it roughly :-)

Regards,

Klaas

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/
</description>
    <dc:creator>klaas.holwerda</dc:creator>
    <dc:date>2008-07-15T21:57:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2081">
    <title>What happened to drag&amp;drop support?</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2081</link>
    <description>I have urgent need of wxFileDropTarget support under win32 in wxlua,
if someone can give some hints about which are blocking points, i will
try to help in implementing the remaining parts.

Regards,
Michele

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
</description>
    <dc:creator>Michele Sandri</dc:creator>
    <dc:date>2008-07-07T18:18:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2080">
    <title>wxListCtrl problem</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2080</link>
    <description>-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php_______________________________________________
wxlua-users mailing list
wxlua-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/wxlua-users
</description>
    <dc:creator>Éjjeli Őrjárat</dc:creator>
    <dc:date>2008-06-23T18:00:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2079">
    <title>Re: wxPropertyGrid and wxLua</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2079</link>
    <description>On Thu, Jun 19, 2008 at 9:37 AM, Matthieu Caron
&lt;caron.matthieu1-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt; wrote:

Sorry, I don't think that anyone has wrapped it yet.

Regards,
    John

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
</description>
    <dc:creator>John Labenski</dc:creator>
    <dc:date>2008-06-23T02:00:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2078">
    <title>wxPropertyGrid and wxLua</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2078</link>
    <description>-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php_______________________________________________
wxlua-users mailing list
wxlua-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&lt; at &gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/wxlua-users
</description>
    <dc:creator>Matthieu Caron</dc:creator>
    <dc:date>2008-06-19T13:37:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2077">
    <title>Re: wxlua example program.</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2077</link>
    <description>More thoughts:
* Looking at the LSV files, I understand that what is stored is more
or less the whole area of the worksheet. My suggestion would be to
store only those cells which are not empty; and do that for example by
storing columns, then in each column only those ranges of cells which
compose just of non-empty cells. Or something else, that's just my
suggestion. And I understand you might have wanted just to do it the
simplest way for start :)
* one small "bug report": on my Windows, the status bar does not show
the value of a cell, as is suggested by the screenshot.

But then, this list is probably not the best place for bugreports etc.
Do you use the SF.net ticket tracking system for your project?

greetz
Mateusz Czaplinski

On 6/17/08, Mateusz Czaplinski &lt;czapkofan-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt; wrote:

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything </description>
    <dc:creator>Mateusz Czaplinski</dc:creator>
    <dc:date>2008-06-17T21:39:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2076">
    <title>Re: wxlua example program.</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2076</link>
    <description>ah, one small thing as for now: you should probably update the SVN
checkout instructions on the webpage according to the new SVN access
scheme on SF.net - that is, URL should be:
  https://luacalc.svn.sourceforge.net/svnroot/luacalc
You might also want to add the information about downloading from the
"Experimental" directory there. And I think that setting up the
classical trunk-branches-tags structure might not be a bad idea -
that's probably what you meant as "cleaning up"? :)

greetz
Mateusz Czaplinski

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
</description>
    <dc:creator>Mateusz Czaplinski</dc:creator>
    <dc:date>2008-06-17T21:18:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2075">
    <title>Re: wxlua example program.</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2075</link>
    <description>[...]
[...]

Heh, how cool - I've just thought about something similar a day or two
ago :) and then what - I look into my mail - and voila! :)))
I must get it immediately and play for a moment :)

see you, and keep up funny work :)
Mateusz Czaplinski

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
</description>
    <dc:creator>Mateusz Czaplinski</dc:creator>
    <dc:date>2008-06-17T21:09:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2074">
    <title>Re: Problem with wxSocket</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2074</link>
    <description>
You're right, it worked when made to run from an event handler of a
button - thanks a lot! It appears it never occured to me to think
about when the Lua code is actually run... and what you write about
that sounds possible, so maybe my problem was because some things in
Wx were not properly initialized yet during this OnInit() method.
And then, if I still want to connect immediately after starting the
program, I suppose I should probably look for some timer or something
similar (sounding like SwingUtils.invokeLater() ;)

thanks very much again! and sorry for my response being so late.
greetings
Mateusz Czaplinski

PS. Ah, I've also attached the file after applying the changes you
described; who knows, it may even help someone else in a similar
situation in future
greetz - MC
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/bu</description>
    <dc:creator>Mateusz Czaplinski</dc:creator>
    <dc:date>2008-06-17T21:01:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2073">
    <title>Re: wxTimer</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user/2073</link>
    <description>
(I promised to tell, so here it comes)

Actually I lied earlier, but I didn't do it on purpose...

I said that I had changed my code to look like the
code from Piotr. Actually my code looked like this:

local tim=wx.wxTimer(frame);
frame:Connect(wx.wxEVT_TIMER,
      Tick);

tim:Start(200);

And the problem is.... the word "local".

When the code file is executed if the
timer is not stored somewhere (like the globals
table) it can be garbage collected.

The difference between my application and the
official wxLua application was that my application
calls lua_gc after executing the lua file, and thus
triggers the problem immediately. with wxLua
the problem just remains hidden (for a while).


  Eero

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
</description>
    <dc:creator>Eero Pajarre</dc:creator>
    <dc:date>2008-06-05T13:13:56</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lib.wxwidgets.wxlua.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lib.wxwidgets.wxlua.user</link>
  </textinput>
</rdf:RDF>
