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

AaronThorp

About

Username
AaronThorp
Joined
Visits
15
Last Active
Roles
Member

Comments

  • NSSM, non-sucking-service-manager is the solution I use.
  • uh, probably something along the lines of: OnMessage: ************ messageData = "MFS~UPD~12345"; // as example ret = Utility ('OBJECTLIST', 'MY_MDI', 'WINDOW'); // get all open MDI children For X = 1 to DCount(ret, @fm) Call Po…
  • I would have thought that you would have a single DirectConnect control on the MDI, fire the message at all open MDI child windows and if it matches the ID of a record in an open window, do something with the data in that window otherwise ignore the…
  • you can close this, turns out it was some one else's coding style with this report writing to a temporary file causing my hair pulling issues, all sorted. thanks.
  • After some more testing, namely testing firing 30 requests to the server at once returning 50000 of the same character sent as the parameter and then testing for anything but that character in the responses, I haven't yet found any overlaps so far, …
  • haha awesome, thanks :D
  • Thankyou :) much appreciated
  • Ah nice, well I also had a look at that and looks like its possible and one call on create to set the whitespace colour fore and back color :P http://www.scintilla.org/ScintillaDoc.html#WhiteSpace SCI_SETWHITESPACEFORE(bool useWhitespaceForeColour…
  • ha all good, I should have checked before posting as it looks like the codejock editor you are using doesn't support background colours of the entire control anyway so it so wouldn't be possible without changing that out. NM i will just have to c…
  • pretty pretty please can we get something going with this?! It is actually giving me migraines having to switch back to a white background to code all the time from squinting :(
  • woudn't matter, you are sending in z:\blah" expecting back "\\server\path\blah"
  • yeah, all the panel events were working, i could get the version, mouse in out etc, but not the picture ones, which are now working great :D
  • all good, it was the wrong ProgID, i was copying off the Wiki it had SRP.Panel.1 :P
  • HA that would explain it... Might i suggest updating the Wiki with the correct ProgID... https://wiki.srpcs.com/display/PictureControl/SRP+Picture+Control
  • To add to that i cant even get it to show an image issuing OLE.Image??
  • Attempting to use the drag drop goodness, are there any tips/sample on getting it to work? So far i've got a control on a form, catching the Ole Events, but cant drop on it. What do i need to set/change? (FYI: the wiki is a good reference but I…
  • same copy of OI, but upon copying I had to reinstall the editor to register the ocx's but on the working version i then installed the utilities on top of that, whereas i don't think i updated the utiliities on the non working ones, either way, works…
  • yep, was an old SRPUTILITIES.dll from 02/15, replaced it with the one from the working machine and all ok now. /end frustration :D
  • so...did some more investigation with a dummy tcp client to see what it was sending etc... seems the version of the SRP_TCPClient's "SEND_SES" function that I was using on the other machines (installed from the SRP_Editor setup.exe file) sends a he…
  • Tried the RC2 version you send through, unfortunately same result, may need to do an online session to show you and see if there is something I am doing wrong.
  • Okay so back in the office today, brand new fresh install of Windows 7 Pro on laptop, copied across OI and ran the server, simple call using above test and it still closes and crashes the engine server, every time... It's getting a bit frustrating …
  • well there you go, it doesn't run under Windows 7 inside Parallels on my Mac, copied it across to my PC and works fine...how annoying, but good that problem solved, only down side is i now have to use a PC to do development on it.
  • hmm, no matter what i do, dev or production, exact copy of your code sample, always crashes :-(
  • the dev environment is 2 user, so I have the engine count set to 1 in the config for the SRP server, would that make any difference? I will try your code now, and also try it in runtime to see if it makes a difference...
  • In this test instance it didnt stay running, the two before that it remained in the task manager but windows dissapeared... test function is one line OSWrite Param To "nettest.txt" See video attached for a better idea... https://dropbox.com/s/y5…
  • and these are the 3 debug files, no info in there that seemed useful tho
  • perfect, that should do the trick for now, I needed it to be able to run from the engine server as it was more for an engine picking up an invoice and alerting client instead of polling for new invoices and updating some dash stuff etc when stuff is…