Search found 18 matches

by peter-cat
Sep 12, 2019 8:16
Forum: Projects
Topic: FreeBalistic - physical app to calculate ballistic curves
Replies: 10
Views: 8181

Re: FreeBalistic - physical app to calculate ballistic curves

Hello, Acording to proposals of MrSwiss: Hmm, interesting idea... As we have some good chart library, we can finally modify the way of displaying the plots, and solve problem of tight scopes on the chart. It will require to implement the chart library and change the code responsible for drawing char...
by peter-cat
Sep 11, 2019 13:22
Forum: Projects
Topic: Polynominals chart - plots library based on WinApi & FbEdit designer.
Replies: 14
Views: 11308

Re: Polynominals chart - plots library based on WinApi & FbEdit designer.

Hello, I have updated Chart Designer again. In version V3 there is working list of factors, what replaced the matrix textbox from version V2. There is some disadvantage that I couldn't fix, so after clicking on the "Set factor" button, list of the factors displays the same factor for all d...
by peter-cat
Sep 05, 2019 6:35
Forum: Projects
Topic: Polynominals chart - plots library based on WinApi & FbEdit designer.
Replies: 14
Views: 11308

Re: Polynominals chart - plots library based on WinApi & FbEdit designer.

Hello,
Thanks for reply. I have been contacting with You by e-mail. OK, no problem with editing rc file. Every changes are welcome.
Regards.
by peter-cat
Jul 25, 2019 13:12
Forum: Projects
Topic: Polynominals chart - plots library based on WinApi & FbEdit designer.
Replies: 14
Views: 11308

Re: Polynominals chart - plots library based on WinApi & FbEdit designer.

Hello, I' ve just updated my Polynominals Chart Designer. To ensure that you find it quickly, here is the project site link again: https://sourceforge.net/projects/fb-chart-designer/ In new version of program, as I ' ve been asked by user "bcohio2001", I decided to add option to draw more ...
by peter-cat
Jul 06, 2019 16:53
Forum: Projects
Topic: Polynominals chart - plots library based on WinApi & FbEdit designer.
Replies: 14
Views: 11308

Re: Polynominals chart - plots library based on WinApi & FbEdit designer.

Thanks for help! I have checked it and know, that it already works fine. I will add it to code with the next update. Yes, the changes involves a lot of work. Although for advanced programmer it takes not a long time. Generally WinApi is not friendly enviroment for begginers, so it took me a long to ...
by peter-cat
Jul 04, 2019 19:56
Forum: Projects
Topic: Polynominals chart - plots library based on WinApi & FbEdit designer.
Replies: 14
Views: 11308

Re: Polynominals chart - plots library based on WinApi & FbEdit designer.

Yes, I think that it is possible. Thanks for changes, i will try it. I have recently wasted my time on searching some way to implement up-down buttons in win-api, and did not find any good idea... In my plans I would like to add ability to draw more than one plot and more than four degrees of polino...
by peter-cat
Jul 03, 2019 7:17
Forum: Projects
Topic: Polynominals chart - plots library based on WinApi & FbEdit designer.
Replies: 14
Views: 11308

Re: Polynominals chart - plots library based on WinApi & FbEdit designer.

Hello bcohio2001, Thanks for reply and offer of changes! There is unfortunately still some bugs in your solution. In case of ExpBase(4) = 0 or empty field, there is still fourth degree addition in the pattern (please check it). In case of ExpBase(0) = -1 or ExpBase(0) = 1 there is lonely sign (- or ...
by peter-cat
Jul 01, 2019 8:45
Forum: Projects
Topic: Polynominals chart - plots library based on WinApi & FbEdit designer.
Replies: 14
Views: 11308

Polynominals chart - plots library based on WinApi & FbEdit designer.

Hello! This program allows to draw diagrams with chart library, that can be used with dialog applications, based on the RC files designers (such as FbEdit for example). This is the one of the fastest way to create window application with visual design methods, and implement into it an ellegant and f...
by peter-cat
Apr 01, 2019 6:11
Forum: Projects
Topic: FreeBalistic - physical app to calculate ballistic curves
Replies: 10
Views: 8181

Re: FreeBalistic - physical app to calculate ballistic curves

Thanks! The real time simulation is not plannet yet, but I was thinking about it. Maybe some animation of moving bullet will be added. But first I would like to fix the problem of the tight scope of values on the chart. It should be more flexible and work like Excel, that can automatically make the ...
by peter-cat
Mar 14, 2019 12:17
Forum: Projects
Topic: FreeBalistic - physical app to calculate ballistic curves
Replies: 10
Views: 8181

Re: FreeBalistic - physical app to calculate ballistic curves

Hello, It's time for first update of my app! The files of newer FreeBalistic version are available on: https://sourceforge.net/projects/free-balistic/files/ Feel invited to download this update! Screen of currently released version: https://a.fsdn.com/con/app/proj/free-balistic/screenshots/Main_wind...
by peter-cat
Mar 06, 2019 17:22
Forum: Projects
Topic: FreeBalistic - physical app to calculate ballistic curves
Replies: 10
Views: 8181

Re: FreeBalistic - physical app to calculate ballistic curves

The BMP files you can download from Sourceforge project Website. There you can find screenshoots atached to project. One of them are Your missing files, just open it in new tab and save as BMP via your net browser. I am using FBEdit. In the Website on Sourceforge there is the project file of this Ed...
by peter-cat
Mar 06, 2019 9:09
Forum: Projects
Topic: FreeBalistic - physical app to calculate ballistic curves
Replies: 10
Views: 8181

FreeBalistic - physical app to calculate ballistic curves

Hello, I' ve been created application, that allows to input physical measures, calculate and show ballistic curve chart. Here is the link to the project: https://sourceforge.net/projects/free-balistic/ ...and some screenshoots: https://a.fsdn.com/con/app/proj/free-balistic/screenshots/Free_balistic_...
by peter-cat
Mar 01, 2019 7:18
Forum: General
Topic: Closing Child window - winapi Case WM
Replies: 8
Views: 2504

Re: Closing Child window - winapi Case WM

Hello ! Thanks for all the support! Sancho3 ->> YES, that was the problem with the specific type of window, showing by command: 'Screen'. Adding: 'Sleep' and next line: 'Screen 0' at the end of procedure, solves the problem! The window can be closed by pressing any key or clicking the close [x] butt...
by peter-cat
Feb 28, 2019 14:21
Forum: General
Topic: Closing Child window - winapi Case WM
Replies: 8
Views: 2504

Re: Closing Child window - winapi Case WM

Thank YOU! Could You please show me how to write the WindowProc callback function and where can I place it to obtain expected result (closing the child window)? This is my last question. I can not find it in any other forum... :( Or maybe there is some similar app in FreeBasic.net forum that works i...