Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
josh
About
- Username
- josh
- Joined
- Visits
- 2,067
- Last Active
- Roles
- Member
Comments
-
Hi, thank you for your suggestion. But I think you misunderstand. I do not want the user to be able to edit the text, only highlight it with their cursor, which will allow them to copy it to the clipboard. Anyhow, I have figured it out I think. Loo…
-
damn, this clipboard doesn't work because whenever you copy to the clipboard, IE puts up a message asking the user if they want the browser to alter the clipboard.
-
I have just though of another idea. So, it's possible to embed a web browser inside an OI form. I will display my multiline data in the web browser inside the oi form. The only problem is, how does OI know about clicks and such in the web browse…
-
yes this is doable, but it will be strange that the text is repeated in two places. I might be able to just use a really big scrollable edit box to display all of the notes. But this will only work if it's possible to apply formatting to parts of t…
-
OK i might have to try something else. Do you think I could use the tree control to display this info? So each node of the tree would be the equivalent of a multilined cell in the edit table.
-
Ok, thank you for your response.In that case, let me ask you if this is possible. Instead of putting each line of text in the same row, I will put each line of text in its own row. This will make the scrolling smooth. However, the user won't be ab…
-
thanks, i will try this.
-
Hi, I have now got the edit table working so that a cell contains and shows multiple lines. But I have run into another problem. When I scroll, the scrolling is very jittery. It seems like the scroll jumps from row to row, whereas I want the scrol…
-
ok, i realised that all of these error messages are stored in an insert, so it is possible for me to get them myself. I just thought there would be a function that did this for you built into OI. Thanks
-
OK i will have a look. Thanks
-
thank you, this is perfect you have no idea how much you have helped me
-
thanks i will try this.
-
@ DonBakke yes, I understand now. But i don't think it will work, as the number of lines in each cell varies. So one cell might have 3 lines of text, and another 10 lines of text, and so on. In Colin's example, each contains 3 lines.
-
hi, this looks like what I want to be able to do. How did you get each cell to contain and show multiple lines? Sorry for not answering your question, but your post is extremely helpful to me.
-
let me put it this way: Is it possible to display multi-line text in one cell? I know it's possible for the user to manually expand the cell to get multiple lines to show. Is it possible to make this expanding happen automatically? Basically, I wan…
-
hi, thank you. I was not clear enough in my initial post. I want q and a to appear in the same cell, but I want a to be on the line below q. Is this possible?
-
ok, we are going to try the tree control. Thanks
-
@DonBakke Hi, yes it should be stationary. I will give that a try. I was reluctant to manually move each control, so your method is good. As my form is quite complicated, I have my doubts that the panel will work. But we will see.
-
@DonBakke Ok thanks. If we have to show the title bar, it's not a deal breaker.
-
Hi, this is correct.
-
Hi, Thank you for your response. Would you recommend the tree panel over the shortcut bar? An important consideration is space efficiency, i.e., how much screen space is required to show a certain amount of info.
-
Ok thank you. I will have a look at the code to see if it's putting the title bar onto the form regardless of the checkbox in the form designer. I have another related question, but I will ask it in another thread. Thanks
-
Hi, I did that, but the title bar still appears. I think the framework we are using is automatically putting the title bar onto the form. I need to have a look. Thanks
-
Hi, don't worry. It's working now. Thanks
-
Hi don't worry about fixing this for us. We are not using it anymore.
-
Thanks Don. It works.
-
HI, I did the 'raw style bits' thing. The problem is probably that we are using version 4.0.5 I will try to upgrade. Thanks
-
Hi Guys, This is still happening.
-
Hi, I found the cause. This problem is caused by the FlickerFree property of the tab control being true. I set it to false, and it works. You should try to fix this, because we might need FlickerFree to be true for other reasons.
-
Hi, I would find a tutorial on how to get basic tabs working really useful.