Hi,
We are running Personas 3.0 SP7, and planning to go live with a number of Slipstream flavors in early January.
The new Slipstream flavors will be replacing older flavors, one of which is for CAT2. Our users have a desktop icon for CAT2, and ...
Hi,
I'm trying to add a line break to the text displayed in a modal window created by showOptionDialog, but I'm not having any luck.
I've tried "Text line 1. \n Text line 2." but that just displays the text as one line with the '\n' removed.
I'...
status-bar.jpgHi,
We are running Personas 3.0 SP7.
This question is about aesthetics on flavors I build for Slipstream. When the flavors run on a PC (we aren't using mobile devices yet so I don't know how it works there), I get a light gray borde...
Hi,
We are running Personas 3.0 SP 7.
I have created a number of flavors, and they all have a "Home" button on them. I'm able to accomplish this with code like this:
while (session.info.transaction !="SMEN") { // Click the 'Exit' button...
Hi,
We are running Personas 3.0 SP7. As the title says, I'm trying to determine what column a user double-clicks in a GridView.
I have a flavor for IW29, and if a user double-clicks on the main work center column, I need to cancel the action a...
Hi Tamas,Thanks for looking into this. I confirmed \n works in the standard rendering engine, but not in Slipstream.One other thing I noticed is that I can relocate the popup window in the standard rendering engine by clicking on the heading and drag...
Hi Brian,I had not tried that, but I just did. It has the same result (the text displays on one line with the \r removed). I also tried \n\r and \r\n; they also had the same result.Thanks, Jeff
That's exactly what I need - much more elegant than looping through screens.And yes, that note describes the error I was getting early on when I tried relaunching SMEN.Thanks for the help!