| |
Oswald
Registered: Apr 2002 Posts: 5086 |
P1
Project One V0.5
post bugreports, questions, feature requests here, should be a better place than the comment area of the release.
|
|
... 276 posts hidden. Click here to view all posts.... |
| |
Isildur
Registered: Sep 2006 Posts: 275 |
Don't want to be annoying M*F*, but i can't wait to see working P1 ;) |
| |
Oswald
Registered: Apr 2002 Posts: 5086 |
details please, whats on the list?
- fix custom load
- fix picture export
- ?? |
| |
booker
Registered: Jul 2003 Posts: 334 |
- fix picture conversion? 0.6 seem to produce gray fullscreen pic upon converting jpgs etc.
- NUFLI support? |
| |
Isildur
Registered: Sep 2006 Posts: 275 |
Quoting booker- fix picture conversion? 0.6 seem to produce gray fullscreen pic upon converting jpgs etc.
- NUFLI support?
like booker said, but i have black pic instead of gray and upon exporting (conversion is ok). It's most urgent. |
| |
Sampaguita Account closed
Registered: Apr 2008 Posts: 29 |
A "reset view" would be nice. I can't find my color palette and preview anymore. :-?
Furthermore... would it be possible to move those windows outside of P1? That would be especially nice for multidisplay systems (or like me EeePC + large display). :) |
| |
Oswald
Registered: Apr 2002 Posts: 5086 |
Quote: - fix picture conversion? 0.6 seem to produce gray fullscreen pic upon converting jpgs etc.
- NUFLI support?
- bugged pic conversion is probably a result of highly mesissed up release method. I'll make an installer soon.
- Nufli support is highly unlikely, bug DK with that :) |
| |
Oswald
Registered: Apr 2002 Posts: 5086 |
Quote: A "reset view" would be nice. I can't find my color palette and preview anymore. :-?
Furthermore... would it be possible to move those windows outside of P1? That would be especially nice for multidisplay systems (or like me EeePC + large display). :)
there should be a view menu to bring your windows back, if that doesnt work, then congrats, you have found a new bug :)
moving the windows outside is no problem, but I wonder what most users would vote for. Its an attribute that cant be changed in runtime. |
| |
Sampaguita Account closed
Registered: Apr 2008 Posts: 29 |
Quote: there should be a view menu to bring your windows back, if that doesnt work, then congrats, you have found a new bug :)
moving the windows outside is no problem, but I wonder what most users would vote for. Its an attribute that cant be changed in runtime.
Well, in that case... I'm happy to announce that I found a new bug. :D
Seriously, the windows are both active but none gets displayed. Turned it off, restarted P1, nothing. The windows are active by default when P1 gets started (just as expected).
Turned the windows off, moved P1 on other display, turned on, still nothing. :-?
The moving windows outside was just a suggestion. I would like it, but it's not a killer feature. :) |
| |
Oswald
Registered: Apr 2002 Posts: 5086 |
Quote: Well, in that case... I'm happy to announce that I found a new bug. :D
Seriously, the windows are both active but none gets displayed. Turned it off, restarted P1, nothing. The windows are active by default when P1 gets started (just as expected).
Turned the windows off, moved P1 on other display, turned on, still nothing. :-?
The moving windows outside was just a suggestion. I would like it, but it's not a killer feature. :)
ah, so you have more than one display. try to dig in projectone.ini each window has its own [section] with the following attributes:
Maximised=0
Left=285
Top=45
Width=9720
Height=6405
maybe you find something interesting there.
this is the code that gets run when you click on view->preview window
Private Sub mnuPreviewWindow_Click()
Form2.Visible = Not Form2.Visible
mnuPreviewWindow.Checked = Form2.Visible
End Sub
I dont see much possibilities for bugs there.
Cant you get the windows back on a clean startup ? try to DL another p1 and use its projectone.ini, or try to remove the 2nd display and restart windows and p1, probably its a Visual Basic error concerning multi displays, I guess you tried to move the P1 window to another display then the windows got some weird attributes, and it got save into the .ini. |
| |
Sampaguita Account closed
Registered: Apr 2008 Posts: 29 |
Ah yes, that did the trick. The values were like
Left=9060
Top=-13215
Those I set back to zero, then started P1 and now it looks fine again. Thanks alot Oswald.
While I'm on it: scroll up on the image to zoom in, but scroll up on the preview to zoom out? Not really a bug, but still strange. ;) |
Previous - 1 | ... | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | ... | 29 - Next |