You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(60) |
Jul
(35) |
Aug
(32) |
Sep
(5) |
Oct
(5) |
Nov
(58) |
Dec
(34) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(114) |
Feb
(184) |
Mar
(153) |
Apr
(90) |
May
(153) |
Jun
(59) |
Jul
(24) |
Aug
(43) |
Sep
(17) |
Oct
(34) |
Nov
(11) |
Dec
(204) |
2007 |
Jan
(84) |
Feb
(119) |
Mar
(38) |
Apr
(28) |
May
(52) |
Jun
(105) |
Jul
(64) |
Aug
(67) |
Sep
(14) |
Oct
(3) |
Nov
(28) |
Dec
(55) |
2008 |
Jan
(228) |
Feb
(55) |
Mar
(30) |
Apr
(30) |
May
(15) |
Jun
(20) |
Jul
(12) |
Aug
(3) |
Sep
(13) |
Oct
(54) |
Nov
(35) |
Dec
(35) |
2009 |
Jan
(19) |
Feb
(20) |
Mar
(34) |
Apr
(4) |
May
(60) |
Jun
(25) |
Jul
(16) |
Aug
(51) |
Sep
(19) |
Oct
(62) |
Nov
(21) |
Dec
(12) |
2010 |
Jan
(1) |
Feb
|
Mar
(4) |
Apr
(12) |
May
(23) |
Jun
(13) |
Jul
(1) |
Aug
(40) |
Sep
(18) |
Oct
(21) |
Nov
(26) |
Dec
(34) |
2011 |
Jan
(17) |
Feb
(23) |
Mar
(1) |
Apr
(10) |
May
(1) |
Jun
(5) |
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(43) |
2012 |
Jan
(5) |
Feb
(19) |
Mar
(6) |
Apr
(24) |
May
(39) |
Jun
(83) |
Jul
(29) |
Aug
(36) |
Sep
(64) |
Oct
(55) |
Nov
(12) |
Dec
(7) |
2013 |
Jan
(17) |
Feb
(10) |
Mar
(37) |
Apr
(27) |
May
(13) |
Jun
(9) |
Jul
(7) |
Aug
(61) |
Sep
(23) |
Oct
(23) |
Nov
(30) |
Dec
(16) |
2014 |
Jan
(23) |
Feb
(13) |
Mar
(9) |
Apr
(17) |
May
(2) |
Jun
(11) |
Jul
(2) |
Aug
|
Sep
(9) |
Oct
(24) |
Nov
(2) |
Dec
(14) |
2015 |
Jan
(6) |
Feb
(4) |
Mar
(17) |
Apr
|
May
(7) |
Jun
(3) |
Jul
|
Aug
|
Sep
(2) |
Oct
(21) |
Nov
(6) |
Dec
(2) |
2016 |
Jan
(4) |
Feb
(2) |
Mar
(7) |
Apr
(3) |
May
(11) |
Jun
(6) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(4) |
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
|
4
(1) |
5
|
6
|
7
|
8
(1) |
9
(10) |
10
(9) |
11
(2) |
12
(2) |
13
(2) |
14
(2) |
15
(2) |
16
(9) |
17
|
18
(1) |
19
(4) |
20
(4) |
21
|
22
|
23
(2) |
24
|
25
(2) |
26
(7) |
27
|
28
|
29
|
30
(1) |
31
|
From: Milind <mil...@gm...> - 2013-08-20 04:04:35
|
Any suggestions anyone? Milind -------- Original message -------- From: Milind Gupta <mil...@gm...> Date: 08/16/2013 4:03 PM (GMT-08:00) To: wxl...@li... Subject: Re: [wxlua-users] Writing equations Hi John, For the equation I am interested in rendering the equation on screen not on evaluating it. Somewhat like a browser renders MathML or these math packages like Mathematica, Maxima or just the equation writer of Microsoft Word. Do you have any pointers for that? Thanks, Milind On Fri, Aug 16, 2013 at 2:52 PM, John Labenski <jla...@gm...> wrote: On Fri, Aug 16, 2013 at 3:21 PM, Milind Gupta <mil...@gm...> wrote: Hi, I am trying to find out if there is an easy way I can add mathematical equation writing support to my page. I have never done this before so any pointers would be helpful. Can I use any existing library with wxlua to achieve this? Or would it be easier to make it from scratch. I have used this library before and it works as advertised : http://warp.povusers.org/FunctionParser/ However, a pure Lua solution is probably what you want and I have not attempted to do that either. I would think that if you get a string from a user then run it through some checks to make sure it doesn't have 'if', 'for', 'os.execute', or any other nastyness, prepend "return" to it then use pcall() to run it that should work. The hard part is getting all the check rights so you don't have any security holes and the user can't crash/lock-up your program. Regards, John ps. I'll check the controls later tonight when I can get to a MS Win machine and respond in your other thread. ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ wxlua-users mailing list wxl...@li... https://lists.sourceforge.net/lists/listinfo/wxlua-users |
From: Paul K <pau...@ya...> - 2013-08-20 03:50:13
|
Hi John, > I just added a resource and manifest file for wxLua's lua.exe, but it didn't change how the calendar control looked. > Is there anything that you did differently? Just to clarify: I tried both ways and got it to work. I tried compiling from scratch with zbstudio.exe and I also tried moving manifest from wxlua to lua.exe as I described earlier. For compiling from scratch I used this script: https://github.com/pkulchenko/ZeroBraneStudio/blob/master/build/build-win32.sh#L247-L248 and the files are here: https://github.com/pkulchenko/ZeroBraneStudio/tree/master/zbstudio/res (zbstudio.rc and zbstudio.manifest; this manifest doesn't reference Common-Controls as I couldn't get it to work with my mingw-compiled 2.9.5, but it works with your 2.8.12 dlls). Paul. On Mon, Aug 19, 2013 at 8:44 PM, Paul K <pau...@ya...> wrote: > Hi John, > >> I just added a resource and manifest file for wxLua's lua.exe, but it didn't change how the calendar control looked. >> Is there anything that you did differently? > > I went the easy way: I extracted the manifest from wxlua and added it > to lua.exe: > > "C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\mt.exe" > -inputresource:wxlua.exe -out:extracted.manifest > "C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\mt.exe" -manifest > extracted.manifest -outputresource:lua.exe > > After that wxlua and lua produce the same (calendar) results. You can > also tweak the manifest before embedding it to see the effect. > >> I don't know what you mean. What DLL is included with Windows that you ship? > > Not sure; when I tried the same manifest with my wx.dll compiled with > mingw, I get side-by-side error: > > Activation context generation failed for "...zbstudio.exe". Dependent > Assembly Microsoft.Windows.Common-Controls,publicKeyToken="6595b64144ccf1df",type="win32",version="6.0.0.0" > could not be found. > > When I copy all the dlls from 2.8.12 and run with the same executable, > everything is fine. I'm not sure what dll I'm missing, but I thought > it was one of wxmsw28_*vc_custom.dll. > > Paul. > > On Mon, Aug 19, 2013 at 8:06 PM, John Labenski <jla...@gm...> wrote: >> On Mon, Aug 19, 2013 at 12:33 AM, Paul K <pau...@ya...> wrote: >>> >>> > It seems like the required addition to the manifest is quite simple >>> (as per >>> http://msdn.microsoft.com/en-us/library/windows/desktop/bb773175(v=vs.85).aspx): >>> >>> okay, I managed to get my application running with the right manifest >>> (and I'm even using mingw instead of VS). What I mentioned earlier was >>> correct, but I was missing a proper way to reference the manifest. >>> >>> It turned out that the way I included manifest was not correct as my >>> .rc file had "1 RT_MANIFEST zbstudio.manifest" and it should have been >>> "1 24 zbstudio.manifest". After I added the correct reference (and >>> included <dependentAssembly> reference) the manifest was recognized >>> and I could run my application using wxlua 2.8.12 DLLs and could see >>> the expected results. >>> >> >> I just added a resource and manifest file for wxLua's lua.exe, but it didn't >> change how the calendar control looked. >> >> http://sourceforge.net/p/wxlua/svn/190/ >> https://github.com/wxWidgets/wxWidgets/blob/master/include/wx/msw/wx.manifest >> >> Is there anything that you did differently? >> >> >>> >>> Unfortunately, this doesn't really help me as I was hoping to >>> reference a DLL that is included with Windows, rather than ship mine, >>> but maybe this will help others... >>> >> >> I don't know what you mean. What DLL is included with Windows that you ship? >> >> Regards, >> John >> >> >> ------------------------------------------------------------------------------ >> Introducing Performance Central, a new site from SourceForge and >> AppDynamics. Performance Central is your source for news, insights, >> analysis and resources for efficient Application Performance Management. >> Visit us today! >> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk >> _______________________________________________ >> wxlua-users mailing list >> wxl...@li... >> https://lists.sourceforge.net/lists/listinfo/wxlua-users >> |
From: Paul K <pau...@ya...> - 2013-08-20 03:44:49
|
Hi John, > I just added a resource and manifest file for wxLua's lua.exe, but it didn't change how the calendar control looked. > Is there anything that you did differently? I went the easy way: I extracted the manifest from wxlua and added it to lua.exe: "C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\mt.exe" -inputresource:wxlua.exe -out:extracted.manifest "C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\mt.exe" -manifest extracted.manifest -outputresource:lua.exe After that wxlua and lua produce the same (calendar) results. You can also tweak the manifest before embedding it to see the effect. > I don't know what you mean. What DLL is included with Windows that you ship? Not sure; when I tried the same manifest with my wx.dll compiled with mingw, I get side-by-side error: Activation context generation failed for "...zbstudio.exe". Dependent Assembly Microsoft.Windows.Common-Controls,publicKeyToken="6595b64144ccf1df",type="win32",version="6.0.0.0" could not be found. When I copy all the dlls from 2.8.12 and run with the same executable, everything is fine. I'm not sure what dll I'm missing, but I thought it was one of wxmsw28_*vc_custom.dll. Paul. On Mon, Aug 19, 2013 at 8:06 PM, John Labenski <jla...@gm...> wrote: > On Mon, Aug 19, 2013 at 12:33 AM, Paul K <pau...@ya...> wrote: >> >> > It seems like the required addition to the manifest is quite simple >> (as per >> http://msdn.microsoft.com/en-us/library/windows/desktop/bb773175(v=vs.85).aspx): >> >> okay, I managed to get my application running with the right manifest >> (and I'm even using mingw instead of VS). What I mentioned earlier was >> correct, but I was missing a proper way to reference the manifest. >> >> It turned out that the way I included manifest was not correct as my >> .rc file had "1 RT_MANIFEST zbstudio.manifest" and it should have been >> "1 24 zbstudio.manifest". After I added the correct reference (and >> included <dependentAssembly> reference) the manifest was recognized >> and I could run my application using wxlua 2.8.12 DLLs and could see >> the expected results. >> > > I just added a resource and manifest file for wxLua's lua.exe, but it didn't > change how the calendar control looked. > > http://sourceforge.net/p/wxlua/svn/190/ > https://github.com/wxWidgets/wxWidgets/blob/master/include/wx/msw/wx.manifest > > Is there anything that you did differently? > > >> >> Unfortunately, this doesn't really help me as I was hoping to >> reference a DLL that is included with Windows, rather than ship mine, >> but maybe this will help others... >> > > I don't know what you mean. What DLL is included with Windows that you ship? > > Regards, > John > > > ------------------------------------------------------------------------------ > Introducing Performance Central, a new site from SourceForge and > AppDynamics. Performance Central is your source for news, insights, > analysis and resources for efficient Application Performance Management. > Visit us today! > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk > _______________________________________________ > wxlua-users mailing list > wxl...@li... > https://lists.sourceforge.net/lists/listinfo/wxlua-users > |
From: John L. <jla...@gm...> - 2013-08-20 03:06:18
|
On Mon, Aug 19, 2013 at 12:33 AM, Paul K <pau...@ya...> wrote: > > It seems like the required addition to the manifest is quite simple > (as per > http://msdn.microsoft.com/en-us/library/windows/desktop/bb773175(v=vs.85).aspx > ): > > okay, I managed to get my application running with the right manifest > (and I'm even using mingw instead of VS). What I mentioned earlier was > correct, but I was missing a proper way to reference the manifest. > > It turned out that the way I included manifest was not correct as my > .rc file had "1 RT_MANIFEST zbstudio.manifest" and it should have been > "1 24 zbstudio.manifest". After I added the correct reference (and > included <dependentAssembly> reference) the manifest was recognized > and I could run my application using wxlua 2.8.12 DLLs and could see > the expected results. > > I just added a resource and manifest file for wxLua's lua.exe, but it didn't change how the calendar control looked. http://sourceforge.net/p/wxlua/svn/190/ https://github.com/wxWidgets/wxWidgets/blob/master/include/wx/msw/wx.manifest Is there anything that you did differently? > Unfortunately, this doesn't really help me as I was hoping to > reference a DLL that is included with Windows, rather than ship mine, > but maybe this will help others... > > I don't know what you mean. What DLL is included with Windows that you ship? Regards, John |