Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
jimvaughan
About
- Username
- jimvaughan
- Joined
- Visits
- 404
- Last Active
- Roles
- Member
Comments
-
I re-installed and the problem is fixed.
-
The DLL in my OI install directory is version 3.4.9.1
-
Getting following error with version 3.4.10.0
-
I can confirm that it is fixed.
-
Cool, many thanks.
-
yes, it took me awhile to figure out what was going on.
-
Do the following: Open the editor with a record already open from a previous session. Then close the open record. The save button is disabled. Opening a record from favorites does not re-enable it. The save button gets disabled if I close all op…
-
...and now it's working again. What on earth is causing this.
-
Nope closed OI, Re-opened OI and it's broken again. What on earth?
-
I rebooted and it seems to be fixed :)
-
Issue persists.
-
I'll try the new version, thank you.
-
If I open a record with the open menu the button is enabled. If I open it via favorites, it is not. If I edit the record, it does not become enabled.
-
Not enabled.
-
Any record that is opened from the favorites list does not have a save button.
-
It happens when I open a file from the favorites list.
-
I kind of like Kevins idea as well. Thanks for the thoughts and time. It is as always appreciated.
-
Yes, I understand.
-
I need to think about this. But yes Don, just creating the array of data to load into the table takes a bunch of time. Calculating the value held in the cells takes time. I did gain a large performance increase by pre-allocating memory ArrayData = …
-
So POSCHANGING will fire if the user is at the top of the table and presses the up arrow?
-
We have massive datasets which I need to display in an editable, if I populate the entire thing it takes way too long, a lot of the fields have to be calculated. So, we instead have an editable that contains just a portion of the dataset and a separ…
-
If I was to use your edittable, we use it pretty much everywhere else, could I then intercept the arrow keys etc? BTW the typo was in my post on here it was correct in my code.
-
No I have a table called sys_file. I use it to store configuration settings for the app. OI 9.4 I just rebooted the laptop to see if that helps. I can't see what makes it happen... ... I'll note what I was doing if it happens again. 3.4.7 made i…
-
No I am wrong, it's not fixed. It seems to be intermittent.
-
Yes, it's fixed in 3.4.7.
-
Kevin, Thank you, I think understand that. Let me give it a try.
-
Got it working by using an edit table, drag and drop png file on to the relevant line of the XML (displayed in the edit table), update xml with new png file, update toolbar by resting and telling it to use the new XML.
-
Or I could drop the file, save the name and then click on the button I wanted to assign the png file to. I'll just do it it with a seperate edit table that I'll parse the XML text into and have one column be the location of the png file that I will…
-
If I knew the button name I could find the appropriate line in the XML file. I laready have the XML file completed, all that's missing from the XML is the SmallIcon or LargeIcon value. BTW the names I used are generated via code and they match the …
-
I only mentioned I had not tested all the controls just for completeness as other controls might also not work with the DROPFILES event, I was trying to be accurate. Well I was hoping the event would report the button that the png file was dropped…