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

AusMarkB

About

Username
AusMarkB
Joined
Visits
3,155
Last Active
Roles
Member

Comments

  • More than happy to provide you with a screenshot or I could re-read and actually try what you suggested. Seems that works too. Nothing to see here... Move along.
  • No. The columnlist property doesn't work. I expect without trying that that would align the text if you were to have text as well as checkbox.
  • Hey Don. No I don't know about earlier versions. Was just clarifying which version I was using. Help doco says you can do it but I can't seem to.
  • Ok thanks. Now I don't need to go trying different delimiters just in case... :-)
  • by normal I meant a 'text' column as opposed to a 'preview' column. If its just a matter of choosing the right line mark delimiters, that's easy. It's just that I noticed crlf worked when I switched the column to a preview column. I wasn't looking …
  • I was going to reply but I've left already
    in images Comment by AusMarkB July 2014
  • Disregard above. The image height was too large so nothing showed. As a further test I made the fixedrowheight to 50 and voila, pretty stars all down the column
    in images Comment by AusMarkB July 2014
  • Kevin, I have just downloaded and tried this new functionality. It works a treat. These seemingly simple concepts have turned what was a nice little tool into a work of art. Mind you, I don't have an artistic bone in my body but its a big {thumbs …
  • Kevin, That sounds promising. Are those features intended for displaying results in the footer and/or are they expected to work with grouping as well?
    in New Version Comment by AusMarkB May 2013
  • No problem. On a side note, I was unintentionally setting the column type to 1 (passing it between routines in the wrong parameter position) and that's how I was ending up with a preview column. So that took me a little bit to track down because I …
  • No the table isn't empty but your question got me thinking. Further testing found that with or without group rows it is ok provided there are no columns of type 'Preview'. If I change the 'Preview' to just display normally then everything works eve…
  • Thanks for the clarification Kevin. I like it when little mysteries are revealed. I'm picturing a whole new 'About' page.
  • The more I ask, the more I learn. and what you've said above is certainly applicable for my local machine. I'll try some variations in time but I'm liking what I'm seeing.
  • Thanks for the clarification and I re-read my first post and the alternate question really should have been how do I programatically find the 'path' of the currently registered control. How do I do a 'Ctrl F' of the registry?
  • What's more, I thought I had added to that thread today myself but it doesn't seem to be there. Perhaps I just forgot to click 'Submit' :-/
  • Hey Don, Yes and No. I found that today, so I used it and then concatenated the registered path so if the version came back different from different machines, I could better understand why. As it turned out, the version was the same but the paths …
  • Thanks Don and Frank for the suggestion. If I get time to play I'll have a look at Google Charts. I think I started down that path once before but probably got distracted because I didn't have a genuine need for it. Still don't really but....
  • Frank, More curiosity than anything. I've used the OIPI for charts before though I remember it being a little tedious for a very simplistic output. Could have just been me though. More to the point, from time to time I come across a scenario wher…
  • I'll help you test it...
  • Hi Dan, Have you tried an = sign between the field name and the value LIST PROD WITH CLASS = "1" "2" "3" Without it I'd expect you're receiving a list of all keys where CLASS has any value
  • I think the OnComboClicked event is the one you're looking for but it only works if the user actually uses the mouse to select.
  • Don, Conceptually, yes that was what I was going for. Unfortunately for me, once I discuss it, even just with myself, I can't sleep until I've at least tried it. Then once I've tried it and providing it worked I am then constantly looking for an ex…
  • This one is an example that prompted the curiosity about the multi tier embedding. In this case, at the moment at least, it is just one control so I heed your concerns about embedding a single control when you could just place the control itself on …
  • We share similar approaches. I have a setup routine for virtually all of your controls so that they can each have the same look and feel throughout the app. Assuming your edittable manager is a similar concept. What I'm doing here is just one step …
  • I'm thinking this is probably the same thing Just that I've noticed in this case it is inconsistent. The allowing multiple instances allows me to restart the window but in this case I only want to completely close the window so that OI can shut do…
  • Any traction on this one? Thanks.
  • Hi Kevin, Tried RC15. Same issue. Have emailed you an RDK of the window that won't die just in case that helps. Thanks.
  • Hi Kevin, Yes I trolled my emails to find that discussion and I believe it was addressed in RC8. Perhaps you've done some more since then. I'm currently using RC12 but I'll try RC15. One point I might not have made clear was that in this instance …
  • Because James and I are doing much the same thing here, I have the same issue but here's my added symptom for reference. I find that sometimes the speed in which you move the mouse also affects whether or not the event is fired. This then leaves me …