Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

ColinRule

About

Username
ColinRule
Joined
Visits
201
Last Active
Roles
Member

Comments

  • FWIW, the code below is on my SIZE event SIZE: IF NOT(ASSIGNED(WinSize)) THEN WinSize="" NewSize=Get_Property(@WINDOW,"SIZE") IF NewSize<3>=WinSize<3> and NewSize<4>=WinSize<4> THEN WinSize =Get_Property(@WINDOW,"SIZ…
  • Tried 4.1.0.RC12, the same behaviour happening with Autosize Height ON. Plus it moans about my licence, so I reinstated 4.0.3 and all is well, except the splitter issue remains. I will look to a workaround in the meantime.
  • I reinstated V4.03 and get the same. The issue is definitely relate to the AutoSize height check box, even though I am only changing the left/right size properties. Resizing the form vertically with AutoSize height ON, causes the control to migrate …
  • I have Autosize check box ON for height only, not width. I will reinstate V4.0.3 and see if that resolves. The issue is as I resize the form vertically, the splitter gets narrower by 1 pixel until invisible. It still could well be in my code, I hav…
  • Thanks Kevin I will get them to check 64bit/32bit settings, wherever they are. As far as registering is concerned, how do you get it to register these controls on all instances. Colin
  • Not sure, I am in Australia and the support Email from London (the client is in Northern Ireland) As such I am only going on what Troy advised. My understanding is the are RD onto a physical machine. Not sure on the O/S, Windows something of course,…
  • Matt Please Email me and we can discuss outside of the forum Colin.Rule@cssp.co.uk
  • Hi Matt, no I did not come up with an alternative solution. Let me know what you are trying to achieve, never know there might be some thoughts I can offer. Colin
  • Kevin The column setups are just code and desc in most cases, the facility is in a generic popup replacement, fraction of which is below. I am happy to show on GotoMeeting if you want to see it in action. ColumnList="" Title="" BEGIN CASE CA…
  • Installed and registered the latest Problem still arises, got a little empty SRP error dialog as well. I had to click quite a few times though maybe click, shift-click 30 or 40 times. Code used is below, with Multiple=2 CALL Set_Property(OLE_TABL…
  • Dammit, user error!! Let me go and figure out what my brain was thinking
  • No, I need to obtain on right-click, as I am tailoring the right-click message to suit the column selected. Column is not passed, nor from what I can see it obtainable in a property.
  • OCX properties says 4.0.3.RC25
  • I have implemented, only took about 15 lines of code. As you say only issue is the cursor, but I just changed to an hourglass, plus highlighted the drop cell SelPos property to show where it is going to go. Great stuff.
  • Thanks for the help people, I think I have resolved. There may have been several issues here, some like when I drag past other controls on the way to my drop control, it triggers mouse events. I resolved this by just qualifying the events used in th…
  • YEs, this seems to be the case. I am now using the Subclass prompt event to put the prompt there, and this is all good, does not interact at all with the drop. The issue certainly seems to be the changed event, but I have added another check to say…
  • The subclass prompt is good, and I will use that. It does not resolve the hanging, but it does make it easier. What seems to be the issue is that there is no event trigger like OnDrop or way to get the drop text, so I need to let it be picked up fro…
  • Thanks for the info, I will pursue with OI then if an SRP control cant handle.. I just have more faith in SRP controls :) The editline control just seems to loop/stop and I have to kill OI off, I cant even get to the Oengine to debug. I can see the …
  • It is pure text, multiple lines tab delimited. The text does appear in the edit line, but is captured immediately and cleared. I don't need to see it at all, as long as I can capture it
  • Indeed it does, turning off resolves. I do now recall you mentioned this before ages ago, I forgot.
  • Ah shame. Not using promoted events. OI version 8.0.8 Windows 10
  • Mark I have provided Don with an RDK of a small form reproducing the issue.. via separate Email.
  • Dont remember if I did or not. Relevant code is below, not sure if that is enough or if you want code from within the panel forms also. * * Panel * THEME=USER_PARAMS<60> Qualifier=1:@FM:"2*ICEPAC*OLE*":OLE_SHORTCUTS Call Send_Message(OLE…
  • Indeed, have that in place already
  • Thanks, will just have to be copy/paste.
  • Aaron We use the SRP launcher, very good. Plus use the Command Line facility CommandLine = GetCommandLine() This can then be used to pick up your 01, 02 etc and do with it as you wish. Colin
  • Barry Apart from directing the data to your own reporting tool, I find this useful, either in a procedure or right-click option on the edit table. Table=Get_Property(TableCtrl,"OLE.LIST") Swap @FM with Char(13):Char(10) in Table Swap @VM with Cha…
    in Printing Comment by ColinRule March 2016
  • Don I thought I would test this before advising, to see if turning off the panels first made a difference. It actually turns out that I had 5 panels, one there not used, and this is what caused my issue. Setting all panels to invisible on form desi…
  • That would be it then. I am doing the function within a click event (calling a form). The idea is that the form that is called allows a selection from a list, which the aim is to replace the selected text within the edittable cell with that text. F…
  • If I use say 10, it works fine, the row heights are set and you can move around the table. If U use 50, then the row heights fail to materialise, as well as the column merging (if enabled), and it takes about 30 secs t see anything, then moving arou…