Replies: 18 comments 9 replies
-
|
If the sample can be simply added to the samples folder without any very large assets or very special requirements I'll be very happy to add it there. For now I have a ported version of the wxWidgets webview sample on the feature development branch. |
Beta Was this translation helpful? Give feedback.
-
|
BTW, blogs also sound awesome. |
Beta Was this translation helpful? Give feedback.
-
|
Full WebView support has been merged to the master branch. |
Beta Was this translation helpful? Give feedback.
-
Oops, I meant first half of April of course! |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for the delay in responding. I've been working on a tutorial series for people wanting to learn wxRuby. I'll extract a couple of the webview samples and put them in a PR. One of them incorporates mapping using leaflet.js and the other shows charting using chart.js. (the js files are downloadable from the web separately. When the tutorial series is finished (probably next week) I can give you a link if you'd like to review it (or add a link to it). |
Beta Was this translation helpful? Give feedback.
-
|
I've uploaded the initial version of the WxRuby Tutorial I've been building. It's at https://www.rehali.com - I'd be happy if you could have a look at it and offer any suggestions. There are some webview samples in Module 5. I don't know if they'd be suitable as samples for you - I have a few other samples that I didn't use. |
Beta Was this translation helpful? Give feedback.
-
|
This is truly very nice!
As far as threading is concerned you should checkout the |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the feedback - really appreciated. I'll be making the updates based on your comments. If you think I've missed out on any important features, please let me know. It's a work 'in progress'. |
Beta Was this translation helpful? Give feedback.
-
|
I've addressed most of your concerns so far. After the 1.8.0 release I'll revisit the threading section. My main interest is in GIS so I'm looking to add some tutorials on using postGIS (postgreSQL + GIS support). I normally use: gem "pg" Any thoughts? wxRuby would make an interesting playground for GIS (especially with the polars gem as well). |
Beta Was this translation helpful? Give feedback.
-
|
I have no personal experience with GIS but I would love to see an example wxRuby3 app using activerecord and databases so have at it. |
Beta Was this translation helpful? Give feedback.
-
|
I've moved this thread over to discussions as this is not really a wxRuby issue in the sense of a bug, problem or anything like that. It would also be easier if I could comment on your source content through something like the Github interface like that instead of having to post my comments here in a rather disjointed way. |
Beta Was this translation helpful? Give feedback.
-
|
For now however:
|
Beta Was this translation helpful? Give feedback.
-
|
You are probable aware of this; the shell code sections in module 1 now read a lot better without the line numbering. This is however an issue found throughout the other modules as well. Line numbers for Ruby code is fine although one-liners look strange with the unseparated line number in front (see for example 'Module 2 | Lesson 1 | Step 2' the second code section). |
Beta Was this translation helpful? Give feedback.
-
|
Not really a comment but a remark; adhering rigorously to a |
Beta Was this translation helpful? Give feedback.
-
|
Might it be an idea to add a reference to the wxRuby3 Wiki HowTo section somewhere in Module 2 (possibly at the end of lesson 2)? There the user would find event more simple user examples of various widgets including more detailed information on supported styles and such. |
Beta Was this translation helpful? Give feedback.
-
|
Module 2 | Lesson 3 : You might add at the end of the lesson a reference to the HowTo for GridBagSizer with a note that for even more complex grid sizer placements this would provide more options. |
Beta Was this translation helpful? Give feedback.
-
|
I've taken on board all your suggestions and provided more links into your User Guide and Reference Docs. I completely changed the installation instructions and have included your table from the INSTALLATION.md page (with attribution), as long as you are happy with that. I can remove it if you feel it's not appropriate. |
Beta Was this translation helpful? Give feedback.
-
|
Except for the remaining line numbers in shell code blocks it all looks fine to me know. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some samples that I built for webview, especially for testing with leaflet.js (for mapping and plotting paths, waypoints and markers). Are they of any use to you. I was thinking of just creating a few blog posts for people to see how leaflet might be used with wxRuby3. What are your thoughts?
Beta Was this translation helpful? Give feedback.
All reactions