Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Rodzo
  • Order by date
  1. Rodzo

    Transparent panel?

    Hi Z You can do a transparent form by including this in the oncreate event procedure TForm1.FormCreate(Sender: TObject); begin Form1.Brush.Style:=bsClear; Form1.BorderStyle:=bsNone; end; Perhaps you can do something similar for panels Rodzo
  2. Rodzo

    Checking GDI resources

    Hi Brett- Thank you for answering I'm primarily interested in 95..me as I understand the others don't have the same problem Thanks
  3. Rodzo

    Checking GDI resources

    Hi Does anyone know the best way for my app to check on the available GDI resources as it creates further forms? Thanks Rodzo aka Anthony044@aol.com
  4. Rodzo

    memory . .um . . at least I think that's what it was . .

    Barnoid<br><br>It never occurred to me before,<br>but I know you must be right<br><br>I've tried it since but it doesn't work <br>after the first couple of runs at it<br>and there's a scarcity of info in the <br>delphi help on the subject <br><br>I have to put out an upgrade every quarter...
  5. Rodzo

    memory . .um . . at least I think that's what it was . .

    Hi<br><br>My current app is<br><br>63630 lines<br>1158312 bytes code<br>279884&nbsp;&nbsp;bytes data<br>16k initial stack<br><br>but it grabs at least 25 megs of ram as soon as it starts up.<br><br>I've checked all my new/dispose pairs and emptied the few ansistrings I use and I never touch...
  6. Rodzo

    Is there anybody else using this forum?

    Hottest language?<br><br><b>Corse</b> we are, sonny!<br><br>I'm so taken by it I hardly have time for my skiffle group anymore.<br><br>I don't suppose you'd be interested in a second hand moped?<br><br>By the way, yer man's right. It's all a question of style (combobox.style, I mean)<br><br>Rodzo
  7. Rodzo

    Detecting right click / degradation of glyphs

    Hi Vlad<br><br>Thanks for the tip on glyph storage. I'll give it a try.<br><br>I'm coming back later with a code fragment to explain the other problem better.<br><br>Rodzo (<A HREF="mailto:Anthony044@aol.com">Anthony044@aol.com</A>)
  8. Rodzo

    Detecting right click / degradation of glyphs

    I recently implemented a right click help mechanism that uses onmousedown to plot co-ords, then if onmouseup and mbright and the co-ords are + or - 10 we have lift off.<br><br>I just know there is a simpler way, preferably still using the old reliable onclick event.&nbsp;&nbsp;Would somebody be...
  9. Rodzo

    animated GIF's

    Try Webmonkey (Animation tutorial)<br>Gif89 is supposed to be available free.
  10. Rodzo

    D4: fsNormal to fsMDIForm loses controls

    Check z order of components
  11. Rodzo

    Information on Designing User Interfaces

    Hi<br><br>You could try grey matter on 01364 654100. This is not a plug. They are very professional and have helped me in the past. <br><br>For my own stuff the process is simplify . . simplify . .
  12. Rodzo

    Opinions please on Delphi4

    I still use Delphi2 (it does the job, after all), but am tempted by Borlands' current offer of Delphi4 at 100 pounds. Is this the one that can be used with 2 monitors?<br>Opinions, warnings, or&nbsp;&nbsp;other comments appreciated, but please desist from sarky comments about meanness. This, I...
  13. Rodzo

    My components are not maximised along with the form

    When my users click the maximise button they say that the form background becomes full size but the components are still the original size, occupying only the top left corner of the screen. I know I'm missing something obvious, but I can't find anything in the help files about it.

Part and Inventory Search

Back
Top