Search found 14 matches
- 12 Jan 21 16:53
- Forum: Photo Supreme Online BETA
- Topic: Quick update on PSO experiences
- Replies: 1
- Views: 267
Quick update on PSO experiences
Hi Hert, I still haven't had a chance to play a lot with PSO, but my experiences so far have been really good (after you fixed the login bug). I was able to activate and order the categories I wanted to see in PSO via PSU as you suggested. I did have an issue where after I activated some categories ...
- 10 Jan 21 22:16
- Forum: Photo Supreme Online BETA
- Topic: How to control visible categories in PSO?
- Replies: 2
- Views: 178
Re: How to control visible categories in PSO?
Nice. I'm not in front of PSU ATM, but I'll try it out soon. Thanks!
- 10 Jan 21 21:36
- Forum: Photo Supreme Online BETA
- Topic: How to control visible categories in PSO?
- Replies: 2
- Views: 178
How to control visible categories in PSO?
Hert, I notice in the opening PSO thread, you mention... You determine what categories and/or portfolios also become available in PSO. Looking in PSO, I can currently see the People, Events, and Objects categories. Where / how is that being controlled (I assume from PSU, but I'm not in front of it t...
- 10 Jan 21 16:35
- Forum: Photo Supreme Online BETA
- Topic: PSO - Stack overflow on login
- Replies: 10
- Views: 406
Re: PSO - Stack overflow on login
Hert - it looks like you did indeed find/fix the issue. I can now successfully sign in to PSO. Nice!
I do see some other immediate issues (maybe expected at this stage of development), but I'll report those using new threads as needed.
Thanks!
I do see some other immediate issues (maybe expected at this stage of development), but I'll report those using new threads as needed.
Thanks!
- 09 Jan 21 17:51
- Forum: Photo Supreme Online BETA
- Topic: PSO - Stack overflow on login
- Replies: 10
- Views: 406
Re: PSO - Stack overflow on login
Hert - I'll run through the things you mentioned above and report back when I have an update. And, no, I'm not running in trial mode.
- 08 Jan 21 16:33
- Forum: Photo Supreme Online BETA
- Topic: PSO - Stack overflow on login
- Replies: 10
- Views: 406
Re: PSO - Stack overflow on login
Just updated to the latest PSO, but still have the same result.
Poking around in Chrome Dev Tools, it seems to stumble in the validateToken call in Login.vue, and eventually generates the toast message found at line 277 of Login.vue.
Poking around in Chrome Dev Tools, it seems to stumble in the validateToken call in Login.vue, and eventually generates the toast message found at line 277 of Login.vue.
- 08 Jan 21 15:34
- Forum: Photo Supreme Online BETA
- Topic: PSO - Stack overflow on login
- Replies: 10
- Views: 406
Re: PSO - Stack overflow on login
@Hert - I'll do that soon and report back. Do I need to uninstall the previous version first or simply install the new one (maybe the installer will remove the previous copy)?
- 07 Jan 21 23:31
- Forum: Photo Supreme Online BETA
- Topic: PSO - Stack overflow on login
- Replies: 10
- Views: 406
Re: PSO - Stack overflow on login
Additionally, I'll mention that I'm currently running postgresql 10.1 (so, somewhat dated)...
- 07 Jan 21 23:29
- Forum: Photo Supreme Online BETA
- Topic: PSO - Stack overflow on login
- Replies: 10
- Views: 406
PSO - Stack overflow on login
Hi Hert, I just installed the PSO and the installation and config seemed to work fine. However, when I try to login in (via Chrome), I get the following (copied from Chrome Dev Tools): {exception_class: "EServiceRESTException",…} exception_class: "EServiceRESTException" message: "Fail to handle API ...
- 08 Apr 18 22:06
- Forum: Photo Supreme
- Topic: Need help with script/macro
- Replies: 15
- Views: 4393
Re: Need help with script/macro
I think something like this should get you close to the original request...
Code: Select all
%code result := iif(ImageItem.IsRAW, '<font color="cyan">RAW</font>', '<font color="yellow">JPG</font>'); %/code
- 17 Mar 18 22:01
- Forum: Photo Supreme
- Topic: Dynamic collection by month
- Replies: 19
- Views: 5429
Re: Dynamic collection by month
Here's one way... In the Search Bar (upper-right corner), enter (for example) "January@CATITEM.PhotoDate". That'll find photos where the PhotoDate property of the CATITEM search domain contains the text "January". That should return photos taken in January. With that search complete, click the "star...
- 23 Feb 18 20:20
- Forum: Photo Supreme
- Topic: For those who like a functional rating bar
- Replies: 33
- Views: 8438
Re: For those who like a functional rating bar
Mke - What version of PSU are you using? In addition to sanphotgn's above question, I wonder if it's possible that you have an issue in another (earlier / higher) custom thumb script that's being exacerbated by the script in question? What happens if you use only this script by itself (that is, rem...
- 23 Feb 18 2:01
- Forum: Photo Supreme
- Topic: For those who like a functional rating bar
- Replies: 33
- Views: 8438
Re: For those who like a functional rating bar
So is it just me that gets the message Syntax error.Source position: 2,1 ? The script is fine as posted, so you must be having some kind of copy/paste issue. I'd suggest: - To ensure that you're selecting the entire script, use the "SELECT ALL" just above the posted code - Copy the selected text to...
- 19 Feb 18 21:08
- Forum: Photo Supreme
- Topic: For those who like a functional rating bar
- Replies: 33
- Views: 8438
Re: For those who like a functional rating bar
While I didn't analyze this script closely, reducing the "size=22" values in the following 4 lines seem to eliminate the star clipping. In my case, going down to just "size=20" fixed the clipping, though you can go smaller if necessary. ARatingNoOnStar := '<a href="' + ARatingAnchorHref + '"><img ti...