|
|||||||
| Home | Forums | Rules | Articles | Store | Gallery | Blogs | Register | Donations | FAQ | Calendar | Search | Today's Posts | Mark Forums Read | Search |
| Software Tools SPICE, PCB CAD, speaker design and measurement software, calculators |
|
Please consider donating to help us continue to serve you.
Ads on/off / Custom Title / More PMs / More album space / Advanced printing & mass image saving |
|
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#51 |
|
diyAudio Member
|
I'm comparing to a posted design done in MJKs worksheets and it seems that he
does not include the effect of Le which allows us to see the passband better. Or perhaps he has a check box for it - I don't remember. It is simple enough to zero Le, but then the driver parameters are not right. Some software has a check box to include the effect or not. It is also nice to note it on the response graph, Le effect included or not. Thanks for the changes you've made and making this available! |
|
|
|
#52 | |||
|
diyAudio Member
Join Date: Mar 2008
|
Quote:
As for the 'scale'. Simple really. I'm an engineer and I always use SI units. It avoids mistakes and confusion. I could make a function to switch between units but that will be far down on my list... Quote:
Quote:
Thanks! |
|||
|
|
|
#53 |
|
diyAudio Member
Join Date: Mar 2008
|
Also,
There is no 'new project'. You can just save as and then start a new design. A 'new project' would just reload the default, which is really easy to do, I'll add it. Undo the last 'update' is possible, I'll give it a shot. re the stuffing model, I'll explain how it works later but I'm really struggling with that. It seems to be OK at low freq but not at high. I think I need to do it emperically. A comparison option is possible and I agree would be very useful I'll give it a shot.. Thanks for comments and suggestions guys, keep em coming! |
|
|
|
#54 |
|
diyAudio Member
|
Very minor bug unless I'm missing something is that Save under the Driver dialog box, prompts for a file name, shouldn't it just save the current driver. Seems to be the same as "Save As". The project Save seems to work fine.
|
|
|
|
#55 |
|
diyAudio Member
Join Date: Mar 2008
|
Pete, at the moment it works like this:
If you have selected (highlighted) one of the driver library files then click Save, it will save over the file. If you click Save As it will save it to a new file. However if you don't have a file selected then it will just default to Save As. So it doesn't actually remember what file you actually used it just loads up the driver information. I think I can make this a bit simpler and more intuitive though... |
|
|
|
#56 |
|
diyAudio Member
Join Date: Feb 2012
Location: Sydney
|
Something like this may be of some use...
Not the exact syntax (cut and paste from some of my code) but could be used for save / save as. Private mySets AsNewMySettings PublicFunction Find_Access_Database() AsBoolean IfNot System.IO.File.Exists(mySets.accdbPath) Then Dim ofDlog AsNewOpenFileDialog() ofDlog.Filter = "Access Database Files|*.accdb" If (ofDlog.ShowDialog() = Windows.Forms.DialogResult.OK) Then mySets.accdbPath = ofDlog.FileName.ToString mySets.Save() Else MsgBox(" A required database file has not been selected." & vbNewLine & _ " Without it the program can not continue to load." & vbNewLine & _ " The program will now close.", vbCritical, "Missing Database") ReturnFalse EndIf EndIf ReturnTrue EndFunction |
|
|
|
#57 |
|
diyAudio Member
Join Date: Mar 2008
|
Latest update has just been uploaded.
- Added New Project option to File Menu. - Removed 'Always OnTop' function from windows - Changed default amplifier power to 1 watt. |
|
|
|
#58 |
|
diyAudio Member
Join Date: Mar 2008
|
Silent Screamer, Thanks, but I already have a working function for Save/Save As that I made for the project save and save as options. I just need to implement it better for the Driver Library.
|
|
|
|
#59 |
|
diyAudio Member
Join Date: Feb 2012
Location: Sydney
|
Did the update to 2.6 and I notice when you click on "Save Project" the "Save As" dialog box opens... I realise that it is probably just a cut and paste as a place holder, but just wondering why any dialog box would open instead of just saving.
If you have used the "Open Project" button the file path is known (file path stored or captured after clicking OK button of the "Open dialog box), if you start a new project using the "New Project" button the Save Project option should be greyed out until such time as the Save As option has been used, and then it would be enabled. If (ofDlog.ShowDialog() = Windows.Forms.DialogResult.OK) Then mySets.accdbPath = ofDlog.FileName.ToString mySets.Save() Ideally you would start with no project loaded and both the Save and Save As options greyed out... |
|
|
|
#60 | ||||
|
diyAudio Member
Join Date: Mar 2008
|
Quote:
Quote:
Quote:
Quote:
Again. No application ever has Save or Save As greyed out when you open a new project. |
||||
|
![]() |
| Thread Tools | Search this Thread |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| TLwrx v 3.0 Transmission Line Software | CarlosT | Subwoofers | 16 | 27th March 2008 04:25 PM |
| 3 Way Crossover modelling Software? | Grahame | Multi-Way | 3 | 13th May 2007 04:50 AM |
| Matlab-based triode modelling software | Radames | Tubes / Valves | 1 | 16th September 2005 07:36 PM |
| 3d modelling software | greg_mcquaid | Multi-Way | 17 | 22nd May 2004 07:03 AM |
| New To Site? | Need Help? |
| Page generated in 0.17053 seconds (100.00% PHP - 0% MySQL) with 10 queries |